Files
alire-index-community/index/ti/tiny_rp2040_bsp/tiny_rp2040_bsp-0.2.1.toml
Holger Rodriguez e98fab332f tiny_rp2040_bsp 0.2.1 (#658)
* caught up with all new RP2040 changes required

hal 0.3.0; rp2040 2.0.0 etc.

* caught up with newest changes for HAL/RP2040

* Delete tiny_rp2040_bsp-0.2.0.toml

Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
2022-10-10 12:53:23 +02:00

27 lines
750 B
TOML

name = "tiny_rp2040_bsp"
description = "Board support package for Pimoroni Tiny RP2040"
version = "0.2.1"
licenses = "BSD-3-Clause"
authors = ["Holger Rodriguez"]
maintainers = ["Holger Rodriguez <github@roseng.ch>"]
maintainers-logins = ["hgrodriguez"]
tags = ["embedded", "nostd", "tiny", "rp2040", "bsp"]
website = "https://github.com/hgrodriguez/tiny_rp2040_bsp"
[[depends-on]] # Added by alr
hal = "~0.3" # Added by alr
[[depends-on]] # Added by alr
rp2040_hal = "^2" # Added by alr
[configuration.values]
rp2040_hal.Flash_Chip = "w25qxx"
[[depends-on]] # Added by alr
gnat_arm_elf = "^12.1.2" # Added by alr
[origin]
commit = "be6d0a38873cecbf4d273807f944c126bfcff793"
url = "git+https://github.com/hgrodriguez/tiny_rp2040_bsp.git"