tenbaht / sduino

An Arduino-like programming API for the STM8
http://tenbaht.github.io/sduino/
GNU Lesser General Public License v2.1
351 stars 218 forks source link

add initial support for sduino MB board #65

Closed roybaer closed 5 years ago

roybaer commented 5 years ago

This adds initial support for the sduino MB board. Program sizes exceeding 32 KiB are not yet supported, since they need different compiler flags.

tenbaht commented 5 years ago

Great! Could you maybe add an Arduino-style image to illustrate the pinout? And maybe some text for a page in docs/hardware?

roybaer commented 5 years ago

One could also simply add a link to the existing documentation in my repo or copy it.

tenbaht commented 5 years ago

ok, done. Added links to your repositories.