AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
241 stars 142 forks source link

Support for STM32401RE board #313

Open BottCode opened 5 years ago

BottCode commented 5 years ago

Hi,

will STM32401RE be supported? It seems there's no driver for this board. How can I contribute in order to support this board?

Fabien-Chouteau commented 5 years ago

Hi @BottCode ,

The STM32F401 is close to the STM32F407 so you should be able to use the same drivers.

Add NUCLEO_401RE here and here.

Then you should be able to create a project following these instructions: https://github.com/AdaCore/Ada_Drivers_Library/blob/master/docs/how_to_create_my_own_adl_project.md

BottCode commented 5 years ago

Thanks for your answer @Fabien-Chouteau, I'll try to use STM32F407's drivers as soon as possible.

FredPraca commented 4 years ago

As the Nucleo 401RE seems to be really close to the Nucleo 411RE, I started to port the 411 I've done to the 401. As soon as I'll get something, I'll need a beta tester so stay tuned

FredPraca commented 4 years ago

Here we go ! I finished the port yesterday evening and it's available on my nucleo_f401re branch.