{
  "actions": [
    {
      "command": [
        "alr",
        "build"
      ],
      "directory": "tests/",
      "type": "test"
    }
  ],
  "authors": [
    "AdaCore"
  ],
  "configuration": {
    "variables": {
      "core": {
        "type": "Enum",
        "values": [
          "m0",
          "m0p",
          "m4",
          "m4f",
          "m7f",
          "m7df"
        ]
      }
    }
  },
  "depends-on": [
    {
      "gnat_arm_elf": ">=12",
      "hal": "^1.0.0"
    }
  ],
  "description": "Drivers for Cortex-M micro-controllers (NVIC, SysTick, etc.)",
  "licenses": "BSD-3-Clause",
  "long-description": "# cortex-m\n\nAda drivers for the peripherals of ARM Cortex-M micro-controllers\n(NVIC,\\nSysTick, etc.)\n\nThis crate is a snapshot of the `Cortex-M` support in [Ada Drivers\nLibrary](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/arch/ARM/cortex_m).\n\nAny bug report, issue, contribution must be adressed to the [Ada Drivers\nLibrary](https://github.com/AdaCore/Ada_Drivers_Library/) repo.\n\n",
  "maintainers": [
    "chouteau@adacore.com"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau"
  ],
  "name": "cortex_m",
  "origin": {
    "commit": "028b1d7accd902a7cff4703d92c317385973f8e6",
    "url": "git+https://github.com/Fabien-Chouteau/cortex-m.git"
  },
  "tags": [
    "embedded",
    "arm",
    "nostd"
  ],
  "version": "1.0.0",
  "website": "https://github.com/AdaCore/Ada_Drivers_Library/"
}
