Searched refs:correct (Results 1 – 25 of 174) sorted by relevance
1234567
/Zephyr-latest/cmake/linker/ |
D | linker_libraries_template.cmake | 7 # correct placement of those libraries for correct link order.
|
/Zephyr-latest/samples/drivers/ps2/ |
D | README.rst | 18 It requires a correct fixture setup. Please connect a PS/2 mouse in order to 20 For the correct execution of that sample in twister, add into boards's
|
/Zephyr-latest/samples/drivers/kscan/ |
D | README.rst | 18 It requires a correct fixture setup. Please connect a Keyboard Matrix to 21 For the correct execution of that sample in twister, add into boards's
|
/Zephyr-latest/tests/kernel/pending/ |
D | README.txt | 37 Testing fifos time-out in correct order ... 40 Testing lifos time-out in correct order ...
|
/Zephyr-latest/arch/common/ |
D | rom_start_address.ld | 8 * To provide correct value, this file must be the first file included in
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | index.rst | 6 Error Detection And Correction is a mechanism used to detect and correct errors
|
/Zephyr-latest/samples/arch/smp/pktqueue/src/ |
D | main.c | 196 int correct = 0; in main() local 208 correct++; in main() 211 if (correct == QUEUE_NUM) { in main()
|
/Zephyr-latest/boards/seeed/xiao_rp2040/ |
D | xiao_rp2040_defconfig | 17 # Code partition needed to target the correct flash range
|
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/ |
D | sparkfun_pro_micro_rp2040_defconfig | 17 # Code partition needed to target the correct flash range
|
/Zephyr-latest/boards/adafruit/kb2040/ |
D | adafruit_kb2040_defconfig | 19 # Code partition needed to target the correct flash range
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040_defconfig | 19 # Code partition needed to target the correct flash range
|
/Zephyr-latest/cmake/toolchain/llvm/ |
D | clang_libgcc.cfg | 7 # better tell clang to give us the correct path to libgcc.a.
|
/Zephyr-latest/samples/sensor/dht_polling/ |
D | README.rst | 30 It also requires a correct fixture setup when the sensor is present. 31 For the correct execution of that sample in twister, add into boards's
|
/Zephyr-latest/boards/nxp/frdm_rw612/ |
D | CMakeLists.txt | 13 # See MCUXpresso config tools for making a correct one.
|
/Zephyr-latest/samples/drivers/espi/ |
D | README.rst | 24 Sample requires a correct harness and fixture setup. 26 After that for the correct execution of that sample in twister, add into
|
/Zephyr-latest/boards/arduino/opta/ |
D | arduino_opta_stm32h747xx_m7_defconfig | 20 # Enable correct power supply
|
/Zephyr-latest/samples/subsys/lorawan/class_a/ |
D | README.rst | 18 Before building the sample, make sure to select the correct region in the
|
/Zephyr-latest/cmake/sca/sparse/ |
D | sca.cmake | 10 # cgcc is called, thereby ensuring correct behavior of sparse without a need
|
/Zephyr-latest/samples/net/sockets/coap_server/ |
D | README.rst | 14 The resource is placed into the correct linker section based on the owning 41 This project has no output in case of success, the correct
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | Kconfig.defconfig | 19 # which will make it link into the correct partition specified in DTS file,
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | Kconfig.defconfig | 17 # which will make it link into the correct partition specified in DTS file,
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 62 * The correct TX thread is invoked, and the packet is read from the transmit 76 * The correct RX thread is invoked, and the packet is read from the receive 78 * The network packet is then processed and placed to correct socket queue.
|
/Zephyr-latest/boards/ezurio/bl654_usb/ |
D | Kconfig.defconfig | 17 # which will make it link into the correct partition specified in DTS file,
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | shared_multi_heap.rst | 62 correct set of attributes for the needed memory. The framework will take 63 care of selecting the correct heap (thus memory region) to carve memory
|
/Zephyr-latest/boards/96boards/avenger96/ |
D | 96b_avenger96.dts | 19 * following lines and set the correct config in
|
1234567