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

ssch1337/simple-rfid-acs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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