Skip to content

Empty project for creating an stm8-tiny application

License

Notifications You must be signed in to change notification settings

ryanplusplus/stm8-tiny-starter-kit

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

Empty project for creating an stm8-tiny application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published