Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 460 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 460 Bytes

Before building, you must install the compiler ARM(gcc-arm-none-eabi) and openocd

Build

make build

Flash microcontroller

make run

Debug

openocd -s ../scripts -f interface/stlink.cfg -f target/stm32f4x.cfg

Size

make size

Clean

make clean