2bd4373fbf
* Add Run-Time-System and MCU definitions from AVR-Ada * remove the prerelease part from version * force use of LF only on git checkout, permit GNAT v12.2 as dependancy * moved RTS and MCU version to v2.0.1
21 lines
545 B
TOML
21 lines
545 B
TOML
name = "avrada_mcu"
|
|
description = "Device (MCU) specific definitions for AVR microcontrollers"
|
|
version = "2.0.1"
|
|
|
|
authors = ["Rolf Ebert"]
|
|
maintainers = ["Rolf Ebert <rolf.ebert.gcc@gmx.de>"]
|
|
maintainers-logins = ["RREE"]
|
|
licenses = "GPL-2.0-or-later WITH GCC-exception-3.1"
|
|
website = "https://sourceforge.net/projects/avr-ada/"
|
|
tags = ["avr", "embedded", "rts"]
|
|
|
|
[[depends-on]]
|
|
gnat_avr_elf = "^11 | ^12.2"
|
|
avrada_rts = "^2.0.1"
|
|
|
|
|
|
[origin]
|
|
commit = "0284e64da7de32eefb45590823dbcf821937ec17"
|
|
url = "git+https://github.com/RREE/AVRAda_MCU.git"
|
|
|