Home
last modified time | relevance | path

Searched refs:main (Results 26 – 50 of 1972) sorted by relevance

12345678910>>...79

/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/
Dshell_simulator.py16 def main() -> int: function
32 main()
Dmock_script.py17 def main() -> int: function
48 sys.exit(main())
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst10 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
DCMakeLists.txt14 SOURCE src/main.c
19 target_sources(app PRIVATE src/main.c src/user.c)
/Zephyr-latest/samples/subsys/logging/logger/
DREADME.rst10 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/
DCMakeLists.txt7 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/
Dmain.c45 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/
DCMakeLists.txt7 target_sources(app PRIVATE src/main.c)
10 set_source_files_properties(src/main.c PROPERTIES LANGUAGE CXX)
/Zephyr-latest/tests/lib/cbprintf_package/
DCMakeLists.txt7 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/
DCMakeLists.txt7 # 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/
Dmain.c14 LOG_MODULE_REGISTER(main, CONFIG_LOG_DEFAULT_LEVEL);
33 int main(void) in main() function
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/src/
Dmain.c12 LOG_MODULE_REGISTER(main);
44 int main(void) in main() function
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/
DCMakeLists.txt10 src/main.c
15 src/main.c
/Zephyr-latest/samples/sensor/ms5837/src/
Dmain.c13 LOG_MODULE_REGISTER(main);
15 int main(void) in main() function
/Zephyr-latest/tests/subsys/logging/log_api/
DCMakeLists.txt7 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/
DCMakeLists.txt11 main.c
18 set_source_files_properties(main.c ${ZEPHYR_BASE}/lib/utils/dec.c PROPERTIES LANGUAGE CXX)
/Zephyr-latest/doc/connectivity/usb/pd/
Ducds.rst58 .. 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/
Dmain.c20 LOG_MODULE_REGISTER(main);
38 int main(void) in main() function
/Zephyr-latest/samples/modules/thrift/hello/client/
Dhello_client.py33 def main(): function
56 main()
/Zephyr-latest/samples/modules/thrift/hello/server/
DMakefile40 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/
Dmain.c15 LOG_MODULE_REGISTER(main, LOG_LEVEL_INF);
45 int main(void) in main() function
/Zephyr-latest/scripts/
Dtwister207 from twisterlib.twister_main import main
218 ret = main(options, default_options)
/Zephyr-latest/scripts/build/
Dmergehex.py49 def main(): function
56 main()
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/net/src/
Dmain.c14 LOG_MODULE_REGISTER(main);
60 int main(void) in main() function
/Zephyr-latest/doc/project/
Dcode_flow.rst11 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.

12345678910>>...79