stm32duino/Arduino_Core_STM32

[New Variant] NUCLEO-L412RB-P

Closed this issue · 2 comments

Board description

Hi there,

I'm willing to submit a PR for this but I'm a bit confused as to how! It seems that the guide in the wiki is for a "generic" board. Is a nucleo a generic board or how would I go about this? I'm switching a project I have over to this microcontroller and it's all Arduino code that I'd rather not port 😁

I found this previous Issue and it made it seem like version 2.0 would have it but it does not seem to be the case #1350

If you just point me in the right direction then I'll get going!

Hi @lylecheatham
Right, Wiki describes only the generic.
And no the 2.x does not provide this support, it was only mentioned in the issue that 2.0.0 have to be released before try to make a PR.
You can mimic any PR to see how dedicated board is added.
Like this one:
296fa63

Added to #722.