Skip to content

Commit

Permalink
rp2040_hal 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGrosser committed Jan 27, 2024
1 parent 188820d commit bbb1230
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index/rp/rp2040_hal/rp2040_hal-2.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = "rp2040_hal"
description = "Drivers and HAL for the RP2040 micro-controller family"
version = "2.2.0"
licenses = "BSD-3-Clause"

authors = ["Jeremy Grosser"]
maintainers = ["Jeremy Grosser <[email protected]>"]
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 = "b629518ee7b44d14a246b533a0eda6469fe67dd8"
url = "git+https://github.com/JeremyGrosser/rp2040_hal.git"

0 comments on commit bbb1230

Please sign in to comment.