Home
last modified time | relevance | path

Searched refs:main (Results 1 – 14 of 14) sorted by relevance

/zcbor-3.6.0/tests/scripts/
Dtest_versions.py8 from unittest import TestCase, main
51 main()
Dtest_repo_files.py7 from unittest import TestCase, main, skipIf, SkipTest
210 main()
Dtest_zcbor.py7 from unittest import TestCase, main, skipIf
733 main()
/zcbor-3.6.0/
D__init__.py13 main
Dpyproject.toml35 zcbor = 'zcbor:main'
DREADME.md67 …E_*()` macros, look below or in the [hello_world](samples/hello_world/src/main.c) sample for examp…
91 …e the [Kconfig options](https://github.com/zephyrproject-rtos/zephyr/blob/main/modules/zcbor/Kconf…
209 …ctly, see the [hello_world](samples/hello_world/src/main.c) sample, or the [pet](samples/pet/src/m…
211 To see how to use code generation, see the [pet](samples/pet/src/main.c) sample.
381 - [MCUboot's serial recovery mechanism](https://github.com/mcu-tools/mcuboot/blob/main/boot/boot_se…
382 - [Zephyr's mcumgr](https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/mgmt/mcumgr/grp/i…
383 - [Zephyr's LwM2M SenML](https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/lib/lwm2…
384 - [nRF Connect SDK's full modem update mechanism](https://github.com/nrfconnect/sdk-nrf/blob/main/s…
385 - [nRF Connect SDK's nrf_rpc](https://github.com/nrfconnect/sdk-nrfxlib/blob/main/nrf_rpc/nrf_rpc_c…
/zcbor-3.6.0/samples/pet/
DREADME.md15 To change the output for the second and third, change the code in [src/main.c](src/main.c).
DCMakeLists.txt44 add_executable(app src/main.c)
/zcbor-3.6.0/samples/hello_world/
DCMakeLists.txt12 src/main.c
/zcbor-3.6.0/samples/hello_world/src/
Dmain.c12 void main(void) in main() function
/zcbor-3.6.0/tests/fuzz/
Dmain_entry.c45 int main(void) { in main() function
/zcbor-3.6.0/samples/pet/src/
Dmain.c123 void main(void) in main() function
/zcbor-3.6.0/tests/unit/test2_cpp/src/
Dmain.cpp12 int main(void) in main() function
/zcbor-3.6.0/zcbor/
Dzcbor.py3181 def main(): function
3187 main()