From 58793c47189b74f88957ec3b69ad601cf003c477 Mon Sep 17 00:00:00 2001 From: Jeremy Grosser Date: Wed, 2 Feb 2022 03:30:46 -0800 Subject: [PATCH] rp2040_hal 1.2.1 (#441) --- index/rp/rp2040_hal/rp2040_hal-1.2.1.toml | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index/rp/rp2040_hal/rp2040_hal-1.2.1.toml diff --git a/index/rp/rp2040_hal/rp2040_hal-1.2.1.toml b/index/rp/rp2040_hal/rp2040_hal-1.2.1.toml new file mode 100644 index 00000000..1b84d308 --- /dev/null +++ b/index/rp/rp2040_hal/rp2040_hal-1.2.1.toml @@ -0,0 +1,28 @@ +name = "rp2040_hal" +description = "Drivers and HAL for the RP2040 micro-controller family" +version = "1.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.3" +hal = "~0.1" +usb_embedded = "~0.2" +gnat_arm_elf = "^11.2" + +[configuration.variables] +Flash_Chip = {type = "Enum", values = ["w25qxx", "generic_qspi", "generic_03"], default = "w25qxx"} +Use_Startup = {type = "Boolean", default = true} + +[configuration.values] +atomic.Backend = "armv6m" + +[origin] +commit = "8aaae329cae637a0c28675838a41a44a33b4a234" +url = "git+https://github.com/JeremyGrosser/rp2040_hal.git" +