Searched refs:main (Results 1 – 14 of 14) sorted by relevance
/zcbor-3.6.0/tests/scripts/ |
D | test_versions.py | 8 from unittest import TestCase, main 51 main()
|
D | test_repo_files.py | 7 from unittest import TestCase, main, skipIf, SkipTest 210 main()
|
D | test_zcbor.py | 7 from unittest import TestCase, main, skipIf 733 main()
|
/zcbor-3.6.0/ |
D | __init__.py | 13 main
|
D | pyproject.toml | 35 zcbor = 'zcbor:main'
|
D | README.md | 67 …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/ |
D | README.md | 15 To change the output for the second and third, change the code in [src/main.c](src/main.c).
|
D | CMakeLists.txt | 44 add_executable(app src/main.c)
|
/zcbor-3.6.0/samples/hello_world/ |
D | CMakeLists.txt | 12 src/main.c
|
/zcbor-3.6.0/samples/hello_world/src/ |
D | main.c | 12 void main(void) in main() function
|
/zcbor-3.6.0/tests/fuzz/ |
D | main_entry.c | 45 int main(void) { in main() function
|
/zcbor-3.6.0/samples/pet/src/ |
D | main.c | 123 void main(void) in main() function
|
/zcbor-3.6.0/tests/unit/test2_cpp/src/ |
D | main.cpp | 12 int main(void) in main() function
|
/zcbor-3.6.0/zcbor/ |
D | zcbor.py | 3181 def main(): function 3187 main()
|