Searched refs:need (Results 1 – 25 of 652) sorted by relevance
12345678910>>...27
/Zephyr-Core-3.7.0/boards/snps/em_starterkit/ |
D | board.dtsi | 66 /* gpio flags need validation */ 72 /* gpio flags need validation */ 78 /* gpio flags need validation */ 84 /* gpio flags need validation */ 90 /* gpio flags need validation */ 96 /* gpio flags need validation */ 102 /* gpio flags need validation */
|
/Zephyr-Core-3.7.0/boards/snps/emsdp/ |
D | board.dtsi | 60 /* gpio flags need validation */ 66 /* gpio flags need validation */ 72 /* gpio flags need validation */ 78 /* gpio flags need validation */
|
/Zephyr-Core-3.7.0/subsys/timing/ |
D | Kconfig | 15 Hidden option to indicate that timing functions need to be 18 To be selected by kernel and other subsystems which need
|
/Zephyr-Core-3.7.0/samples/subsys/mgmt/updatehub/ |
D | overlay-prj.conf.example | 10 #If you use the autorandler, need set UPDATEHUB_POLL_INTERVAL. 18 #You need set the updatehub-ce ip Address.
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | fnmatch.c | 65 bool negate, ok, need; in rangematch() local 84 for (need = true, ok = false, c = FOLDCASE(*pattern++, flags); c != ']' || need; in rangematch() 86 need = false; in rangematch()
|
/Zephyr-Core-3.7.0/samples/bluetooth/hci_ipc/ |
D | README.rst | 23 To use this application, you need a board with a Bluetooth controller 29 To test this sample, you need a separate device/CPU that acts as Bluetooth 35 You might need to adjust the Kconfig configuration of this sample to make it
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1024_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1024-EVK, but targeting a custom board. You may need to " 19 # This configuration block may need modification if another flash chip is 28 # This configuration block may need modification if another SDRAM chip
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1020_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1020-EVK, but targeting a custom board. You may need to " 19 # This configuration block may need modification if another flash chip is 28 # This configuration block may need modification if another SDRAM chip
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1160_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1160-EVK, but targeting a custom board. You may need to " 19 # This configuration block may need modification if another flash chip is 28 # This configuration block may need modification if another SDRAM chip
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt685_evk/ |
D | CMakeLists.txt | 15 "the MIMXRT685-EVK, but targeting a custom board. You may need to " 19 # This configuration block may need modification if another flash chip is
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt595_evk/ |
D | CMakeLists.txt | 16 "the MIMXRT595-EVK, but targeting a custom board. You may need to " 20 # This configuration block may need modification if another flash chip is
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1040_evk/ |
D | CMakeLists.txt | 17 "the MIMXRT1040-EVK, but targeting a custom board. You may need to " 24 # This configuration block may need modification if another flash chip is 33 # This configuration block may need modification if another SDRAM chip
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1170_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1170-EVK, but targeting a custom board. You may need to " 24 # This configuration block may need modification if another flash chip is 33 # This configuration block may need modification if another SDRAM chip
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1064_evk/ |
D | CMakeLists.txt | 17 "the MIMXRT1064-EVK, but targeting a custom board. You may need to " 24 # This configuration block may need modification if another flash chip is 33 # This configuration block may need modification if another SDRAM chip
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1050_evk/ |
D | CMakeLists.txt | 21 "the MIMXRT1050-EVK, but targeting a custom board. You may need to " 30 # This configuration block may need modification if another flash chip is 39 # This configuration block may need modification if another SDRAM chip
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1010_evk/ |
D | CMakeLists.txt | 13 "the MIMXRT1010-EVK, but targeting a custom board. You may need to " 18 # This configuration block may need modification if another flash chip is
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1015_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1015-EVK, but targeting a custom board. You may need to " 17 # This configuration block may need modification if another flash chip is
|
/Zephyr-Core-3.7.0/subsys/sd/ |
D | Kconfig | 70 # If SDHC required buffer alignment, we need a full block size in 73 # If MMC is being used, need 512 bytes to read EXT_CSD 75 # If SDIO is being used, need 512 bytes to read FUNC0 CIS 77 # Otherwise, we only need 64 bytes to read SD switch function
|
/Zephyr-Core-3.7.0/doc/services/device_mgmt/ |
D | dfu.rst | 63 In order to use MCUboot with Zephyr you need to take the following into account: 65 1. You will need to define the flash partitions required by MCUboot; see 80 4. You need to build and flash MCUboot itself on your device 81 5. You might need to take precautions to avoid mass erasing the flash and also
|
/Zephyr-Core-3.7.0/include/zephyr/linker/ |
D | kobject-text.ld | 4 /* We need to reserve room for the gperf generated hash functions. 28 when the area overflows we need to temporarily corrupt the
|
/Zephyr-Core-3.7.0/samples/basic/servo_motor/ |
D | README.rst | 17 Different servomotors may require different PWM pulse widths, and you may need 26 will need to do something like this: 49 You will need to connect the motor's red wire to external 5V, the black wire to
|
/Zephyr-Core-3.7.0/samples/boards/nrf/ieee802154/802154_rpmsg/ |
D | README.rst | 24 To use this application, you need a board with nRF53 SoC. 29 To test this sample, you need a separate device/CPU that acts as 802.15.4
|
/Zephyr-Core-3.7.0/subsys/console/ |
D | Kconfig | 34 to save RAM. You may need to increase it e.g. to support 43 to save RAM. You may need to increase it e.g. to support
|
/Zephyr-Core-3.7.0/tests/lib/acpi/boards/ |
D | qemu_x86_64.overlay | 7 /* TODO: This overlay file need to update once mc146818 driver eneable for acpi support.
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1060_evk/ |
D | CMakeLists.txt | 29 "the MIMXRT1060-EVK, but targeting a custom board. You may need to " 39 # This configuration block may need modification if another flash chip is 48 # This configuration block may need modification if another SDRAM chip
|
12345678910>>...27