From 9f5c7b9ce1b89c02068179504af0da3a86c01ae5 Mon Sep 17 00:00:00 2001 From: Jeremy Grosser Date: Thu, 8 Feb 2024 10:23:09 -0800 Subject: [PATCH] rp2040_hal 2.2.1 (#978) --- index/rp/rp2040_hal/rp2040_hal-2.2.1.toml | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index/rp/rp2040_hal/rp2040_hal-2.2.1.toml diff --git a/index/rp/rp2040_hal/rp2040_hal-2.2.1.toml b/index/rp/rp2040_hal/rp2040_hal-2.2.1.toml new file mode 100644 index 00000000..77f06a1e --- /dev/null +++ b/index/rp/rp2040_hal/rp2040_hal-2.2.1.toml @@ -0,0 +1,31 @@ +name = "rp2040_hal" +description = "Drivers and HAL for the RP2040 micro-controller family" +version = "2.2.1" +licenses = "BSD-3-Clause" + +authors = ["Jeremy Grosser"] +maintainers = ["Jeremy Grosser "] +maintainers-logins = ["JeremyGrosser"] +tags = ["embedded", "nostd", "rp2040", "raspberrypi", "drivers"] +website = "https://pico-doc.synack.me/" + +[[depends-on]] +cortex_m = "~0.5" +atomic = "~0.5" +hal = "~0.3" +usb_embedded = "~0.3" +gnat_arm_elf = "^13" + +[configuration.variables] +Flash_Chip = {type = "Enum", values = ["w25qxx", "generic_qspi", "generic_03"], default = "w25qxx"} +Interrupts = {type = "Enum", values = ["hal", "bb_runtimes"], default = "hal"} +Use_Startup = {type = "Boolean", default = true} + +[configuration.values] +atomic.Backend = "armv6m" +cortex_m.core = "m0p" + +[origin] +commit = "dd57b8f84f98a51236154c166421602a21ce9605" +url = "git+https://github.com/JeremyGrosser/rp2040_hal.git" +