/mcu-bootcamp-blink

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

Steps to build

  1. Requirements
  2. Just run CMake to build

auto create build dir

cmake --toolchain cmake/cortex-m0.cmake -B build
cmake --build build --target dist
```