platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
394 stars 307 forks source link

Request rupport for NUCLEO-G491RE with STM32G491RE #496

Open Gamester17 opened 3 years ago

Gamester17 commented 3 years ago

Requesting support STMicroelectronics NUCLEO-G491RE STM32 Nucleo-64 development board with STM32G474RE MCU.

-https://www.st.com/en/evaluation-tools/nucleo-g474re.html

Almost same as NUCLEO-G474RE and NUCLEO-G431RB devlopment boards that STSTM32 already supports with different MCUs:

https://docs.platformio.org/en/latest/boards/ststm32/nucleo_g474re.html

https://docs.platformio.org/en/latest/boards/ststm32/nucleo_g431rb.html

https://github.com/platformio/platform-ststm32/blob/252752d7c2745e387862d11f26f35cf2180f5ead/boards/nucleo_g474re.json

https://github.com/platformio/platform-ststm32/blob/252752d7c2745e387862d11f26f35cf2180f5ead/boards/nucleo_g431rb.json

PS: All of these STM32G4 devboards use STMicro's STM32 Nucleo-64 MB1367 reference board form factor and pin layout.

gudnimg commented 3 years ago

@valeros there is no .svd file for STM32G491xx. Are they pulled from somewhere else or do we need to manually add it?

gudnimg commented 3 years ago

I updated all the SVD files here: https://github.com/GunZi200/platform-ststm32/tree/svd-update I can create a PR for this. Many new files and many SVD files are updated (I would of course need to go through all the json files)

gudnimg commented 3 years ago

@Gamester17 I created a PR for this, it would be great if you could test it? :)