{
  "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).\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:e6b31a3c3ffda01d505f95a488d63deaac37f3af63033d187db423ef5a72f980",
      "sha512:ec7f99d2fbf07a7b571b9e0c519a7f73fd0e75057c6182b916c8b6365c0fd313454bfc69b832a03e698e7e448d1061595c9ddca6b9a91a9e41b6e7a40df5a58b"
    ],
    "url": "https://sourceforge.net/projects/pi-ada-tutorial/files/Alire/pico_xbsp-1.3.2.tgz"
  },
  "tags": [
    "raspberry",
    "pi",
    "pico",
    "rp2040",
    "tasking",
    "light-tasking",
    "ada2022",
    "embedded"
  ],
  "version": "1.3.2",
  "website": "https://pi-ada-tutorial.sourceforge.io/"
}
