Home
last modified time | relevance | path

Searched refs:relax (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/drivers/hwspinlock/
DKconfig.sqn15 int "Sequans HW spinlock relax time"
18 Default HW spinlock relax time in microseconds.
/Zephyr-latest/cmake/linker/lld/
Dlinker_flags.cmake21 check_set_linker_property(TARGET linker PROPERTY relax ${LINKERFLAGPREFIX},--relax-gp)
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
DKconfig.defconfig.xmc47001 # Infineon XMC4700 relax kit platform configuration options
DKconfig.defconfig.xmc45001 # Infineon XMC4500 relax kit platform configuration options
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
DCMakeLists.txt17 zephyr_compile_options_ifndef(CONFIG_RISCV_GP -mno-relax)
/Zephyr-latest/cmake/linker/xt-ld/
Dlinker_flags.cmake31 check_set_linker_property(TARGET linker PROPERTY no_relax ${LINKERFLAGPREFIX},--no-relax)
/Zephyr-latest/boards/infineon/xmc45_relax_kit/
Dxmc45_relax_kit.dts18 compatible = "infineon,xm4500-relax-kit", "infineon,xmc4500",
31 /* leds are labelled LED1 and LED2 in the relax kit documentation */
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_riscv.cmake99 # mno-relax is needed to stop gcc from generating R_RISCV_ALIGN relocations,
107 -mno-relax
/Zephyr-latest/cmake/linker/ld/
Dlinker_flags.cmake41 check_set_linker_property(TARGET linker PROPERTY no_relax ${LINKERFLAGPREFIX},--no-relax)
/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake51 set_property(TARGET linker PROPERTY relax)
/Zephyr-latest/boards/infineon/xmc47_relax_kit/
Dxmc47_relax_kit.dts30 /* leds are labelled LED1 and LED2 in the relax kit documentation */
/Zephyr-latest/
DKconfig.zephyr319 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.
DCMakeLists.txt390 zephyr_link_libraries_ifdef(CONFIG_LINKER_USE_RELAX PROPERTY relax)
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst613 * Userspace option to disable using the ``relax`` linker option has been