Closed
Description
Hi, I'd like to add support for Nucleo L452RE-P. There's already a variant for L452RE, and it looks like code compiled for L452RE does upload to L452RE-P. Since the LED in the Blink example doesn't blink, I guess there's some difference in pin mapping.
Is it enough to add a few #ifdef statements to the variant files (like with L496ZG and L496ZG-P), and the new variant into boards.txt, or is there something else as well? Thanks!