Home
last modified time | relevance | path

Searched refs:HEX (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/boards/st/nucleo_l412rb_p/
Dnucleo_l412rb_p.dts135 * Start Addr = 131702 - 16384 --> (HEX) 0x0001c276
136 * Size = 16384 --> (HEX) 0x00004000
/Zephyr-latest/scripts/west_commands/runners/
Dsilabs_commander.py106 if self.file_type == FileType.HEX:
Djlink.py357 if self.file_type == FileType.HEX:
Dcore.py333 HEX = 1 variable in FileType
/Zephyr-latest/soc/nuvoton/npcx/
DKconfig25 bool "Build npcx binary in HEX format"
28 Build an HEX binary zephyr/zephyr.npcx.hex in the build directory.
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py83 BOOL, TRISTATE, STRING, INT, HEX, \
829 elif sym.orig_type in (INT, HEX):
869 if item.orig_type in (STRING, INT, HEX):
1013 return sc.orig_type in (STRING, INT, HEX) or len(sc.assignable) > 1 \
1124 if sc.type in (INT, HEX, STRING):
1188 if sym.type == HEX and not s.startswith(("0x", "0X")):
1300 if sym.type not in (INT, HEX):
1338 if sym.type in (INT, HEX):
Dmenuconfig.py219 BOOL, TRISTATE, STRING, INT, HEX, \
1580 if sc.orig_type in (INT, HEX, STRING):
1591 if sc.orig_type in (INT, HEX):
1596 if sc.orig_type == HEX and not s.startswith(("0x", "0X")):
1640 return sc.orig_type in (STRING, INT, HEX) or len(sc.assignable) > 1 \
3054 if item.orig_type in (STRING, INT, HEX):
3088 if sym.orig_type not in (INT, HEX):
3118 if sym.orig_type in (INT, HEX):
Dkconfiglib.py1496 if sym.orig_type is HEX and \
4656 self.orig_type is HEX and _is_base_n(value, 16)
7038 HEX = _T_HEX variable
7046 HEX: "hex",
7052 HEX: 16,
7061 _T_DEF_HEX: HEX,
7133 HEX,
/Zephyr-latest/scripts/west_commands/
Drun_common.py627 return FileType.HEX
641 return FileType.HEX
/Zephyr-latest/arch/arm/core/
DKconfig70 # registers - 336 HEX letters
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst499 For example, to override the HEX file containing the Zephyr image to
500 flash (assuming your runner expects a HEX file), but keep other
/Zephyr-latest/
DKconfig.zephyr729 bool "Build a binary in HEX format"
731 Build an Intel HEX binary zephyr/zephyr.hex in the build directory.
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst59 shown above as ELF, BIN, and HEX files.
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst843 generated by the build system to a ``.bin``. Unlike ``.bin``, the HEX
847 bootloaders. The ``.bin`` file is still used as a fallback if a HEX File
1354 * :github:`34534` - west sign regression when HEX file not exists
Drelease-notes-2.0.rst712 …_e70_xplained) will be flashed failure if the platforms have not generated HEX file although they …
Drelease-notes-3.7.rst449 * Add HEX file support for Linkserver to all NXP boards