Difference between revisions of "Zephyr building blocks"
From Wiki at Neela Nurseries
(→USART references) |
m (adding link to article 'untangling C references'.) |
||
Line 18: | Line 18: | ||
<!-- comment --> | <!-- comment --> | ||
+ | |||
+ | |||
+ | |||
+ | <ul> | ||
+ | * https://medium.com/@bartobri/untangling-complex-c-declarations-9b6a0cf88c96 | ||
+ | </ul> |
Revision as of 04:08, 8 August 2021
2021-08-05 Thursday
- OVERVIEW -
Zephyr RTOS explorations and building blocks
USART references
"Hello world" example build command:
west build -b circuitdojo_feather_nrf9160ns samples/hello_world -p
Programming command:
newtmgr -c serial image upload build/zephyr/app_update.bin