Searched refs:HEX (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/boards/st/nucleo_l412rb_p/ |
D | nucleo_l412rb_p.dts | 135 * Start Addr = 131702 - 16384 --> (HEX) 0x0001c276 136 * Size = 16384 --> (HEX) 0x00004000
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | silabs_commander.py | 106 if self.file_type == FileType.HEX:
|
D | jlink.py | 357 if self.file_type == FileType.HEX:
|
D | core.py | 333 HEX = 1 variable in FileType
|
/Zephyr-latest/soc/nuvoton/npcx/ |
D | Kconfig | 25 bool "Build npcx binary in HEX format" 28 Build an HEX binary zephyr/zephyr.npcx.hex in the build directory.
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 83 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):
|
D | menuconfig.py | 219 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):
|
D | kconfiglib.py | 1496 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/ |
D | run_common.py | 627 return FileType.HEX 641 return FileType.HEX
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 70 # registers - 336 HEX letters
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 499 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/ |
D | Kconfig.zephyr | 729 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/ |
D | index.rst | 59 shown above as ELF, BIN, and HEX files.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 843 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
|
D | release-notes-2.0.rst | 712 …_e70_xplained) will be flashed failure if the platforms have not generated HEX file although they …
|
D | release-notes-3.7.rst | 449 * Add HEX file support for Linkserver to all NXP boards
|