Skip to content

mborko/stm32f4-ada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32f4-ada

Coding examples in Ada for STM32F4-Discovery

To be able to compile the examples you have to download the GNAT GPL Ada from AdaCore. Be aware to put the ./bin Directory to your PATH variable.

For the HAL and Library Support use the GitHub Repository from AdaCore:

Ada Drivers Library

You should clone the AdaCore Libraries with the --recursive option (and afterwards link to it):

git clone --recursive https://github.com/AdaCore/Ada_Drivers_Library.git

Don't forget to compile the embedded-runtimes with make all!

cd Ada_Drivers_Library/embedded-runtimes
make all

Compiling and running the examples

After linking the Ada_Drivers_Library and setting up the gpr-tools, the Makefiles in the subdirectories will help to compile and flash the code to the STM-Board.

About

Coding examples in Ada for STM32F4-Discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published