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 Nucleo-8S207K8 and Nucleo-8S208RB support #37

Closed maxgerhardt closed 3 years ago

maxgerhardt commented 3 years ago

Closes #33 and #34.

Tested during a personal exchange with @gicking.

The builder/main.py had to be modified because PIO would do an invocation with stm8flash -p stm8s207?8 which STM8Flash doesn't know

>stm8flash.exe -l stlux385 stlux???a stm8af526? stm8af528? stm8af52a? stm8af6213 stm8af6223 stm8af6223a stm8af6226 stm8af624? stm8af6266 stm8af6268 stm8af6269 stm8af628? stm8af62a? stm8al313? stm8al314? stm8al316? stm8al318? stm8al31e8? stm8al3l4? stm8al3l6? stm8al3l8? stm8al3le8? stm8l001j3 stm8l050j3 stm8l051f3 stm8l052c6 stm8l052r8 stm8l101f1 stm8l101?2 stm8l101?3 stm8l151?2 stm8l151?3 stm8l151?4 stm8l151?6 stm8l151?8 stm8l152?4 stm8l152?6 stm8l152?8 stm8l162?8 stm8s001j3 stm8s003?3 stm8s005?6 stm8s007c8 stm8s103f2 stm8s103?3 stm8s105?4 stm8s105?6 stm8s207c8 stm8s207cb stm8s207k8 stm8s207m8 stm8s207mb stm8s207r8 stm8s207rb stm8s207s8 stm8s207sb stm8s207?6 stm8s208c6 stm8s208r6 stm8s208s6 stm8s208?8 stm8s208?b stm8s903?3 stm8splnb1 stm8tl5??4 stnrg???a

Since it should have been stm8s207rb.

SPL examples and flashing them are confirmed working on the real boards.

maxgerhardt commented 3 years ago

1 failing build check in macos-latest arduino-ping-hc04 fails in "Install Dependencies" but this should have nothing to do with the PR.

maxgerhardt commented 3 years ago

Superseeded by #38.