Searched refs:arches (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/scripts/ |
D | list_boards.py | 166 arches = sorted(find_arches(args)) 170 for arch, boards in find_arch2board_set_in(root, arches, args.board_dir).items(): 204 def find_arch2board_set_in(root, arches, board_dir): argument 208 for arch in arches:
|
/Zephyr-latest/include/zephyr/linker/ |
D | intlist.ld | 25 * shouldn't overlap any other regions. On most arches the following should be
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.loapic | 36 arches (P6, Pentium) ignore the low 4 bits and fix them at 0xF.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 56 * xtensa: build similar to other Zephyr arches
|
D | release-notes-1.11.rst | 455 * :github:`6064` - k_is_in_isr() returns false inside "direct" interrupts on several arches
|
D | release-notes-2.1.rst | 31 * Add architecture interface headers and normalized APIs across all arches
|
D | release-notes-2.5.rst | 1902 * :github:`18276` - irq_connect_dynamic() is not tested on all arches
|
D | release-notes-2.4.rst | 214 thread stack macros are now centrally defined, with arches declaring
|
D | release-notes-3.3.rst | 3319 * :github:`51776` - POSIX API is not portable across arches
|
/Zephyr-latest/kernel/ |
D | Kconfig | 610 the preferred method. However, support for all arches in GCC is 625 the preferred method. However, support for all arches in GCC is
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 463 arch_allow: <list of arches, such as x86, arm, arc> 466 arch_exclude: <list of arches, such as x86, arm, arc>
|
/Zephyr-latest/arch/ |
D | Kconfig | 364 be allocated in a separate memory area. This is typical of arches
|