Searched refs:disabling (Results 1 – 25 of 70) sorted by relevance
123
/Zephyr-latest/soc/ti/simplelink/cc32xx/ |
D | Kconfig | 19 bool "Prepend debug header, disabling flash verification" if XIP 24 bool "Prepend debug header, disabling flash verification" if XIP
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_flags_template.cmake | 50 # Compiler flags for disabling C standard include and instead specify include 55 # Compiler flags for disabling C++ standard include. 70 # Flag for disabling strict aliasing rule in C and C++ 77 # Flag for disabling exceptions in C++ 80 # Flag for disabling rtti in C++ 83 # Flag for disabling optimizations around printf return value 128 # Compiler flag for disabling pointer arithmetic warnings 131 # Compiler flags for disabling position independent code / executable
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.stm32 | 40 Enables flash extended operation for enabling/disabling flash write 44 bool "Prevent from disabling flash write protection" 59 Enables flash extended operation for enabling/disabling flash readout 63 bool "Allow disabling readout protection"
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | CMakeLists.txt | 10 # Check for disabling header CRC. 15 # Check for disabling firmware CRC.
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.imx | 19 Loop count for PWM Software Reset when disabling PWM channel.
|
/Zephyr-latest/tests/subsys/pm/power_states_api/boards/ |
D | native_sim.overlay | 46 zephyr,disabling-power-states = <&state1 &state2>;
|
/Zephyr-latest/cmake/linker/ |
D | linker_flags_template.cmake | 36 # Linker flag for disabling position independent binaries, 47 # Linker flag for disabling relaxation of address optimization for jump calls.
|
/Zephyr-latest/dts/riscv/openisa/ |
D | rv32m1_ri5cy.dtsi | 46 * disabling unused ones in Kconfig, making the binary smaller. 49 * disabling channels can add up.
|
D | rv32m1_zero_riscy.dtsi | 45 * fewer channels here allows disabling unused ones in Kconfig, making the 49 * disabling channels can add up.
|
/Zephyr-latest/tests/drivers/build_all/fpga/ |
D | app.overlay | 55 /* Put device specific modifications to properties or disabling of devices
|
/Zephyr-latest/subsys/storage/stream/ |
D | Kconfig | 20 stream to device. When callback is not used, disabling the option
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | Kconfig.sai | 20 refers to enabling/disabling the master clock,
|
/Zephyr-latest/samples/boards/nordic/ieee802154/802154_rpmsg/ |
D | README.rst | 34 The sample is configured to be energy efficient by disabling:
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | Kconfig | 63 bool "Skip disabling glitch detector"
|
/Zephyr-latest/doc/security/ |
D | hardening-tool.rst | 13 sure that no "experimental" features are being used, disabling features typically used for
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 148 # Flag for disabling strict aliasing rule in C and C++ 239 # Compiler flag for disabling pointer arithmetic warnings 242 #Compiler flags for disabling position independent code / executable
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_shell.rst | 7 enabling/disabling features, and issuing commands like ping or DNS resolving.
|
/Zephyr-latest/samples/basic/minimal/ |
D | README.rst | 19 * :file:`arm.conf`: Arm-specific disabling of features
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig | 91 This option enables the support for enabling/disabling interrupt with 92 previous configuration, and enabling/disabling the interrupt only turns
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 34 ``login`` and ``logout`` implement the feature of enabling and disabling
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | app.overlay | 186 /* Put device specific modifications to properties or disabling of devices
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 85 "disable","enable", "enabling/streaming","disabling" 86 "[stop]","disable","disabling","qos-configure/idle" 596 "enable","enabling/streaming","disabling" 612 "disable","disabling","qos-configure/idle"
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/ |
D | README.txt | 33 target that supports disabling the watchdog.
|
/Zephyr-latest/doc/hardware/cache/ |
D | guide.rst | 39 disabling caching for only a portion of memory. This can be useful when cache 47 As mentioned above, globally disabling data caching can have a significant
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 27 simply disabling the :kconfig:option:`CONFIG_SPI_FLASH_AT45_USE_READ_MODIFY_WRITE` option.
|
123