From af4caf546f58d3b285c3438ecde7a92a644321e7 Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Mon, 13 Apr 2026 14:11:19 +0200 Subject: [PATCH] pico_xbsp 1.3.2 (via `alr publish`) (#1852) --- index/pi/pico_xbsp/pico_xbsp-1.3.2.toml | 65 +++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 index/pi/pico_xbsp/pico_xbsp-1.3.2.toml diff --git a/index/pi/pico_xbsp/pico_xbsp-1.3.2.toml b/index/pi/pico_xbsp/pico_xbsp-1.3.2.toml new file mode 100644 index 00000000..2381f79d --- /dev/null +++ b/index/pi/pico_xbsp/pico_xbsp-1.3.2.toml @@ -0,0 +1,65 @@ +name = "pico_xbsp" +description = "Extended board support package for Raspberry Pi Pico" +long-description = """Extended board support package (XBSP) for the Raspberry Pi Pico. + +This crate extends the official pico_bsp from Jeremy Grosser with additional, +reusable components. It is designed for general use in any Ada project targeting +the RP2040-based Raspberry Pi Pico and is not limited to the Pi Ada Tutorial. + +It is developed in parallel with the Pi Ada Tutorial[](https://pi-ada-tutorial.sourceforge.io/) +and therefore also supplies the exact support packages used in the tutorial +chapters. This dual role makes pico_xbsp equally suitable for: + +* Standalone embedded Ada projects that only need the extra functionality, and +* Readers following the tutorial who want ready-made, well-documented building + blocks. + +Current content: + +1. Pico.Analog - Simplified analogue GPIO using Pulse Width Modulation (PWM). + +All packages are supplied with complete GNATDOC annotations. + +GNATdoc documentation: +https://pi-ada-tutorial.sourceforge.io/gnatdoc/ + +SourceForge repository: +https://sourceforge.net/projects/pi-ada-tutorial/ + +The crate will grow with each new tutorial chapter while remaining a clean, +independent library. +""" +version = "1.3.2" +licenses = "GPL-3.0-or-later" +authors = ["Martin Krischik "] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +website = "https://pi-ada-tutorial.sourceforge.io/" +tags = ["raspberry", "pi", "pico", "rp2040", "tasking", "light-tasking", "ada2022", "embedded"] + +[build-switches] +"*".ada_version = ["-gnat2022"] +development.compile_checks = "Warnings" +development.contracts = "Yes" +development.runtime_checks = "Overflow" +release.compile_checks = "Warnings" +release.contracts = "No" +release.runtime_checks = "Default" +validation.compile_checks = "Warnings" +validation.contracts = "Yes" +validation.runtime_checks = "Everything" + +[[depends-on]] +pico_bsp = "^2.2" + +# vim: set textwidth=120 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set filetype=toml fileencoding=utf-8 fileformat=unix foldmethod=diff : +# vim: set spell spelllang=en_gb : + +[origin] +hashes = [ +"sha256:e6b31a3c3ffda01d505f95a488d63deaac37f3af63033d187db423ef5a72f980", +"sha512:ec7f99d2fbf07a7b571b9e0c519a7f73fd0e75057c6182b916c8b6365c0fd313454bfc69b832a03e698e7e448d1061595c9ddca6b9a91a9e41b6e7a40df5a58b", +] +url = "https://sourceforge.net/projects/pi-ada-tutorial/files/Alire/pico_xbsp-1.3.2.tgz" +