The AVR-Ada project provides the gcc based Ada compiler GNAT for the AVR 8-bit microcontrollers. This includes:
- the Ada compiler
- the Ada run time system and the AVR support library
- documentation and some sample programs.
The project is now superseded by the Alire crates
- [AVRAda_RTS](https://github.com/RREE/AVRAda_RTS)
- [AVRAda_MCU](https://github.com/RREE/AVRAda_MCU)
- [AVRAda_Lib](https://github.com/RREE/AVRAda_Lib)
- [AVRAda_Examples](https://github.com/RREE/AVRAda_Examples)
Start with the examples (alr get avrada_examples) and Alire will install everything else.
License
BSD License, GNU General Public License version 2.0 (GPLv2)Follow AVR-Ada
You Might Also Like
Deliver secure remote access with OpenVPN.
OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
Rate This Project
Login To Rate This Project
User Reviews
-
Ada on embedded is all thumbs up!
-
Great ! I developped an astronomical "GoTo" mount for my telescope using Ada on an AVR90USB128. That's quite a large piece of code, and being able to use Ada is a welcome help for big embedded software project.