{
  "authors": [
    "Adacore",
    "Rolf Ebert"
  ],
  "configuration": {
    "variables": {
      "AVR_MCU": {
        "default": "atmega328p",
        "type": "String"
      },
      "Clock_Frequency": {
        "default": 0,
        "first": 0,
        "type": "Integer"
      },
      "Sec_Stack_Size": {
        "default": 63,
        "first": 0,
        "last": 1024,
        "type": "Integer"
      }
    }
  },
  "depends-on": [
    {
      "gnat_avr_elf": "^11 | ^12.2"
    }
  ],
  "description": "Minimal run time system (RTS) for AVR 8bit controllers",
  "licenses": "GPL-2.0-or-later WITH GCC-exception-3.1",
  "maintainers": [
    "Rolf Ebert <rolf.ebert@gcc.gmx.de>"
  ],
  "maintainers-logins": [
    "RREE"
  ],
  "name": "avrada_rts",
  "origin": {
    "commit": "9e4f8d80ef47810b126a3e809d549e114c92ed94",
    "url": "git+https://github.com/RREE/AVRAda_RTS.git"
  },
  "tags": [
    "avr",
    "embedded",
    "rts"
  ],
  "version": "2.0.0",
  "website": "https://sourceforge.net/projects/avr-ada/"
}
