Download List

Descripción del Proyecto

AVR-Ada aims to make the Ada part of gcc usable on AVR microcontrollers. This includes the three elements: the Ada compiler, the Ada run time system, and the AVR support library. Some sample programs are provided as well.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-05-01 08:22
0.5.2

Errores de instalación se fija.
Tags: Minor bugfixes
Installation bugs were fixed.

2006-06-03 22:58
0.4.1

El enlazador (avr-ld) de los paquetes binarios ahora genera código correcto para avr5 (16K-128K de memoria flash) cuando se invoca con los objetivos de la - relajación switch (por defecto). La construcción de bibliotecas estáticas con AVR-gnatmake ya no requiere un ordenador "gcc" en la ruta de búsqueda. Un apoyo limitado se añadió para la beta ATmega2560 y ATMEGA2561 (). mk_ada_app.sh ahora trabaja independiente del directorio de trabajo, y es parte de los paquetes binarios. El Linux / binarios de Windows se basan ahora en gcc-4.1.1, avr-libc-1.4.4, y binutils-2.17.50, y se configura para Ada, C y C + +.
Tags: Major bugfixes
The linker (avr-ld) of the binary packages now
generates correct code for avr5 (16k-128K flash
memory) targets when called with the --relax
switch (default). Building static libraries with
avr-gnatmake no longer requires a host "gcc" in
the search path. Limited support was added for
ATmega2560 and ATmega2561 (beta). mk_ada_app.sh
now works independent of the working directory,
and is part of the binary packages. The
Linux/Windows binaries are now based on gcc-4.1.1,
avr-libc-1.4.4, and binutils-2.17.50, and were
configured for Ada, C, and C++.

2006-05-17 18:30
0.4.0

Esta versión incluye el soporte limitado para los nuevos dispositivos: at90canXX, at90pwmX, at90usb1287, atmega128X, atmegaXXXp, atmega64X, attinyX4, attinyX5, y attinyX61. I386 binarios para Linux y Windows están disponibles ahora para dowload. El sistema de ejecución (RTS) es parte específica de ahora. AVR-lib tiene nuevos paquetes: perro guardián, de espera y Int_Img. Las secuencias de comandos para construir AVR-Ada con gcc-3.4.6 y gcc-4.1.0 han sido actualizados. Una nueva secuencia de comandos para generar una lista para compilar directorio de proyecto con todos los archivos necesarios se encuentra disponible en el archivo fuente. Nuevos ejemplos se encuentran en apps /.
Tags: Major feature enhancements
This release adds limited support for new devices: at90canXX, at90pwmX, at90usb1287, atmega128X, atmegaXXXp, atmega64X, attinyX4, attinyX5, and attinyX61. Binaries for i386 Linux and Windows are now available for dowload. The runtime system (RTS) is part-specific now. AVR-lib has new packages: Watchdog, Sleep, and Int_Img. The scripts to build AVR-Ada with gcc-3.4.6 and gcc-4.1.0 have been updated. A new script to generate a ready-to-compile project directory with all necessary files is available in the source archive. New examples are located in apps/.

2005-08-07 17:39
0.3.0

Tags: Initial freshmeat announcement

Project Resources