Searched refs:relax (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/drivers/hwspinlock/ |
D | Kconfig.sqn | 15 int "Sequans HW spinlock relax time" 18 Default HW spinlock relax time in microseconds.
|
/Zephyr-latest/cmake/linker/lld/ |
D | linker_flags.cmake | 21 check_set_linker_property(TARGET linker PROPERTY relax ${LINKERFLAGPREFIX},--relax-gp)
|
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/ |
D | Kconfig.defconfig.xmc4700 | 1 # Infineon XMC4700 relax kit platform configuration options
|
D | Kconfig.defconfig.xmc4500 | 1 # Infineon XMC4500 relax kit platform configuration options
|
/Zephyr-latest/soc/telink/tlsr/tlsr951x/ |
D | CMakeLists.txt | 17 zephyr_compile_options_ifndef(CONFIG_RISCV_GP -mno-relax)
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | linker_flags.cmake | 31 check_set_linker_property(TARGET linker PROPERTY no_relax ${LINKERFLAGPREFIX},--no-relax)
|
/Zephyr-latest/boards/infineon/xmc45_relax_kit/ |
D | xmc45_relax_kit.dts | 18 compatible = "infineon,xm4500-relax-kit", "infineon,xmc4500", 31 /* leds are labelled LED1 and LED2 in the relax kit documentation */
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_riscv.cmake | 99 # mno-relax is needed to stop gcc from generating R_RISCV_ALIGN relocations, 107 -mno-relax
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_flags.cmake | 41 check_set_linker_property(TARGET linker PROPERTY no_relax ${LINKERFLAGPREFIX},--no-relax)
|
/Zephyr-latest/cmake/linker/ |
D | linker_flags_template.cmake | 51 set_property(TARGET linker PROPERTY relax)
|
/Zephyr-latest/boards/infineon/xmc47_relax_kit/ |
D | xmc47_relax_kit.dts | 30 /* leds are labelled LED1 and LED2 in the relax kit documentation */
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 319 Hidden symbol to allow features to force the use of no relax. 328 instructions in the output object file. For ld and lld, this enables `--relax`. 329 On platforms where this is not supported, `--relax' is accepted, but ignored.
|
D | CMakeLists.txt | 390 zephyr_link_libraries_ifdef(CONFIG_LINKER_USE_RELAX PROPERTY relax)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 613 * Userspace option to disable using the ``relax`` linker option has been
|