/Zephyr-Core-3.4.0/scripts/west_commands/ |
D | run_tests.py | 27 here = os.path.abspath(os.path.dirname(__file__)) variable 29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini', 33 print(f'Running mypy from {here}:\n\t' + 36 subprocess.run(mypy, check=True, cwd=here) 37 print(f'Running pytest from {here}:\n\t' + 40 subprocess.run(pytest, check=True, cwd=here)
|
D | README.txt | 5 Before adding more here, consider whether you might want to put new 7 on the multi-repo need to be in upstream west, not here. Try to limit 8 what goes in here to Zephyr-specific features.
|
/Zephyr-Core-3.4.0/samples/net/cloud/google_iot_mqtt/ |
D | Kconfig | 10 default "put client string here" 16 default "put audience string here" 22 default "put subscription string here" 29 default "put topic string here"
|
/Zephyr-Core-3.4.0/soc/xtensa/intel_adsp/common/ |
D | rimage_modules.c | 8 /* These two modules defined here aren't runtime data used by Zephyr or 11 * DSP. As it happens most of the data here is ignored by both layers, 14 * For each module here, two UUIDs are allowed, one used on APL, and the 18 * on cAVS 1.8+ platforms here.
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/fpga/ |
D | prj.conf | 8 # Must disable pinctrl here because otherwise there is an error in 9 # fpga_ice40.c here about the two nodes both declaring the same pinctrl data
|
/Zephyr-Core-3.4.0/tests/kernel/timer/timer_error_case/src/ |
D | main.c | 28 /* should not go here*/ in thread_timer_start_null() 63 /* should not go here*/ in thread_timer_stop_null() 97 /* should not go here*/ in thread_timer_status_get_null() 131 /* should not go here*/ in thread_timer_status_sync_null() 165 /* should not go here*/ in thread_timer_remaining_ticks_null() 199 /* should not go here*/ in thread_timer_expires_ticks_null() 232 /* should not go here*/ in thread_timer_user_data_get_null() 267 /* should not go here*/ in thread_timer_user_data_set_null() 300 /**do nothing here**/ in test_timer_handle()
|
/Zephyr-Core-3.4.0/tests/subsys/openthread/ |
D | radio_stub.c | 13 /* needed here so the static device_get_binding does not get renamed */ 16 /* OpenThread not enabled here */
|
/Zephyr-Core-3.4.0/lib/cpp/minimal/ |
D | cpp_vtable.cpp | 24 void __class_type_info::dummy() { } // causes the vtable to get created here in dummy() 25 void __si_class_type_info::dummy() { } // causes the vtable to get created here in dummy()
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | peripheral.c | 33 /* Central should bond here, and trigger a disconnect. */ in peripheral() 41 /* Central should bond here. */ in peripheral() 47 /* Central should disconnect here. */ in peripheral()
|
/Zephyr-Core-3.4.0/doc/connectivity/networking/ |
D | networking_with_host.rst | 26 * Here IP packets are exchanged between Zephyr and the host system via serial 32 * Here IP packets are exchanged between Zephyr and the host system via QEMU's 67 * Here, the Zephyr instance is run on a real board and the connectivity to 79 * Here, two Zephyr instances are running and there is IEEE 802.15.4 link layer
|
/Zephyr-Core-3.4.0/samples/arch/smp/pktqueue/src/ |
D | pktqueue.h | 18 struct phdr_desc *head; /* packet headers are removed from here */ 19 struct phdr_desc *tail; /* packet headers are added here*/
|
/Zephyr-Core-3.4.0/tests/kernel/sched/schedule_api/src/ |
D | user_api.c | 62 * though here in a test they always will be and in any case in ZTEST_USER() 102 /* should not go here */ in thread_suspend_init_null() 139 /* should not go here */ in thread_resume_init_null() 176 /* should not go here */ in thread_priority_get_init_null() 213 /* should not go here */ in thread_priority_set_init_null() 252 /* should not go here */ in thread_priority_set_overmax() 292 /* should not go here */ in thread_priority_set_upgrade() 328 /* should not go here */ in thread_wakeup_init_null()
|
/Zephyr-Core-3.4.0/scripts/schemas/ |
D | snippet-schema.yml | 24 Snippet-wide appending can be done here: 32 Board-specific appending can be done here:
|
/Zephyr-Core-3.4.0/include/zephyr/kernel/ |
D | sched_priq.h | 13 /* Two abstractions are defined here for "thread priority queues". 23 * larger code size (due to the data structure itself, the code here 47 * small number (max 32 here) of fixed priorities. This corresponds
|
/Zephyr-Core-3.4.0/doc/kernel/services/threads/ |
D | nothread.rst | 78 disabled. Subsystems that are not listed here should not be expected to 95 *List/table of supported drivers to go here* 103 *List/table of supported drivers to go here* 120 *List/table of supported drivers to go here, including which API options
|
/Zephyr-Core-3.4.0/dts/bindings/spi/ |
D | spi-device.yaml | 23 Use the macros not the actual enum value, here is the concordance 36 Use the macros not the actual enum value, here is the concordance
|
/Zephyr-Core-3.4.0/doc/ |
D | substitutions.txt | 1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here) 5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
|
/Zephyr-Core-3.4.0/tests/posix/eventfd/ |
D | Kconfig | 32 as possible on the hot path. Say 'y' here to add extra assertions 39 as possible on the hot path. Say 'y' here to skip reporting.
|
/Zephyr-Core-3.4.0/soc/riscv/esp32c3/ |
D | vectors.S | 15 /* This is the vector table. MTVEC points here. 17 * Use 4-byte intructions here. 1 instruction = 1 entry of the table.
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | peripheral.c | 33 /* Central should bond here, and trigger a disconnect. */ in peripheral() 41 /* Central should bond here. */ in peripheral()
|
/Zephyr-Core-3.4.0/scripts/dts/ |
D | README.txt | 18 The 'python-devicetree' subdirectory you find here next to this 22 For now, the 'main' copy will continue to be hosted here in the zephyr
|
/Zephyr-Core-3.4.0/boards/arm/faze/support/ |
D | openocd.cfg | 6 # Here we assume that a ST-LINK in-circuit debugger/programmer is used. You may 7 # have to replace it with your own interface here.
|
/Zephyr-Core-3.4.0/samples/boards/rpi_pico/uart_pio/ |
D | prj.conf | 1 # nothing here
|
/Zephyr-Core-3.4.0/samples/hello_world/ |
D | prj.conf | 1 # nothing here
|
/Zephyr-Core-3.4.0/samples/application_development/out_of_tree_board/ |
D | prj.conf | 1 # nothing here
|