{
  "authors": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "build-switches": {
    "*": {
      "ada_version": [
        "-gnat2022"
      ]
    },
    "development": {
      "compile_checks": "Warnings",
      "contracts": "Yes",
      "runtime_checks": "Overflow"
    },
    "release": {
      "compile_checks": "Warnings",
      "contracts": "No",
      "runtime_checks": "Default"
    },
    "validation": {
      "compile_checks": "Warnings",
      "contracts": "Yes",
      "runtime_checks": "Everything"
    }
  },
  "depends-on": [
    {
      "pico_bsp": "^2.2"
    }
  ],
  "description": "Extended board support package for Raspberry Pi Pico",
  "licenses": "GPL-3.0-or-later",
  "long-description": "Extended board support package (XBSP) for the Raspberry Pi Pico.\n\nThis crate extends the official pico_bsp from Jeremy Grosser with additional,\nreusable components. It is designed for general use in any Ada project targeting\nthe RP2040-based Raspberry Pi Pico and is not limited to the Pi Ada Tutorial.\n\nIt is developed in parallel with the Pi Ada Tutorial[](https://pi-ada-tutorial.sourceforge.io/)\nand therefore also supplies the exact support packages used in the tutorial\nchapters. This dual role makes pico_xbsp equally suitable for:\n\n* Standalone embedded Ada projects that only need the extra functionality, and\n* Readers following the tutorial who want ready-made, well-documented building\n  blocks.\n\nCurrent content:\n\n1. Pico.Analog  - Simplified analogue GPIO using Pulse Width Modulation (PWM).\n2. Pico.UART_IO - Simplified UART Text Output (Input comes later).\n\nAll packages are supplied with complete GNATDOC annotations.\n\nGNATdoc documentation:\nhttps://pi-ada-tutorial.sourceforge.io/gnatdoc/\n\nSourceForge repository:\nhttps://sourceforge.net/projects/pi-ada-tutorial/\n\nThe crate will grow with each new tutorial chapter while remaining a clean,\nindependent library.\n",
  "maintainers": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "maintainers-logins": [
    "krischik"
  ],
  "name": "pico_xbsp",
  "origin": {
    "hashes": [
      "sha256:0ec66a3f9a53fa481faf62d2da18c5fdf4beb14badadd8340edc076f4b620cfd",
      "sha512:10de48f5c332fdca43d1235d65548ec43dfa9be757e43501545f6f0f2c0babef7d3679792f0b0ca1f09eedf6013712ca4891fb307c5d80991400aa4265ce155b"
    ],
    "url": "https://sourceforge.net/projects/pi-ada-tutorial/files/Alire/pico_xbsp-1.4.0.tgz"
  },
  "tags": [
    "raspberry",
    "pi",
    "pico",
    "rp2040",
    "tasking",
    "light-tasking",
    "ada2022",
    "embedded"
  ],
  "version": "1.4.0",
  "website": "https://pi-ada-tutorial.sourceforge.io/"
}
