/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | shell_simulator.py | 16 def main() -> int: function 32 main()
|
D | mock_script.py | 17 def main() -> int: function 48 sys.exit(main())
|
/Zephyr-latest/tests/benchmarks/sched_userspace/ |
D | README.rst | 10 It works very simply: a main thread creates n "yielders" 13 1. The main thread starts all yielders 15 5. The main thread joins all yielders
|
D | CMakeLists.txt | 14 SOURCE src/main.c 19 target_sources(app PRIVATE src/main.c src/user.c)
|
/Zephyr-latest/samples/subsys/logging/logger/ |
D | README.rst | 10 main features: severity levels, timestamping, module level filtering and 57 [00:00:01.122,316] <inf> main: Logging transient string:transient_string 59 [00:00:01.122,348] <err> main: Error message example. 60 [00:00:01.122,352] <wrn> main: Warning message example. 61 [00:00:01.122,355] <inf> main: Info message example. 63 [00:00:02.151,602] <inf> main: performance test - log message 0
|
/Zephyr-latest/samples/subsys/logging/syst/ |
D | CMakeLists.txt | 7 target_sources(app PRIVATE src/main.c) 11 set_source_files_properties(src/main.c PROPERTIES LANGUAGE CXX)
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/src/ |
D | main.c | 45 int main(void) in main() function 51 printk("Address of %s function %p\n", __func__, &main); in main()
|
/Zephyr-latest/tests/subsys/logging/log_stack/ |
D | CMakeLists.txt | 7 target_sources(app PRIVATE src/main.c) 10 set_source_files_properties(src/main.c PROPERTIES LANGUAGE CXX)
|
/Zephyr-latest/tests/lib/cbprintf_package/ |
D | CMakeLists.txt | 7 target_sources(app PRIVATE src/main.c) 10 set_source_files_properties(src/main.c PROPERTIES LANGUAGE CXX)
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | CMakeLists.txt | 7 # Exclude main when running the generic test because ztest supplies its own 8 target_sources_ifndef(CONFIG_GENERIC_SENSOR_TEST app PRIVATE src/main.c)
|
/Zephyr-latest/samples/subsys/edac/src/ |
D | main.c | 14 LOG_MODULE_REGISTER(main, CONFIG_LOG_DEFAULT_LEVEL); 33 int main(void) in main() function
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/src/ |
D | main.c | 12 LOG_MODULE_REGISTER(main); 44 int main(void) in main() function
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/ |
D | CMakeLists.txt | 10 src/main.c 15 src/main.c
|
/Zephyr-latest/samples/sensor/ms5837/src/ |
D | main.c | 13 LOG_MODULE_REGISTER(main); 15 int main(void) in main() function
|
/Zephyr-latest/tests/subsys/logging/log_api/ |
D | CMakeLists.txt | 7 target_sources(app PRIVATE src/main.c src/mock_frontend.c 12 set_source_files_properties(src/main.c PROPERTIES LANGUAGE CXX)
|
/Zephyr-latest/tests/unit/util/ |
D | CMakeLists.txt | 11 main.c 18 set_source_files_properties(main.c ${ZEPHYR_BASE}/lib/utils/dec.c PROPERTIES LANGUAGE CXX)
|
/Zephyr-latest/doc/connectivity/usb/pd/ |
D | ucds.rst | 58 .. literalinclude:: ../../../../samples/subsys/usb_c/sink/src/main.c 66 .. literalinclude:: ../../../../samples/subsys/usb_c/sink/src/main.c 74 .. literalinclude:: ../../../../samples/subsys/usb_c/sink/src/main.c 82 .. literalinclude:: ../../../../samples/subsys/usb_c/sink/src/main.c 90 .. literalinclude:: ../../../../samples/subsys/usb_c/sink/src/main.c 98 .. literalinclude:: ../../../../samples/subsys/usb_c/sink/src/main.c 106 .. literalinclude:: ../../../../samples/subsys/usb_c/sink/src/main.c 148 .. literalinclude:: ../../../../samples/subsys/usb_c/source/src/main.c 156 .. literalinclude:: ../../../../samples/subsys/usb_c/source/src/main.c 164 .. literalinclude:: ../../../../samples/subsys/usb_c/source/src/main.c [all …]
|
/Zephyr-latest/samples/drivers/haptics/drv2605/src/ |
D | main.c | 20 LOG_MODULE_REGISTER(main); 38 int main(void) in main() function
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | hello_client.py | 33 def main(): function 56 main()
|
/Zephyr-latest/samples/modules/thrift/hello/server/ |
D | Makefile | 40 hello_server: src/main.cpp $(GENOBJ) $(GENHDR) 43 hello_server_compact: src/main.cpp $(GENOBJ) $(GENHDR) 46 hello_server_ssl: src/main.cpp $(GENOBJ) $(GENHDR)
|
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | main.c | 15 LOG_MODULE_REGISTER(main, LOG_LEVEL_INF); 45 int main(void) in main() function
|
/Zephyr-latest/scripts/ |
D | twister | 207 from twisterlib.twister_main import main 218 ret = main(options, default_options)
|
/Zephyr-latest/scripts/build/ |
D | mergehex.py | 49 def main(): function 56 main()
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/net/src/ |
D | main.c | 14 LOG_MODULE_REGISTER(main); 60 int main(void) in main() function
|
/Zephyr-latest/doc/project/ |
D | code_flow.rst | 11 main 16 of new features to be introduced into the main branch when ready. Creating a new 18 shall be based off the main branch and any changes developed in the collab 19 branch shall target the main development branch. For released versions of 44 * Define exit criteria for merging the collaboration branch changes back into the main branch. 56 - Force pushing a collaboration branch is only allowed when rebasing against the main branch.
|