yh-sb / stm32f0

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 95.5%Language:CMake 2.3%Language:C 2.1%Language:Makefile 0.1%