23 lines
593 B
TOML
23 lines
593 B
TOML
name = "pico_bsp"
|
|
description = "Board support package for Raspberry Pi Pico"
|
|
version = "0.7.0"
|
|
licenses = "BSD-3-Clause"
|
|
|
|
authors = ["Jeremy Grosser"]
|
|
maintainers = ["Jeremy Grosser <jeremy@synack.me>"]
|
|
maintainers-logins = ["JeremyGrosser"]
|
|
tags = ["embedded", "nostd", "raspberrypi", "pico", "rp2040", "bsp"]
|
|
website = "https://github.com/JeremyGrosser/pico_bsp"
|
|
|
|
[[depends-on]]
|
|
hal = "~0.1"
|
|
rp2040_hal = "~0.7"
|
|
|
|
[configuration.values]
|
|
rp2040_hal.Flash_Chip = "w25qxx"
|
|
|
|
[origin]
|
|
commit = "c9b6fe5b4a55911f7c8dfd7fd316edb464a80a22"
|
|
url = "git+https://github.com/JeremyGrosser/pico_bsp.git"
|
|
|