/uc_hello

[uC Cortex-M] set of uccm using examples.

Primary LanguageCApache License 2.0Apache-2.0

uc_hello License

uCcm using examples.

Use uccm to play with examples by following command:

uccm -b boardname -y --reconfig --edit example_name.c
  • board name - the name of board you use, pca10028, pca10040, descovery3, ...
  • example_name.c - the main file of example, flash_1s.c, hello.c, ...