/stm32f0

stm32f0 submodule of mcu-framework: https://github.com/yhsb2k/mcu-framework

Primary LanguageC++GNU General Public License v3.0GPL-3.0

stm32f0 submodule of mcu-framework

build license

How to build

git clone --recursive https://github.com/yhsb2k/stm32f0.git
cd stm32f0
make

Other targets:

  • make flash - Upload firmware to the target
  • make erase - Erase all memory on the target
  • make reset - Reset the target
  • Debug is available in VSCode or using make debug target to start GDB server

Requirements