Add generic F103Cx targets#1037
Conversation
|
@fpistm For some strange reason, the CI fails when trying to compile BareMinimum for F103C4 (not enough space). However, it compiles just fine in my Arduino IDE install. |
The sketch BareMinimum of the CI use several API to test the build that's why it does not fit in the FLASH, anyway it should be considered as succeeded with a '*'. |
|
Thanks, it should be OK now. I forgot to add the new targets to README, so I did another rebase and got everything into one commit, which I know you prefer 😉 |
fpistm
left a comment
There was a problem hiding this comment.
LGTM
I will review all system clock config to unified them and handle HSE, HSE by pass and HSI
Great! That should be the same for all F103 targets I believe. I also have an F103Vx pinout ready I may be able to publish a PR this evening. IIRC this variant has been requested earlier. |
This adds generic F103C4, F103C6, F103C8 and F103CB targets.