platformio / platform-ststm8

ST STM8: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm8
Apache License 2.0
40 stars 26 forks source link

add board definition for stm8s003f3 chip #28

Closed nerocide closed 3 years ago

nerocide commented 3 years ago

Hello,

I had to create a new definition board for stm8s003f3 chip i'm playing with Here is a PR to share it.

regards

maxgerhardt commented 3 years ago

Can confirm that that is working btw with my STM8S103F3 chip. (same as chip in this PR but with smaller EEPROM, see link below).

It's also listed as supported by the underlying SDuino core (https://tenbaht.github.io/sduino/hardware/stm8s003/). Was able to make the chip play the Tetris theme with the underlying Arduino core quite nicley :)

valeros commented 3 years ago

Many thanks!