From 46b1ec602a473b9712f1eccac4551d86346972e7 Mon Sep 17 00:00:00 2001 From: Jeremy Grosser Date: Wed, 31 Jan 2024 09:23:18 -0800 Subject: [PATCH] rp2040_hal 2.2.1 --- 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 000000000..77f06a1e6 --- /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" +