Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 657 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 657 Bytes

w1209

W1209 thermostat firmware using stm8-tiny.

Setup

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

Use

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 Pinout

From board edge in:

  • GND
  • RST
  • SWIM
  • 3.3V/5V

Resources