Skip to content

nickyg1/STM8_Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm8-tiny-starter-kit

Empty project for creating an stm8-tiny application.

Setup

Linux

  • Copy tools/tools/Linux/udev/70-st-link.rules to /etc/udev/rules.d/ and run udevadm control --reload-rules.

Use

Run Tests

make -f test.mk

Compile

make -f target.mk

Clean

make -f target.mk clean

Erase via SWIM

make -f target.mk erase

Flash via SWIM

make -f target.mk upload

Debug via GDB TUI

make -f <target>.mk debug

Open documentation

make -f <target>.mk datasheet
make -f <target>.mk hardware_manual

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published