Home
last modified time | relevance | path

Searched full:optimize (Results 1 – 25 of 64) sorted by relevance

123

/Zephyr-latest/tests/bluetooth/tester/boards/
Dnucleo_wba55cg.conf4 # TODO: Investigation to be done to optimize this value
/Zephyr-latest/lib/libc/picolibc/
DKconfig82 bool "Optimize for size"
88 bool "Optimize for speed"
94 bool "Optimize debugging experience"
100 bool "Optimize nothing"
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/
Dfalse-positive.yaml2 # Used to check for issues with how we optimize binding loading.
/Zephyr-latest/doc/develop/optimizations/
Dindex.rst6 Guides on how to optimize Zephyr for performance, power and footprint.
/Zephyr-latest/tests/benchmarks/thread_metric/
Dprj.conf7 # Optimize for speed
/Zephyr-latest/arch/xtensa/core/
Dsmp.c11 /* Some compilers might "optimize out" (i.e. remove) continuous NOPs.
/Zephyr-latest/subsys/logging/
DKconfig.misc28 bool "Optimize simple messages for size"
44 creation relies on compiler being able to optimize and remove code
/Zephyr-latest/lib/heap/
DKconfig98 Select this to optimize the code and memory usage if all your
104 Select this to optimize the code for big heaps only. This can
/Zephyr-latest/soc/ite/ec/it8xxx2/
D__arithmetic.S10 * The workaround requires the nop instruction, please don't optimize it.
/Zephyr-latest/dts/bindings/spi/
Dxlnx,xps-spi-2.00.a.yaml58 Used to optimize TX/RX read handling. If the FIFO size is 0, the driver
/Zephyr-latest/soc/espressif/esp32c6/
Dmemory.h40 /* These lengths can be adjusted, if necessary: FIXME: optimize ram usage */
/Zephyr-latest/tests/ztest/error_hook/src/
Dmain.c46 * Do not optimize to prevent GCC from generating invalid
58 * Do not optimize to prevent GCC from generating invalid
98 * Do not optimize the divide instruction. GCC will generate invalid
/Zephyr-latest/subsys/logging/frontends/
DKconfig71 bool "Optimize short_logs"
/Zephyr-latest/tests/unit/intmath/
Dmain.c77 * Declaring volatile so the compiler doesn't try to optimize any in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split678 bool "Optimize for application defaults"
680 Optimize compilation of Controller for application's default.
683 bool "Optimize for space"
685 Optimize compilation of Controller for code size.
687 This is the Zephyr project default, but is overridden to use optimize
692 bool "Optimize for Speed"
694 Optimize compilation of Controller for execution speed. As the
1410 bool "Optimize for Speed"
/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif44 according to the actual used resolution and format to optimize the heap size.
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztress.h52 * is adjusted during the test to optimize CPU load. The actual timeout used for
77 * is adjusted during the test to optimize CPU load. The actual timeout used for
/Zephyr-latest/kernel/
DKconfig.smp81 bool "Optimize IPI delivery"
/Zephyr-latest/doc/services/llext/
Dconfig.rst63 LLEXT subsystem to optimize memory footprint in this case.
/Zephyr-latest/
DKconfig.zephyr508 bool "Optimize for size"
514 bool "Aggressively optimize for size"
520 bool "Optimize for speed"
526 bool "Optimize debugging experience"
532 bool "Optimize nothing"
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670_apex.c150 * Optimize power consumption: in icm42670_apex_enable_wom()
/Zephyr-latest/soc/nordic/nrf54l/
Dsoc.c109 * output, but since the compiler apparently tries first to optimize in nordicsemi_nrf54l_init()
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst34 for internal management. Header consists of 2 bit flags. In order to optimize
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dsettings.c124 /* Entries are saved to optimize readability of the settings file for test development and
/Zephyr-latest/modules/mbedtls/
DKconfig60 but has relatively many features enabled. To optimize resources for

123