mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
BSP fixes (#362)
* Update BSP README's to use current version number * Update ws2812-pio and i2c-pio to release 0.3.0 * Bump patch number for BSPs so we can push with correct docs
This commit is contained in:
parent
1dee2353fa
commit
6ae0698b7a
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "adafruit-feather-rp2040"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Andrea Nall <anall@andreanal.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-feather-rp2040"
|
||||
|
@ -22,7 +22,7 @@ panic-halt= "0.2.0"
|
|||
embedded-hal ="0.2.5"
|
||||
nb = "1.0.0"
|
||||
smart-leds = "0.3.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
|
||||
[features]
|
||||
default = ["boot2", "rt"]
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Feather.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
adafruit-feather-rp2040 = "0.2.0"
|
||||
adafruit-feather-rp2040 = "0.3.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `adafruit_feather_rp2040::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "adafruit-itsy-bitsy-rp2040"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Andrew Christiansen <andrewtaylorchristiansen@gmail.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040"
|
||||
|
@ -22,7 +22,7 @@ panic-halt= "0.2.0"
|
|||
embedded-hal ="0.2.5"
|
||||
smart-leds = "0.3"
|
||||
nb = "1.0.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
|
||||
[features]
|
||||
default = ["rt", "boot2"]
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the ItsyBitsy RP2040.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
adafruit-itsy-bitsy-rp2040 = "0.2.0"
|
||||
adafruit-itsy-bitsy-rp2040 = "0.3.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `adafruit_itsy_bitsy_rp2040::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "adafruit-kb2040"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Andrew Christiansen <andrewtaylorchristiansen@gmail.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040"
|
||||
|
@ -28,4 +28,4 @@ rp2040-boot2 = "0.2"
|
|||
smart-leds = "0.3.0"
|
||||
embedded-time = "0.12.0"
|
||||
nb = "1.0.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the KB2040.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
adafruit-kb2040 = "0.2.0"
|
||||
adafruit-kb2040 = "0.3.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `adafruit-kb2040::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "adafruit-macropad"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Andrea Nall <anall@andreanal.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_macropad"
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Feather.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
adafruit-macropad = "0.2.0"
|
||||
adafruit-macropad = "0.3.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `adafruit_macropad::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "adafruit-qt-py-rp2040"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Stephen Onnen <stephen.onnen@gmail.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-qt-py-rp2040"
|
||||
|
@ -22,7 +22,7 @@ panic-halt= "0.2.0"
|
|||
embedded-hal ="0.2.5"
|
||||
smart-leds = "0.3"
|
||||
nb = "1.0.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
|
||||
[features]
|
||||
default = ["boot2", "rt"]
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the QT Py.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
adafruit-qt-py-rp2040 = "0.2.0"
|
||||
adafruit-qt-py-rp2040 = "0.3.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `adafruit_qt_py_rp2040::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "adafruit-trinkey-qt2040"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-trinkey-qt2040"
|
||||
|
@ -21,7 +21,7 @@ embedded-hal ="0.2.5"
|
|||
embedded-time = "0.12.0"
|
||||
smart-leds = "0.3"
|
||||
nb = "1.0.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
|
||||
[features]
|
||||
default = ["boot2", "rt"]
|
||||
|
|
|
@ -15,7 +15,7 @@ RP2040 chip according to how it is connected up on the Trinkey.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
adafruit-trinkey-qt2040 = "0.1.0"
|
||||
adafruit-trinkey-qt2040 = "0.2.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `adafruit-trinkey-qt2040::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "arduino_nano_connect"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["splicedbread <dxbunrated@gmail.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/arduino_nano_connect"
|
||||
|
@ -23,7 +23,6 @@ embedded-time = "0.12.0"
|
|||
panic-halt= "0.2.0"
|
||||
embedded-hal ="0.2.5"
|
||||
nb = "1.0"
|
||||
# i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", rev = "afc2dad0e955da2b712d7f7cd78c7af88ddc6a45" }
|
||||
|
||||
[features]
|
||||
default = ["boot2", "rt"]
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the nano connect.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
arduino_nano_connect = { git = "https://github.com/rp-rs/rp-hal.git" }
|
||||
arduino_nano_connect = "0.2.0"
|
||||
```
|
||||
# TODO - down and out
|
||||
In your program, you will need to call `arduino_nano_connect::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pimoroni-pico-explorer"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Hmvp <hmvp@users.noreply.github.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-explorer"
|
||||
|
|
|
@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Pico Explorer.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
pimoroni-pico-explorer = "0.2.0"
|
||||
pimoroni-pico-explorer = "0.3.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `pimoroni_pico_explorer::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pimoroni-pico-lipo-16mb"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Hmvp <hmvp@users.noreply.github.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-lipo-16mb"
|
||||
|
|
|
@ -18,7 +18,7 @@ space, and so it may not work if you only have the 4MB variant.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
pimoroni-pico-lipo-16mb = "0.2.0"
|
||||
pimoroni-pico-lipo-16mb = "0.3.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `pimoroni_pico_lipo_16mb::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pimoroni-plasma-2040"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Jordan Williams <jordan@jwillikers.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-plasma-2040"
|
||||
|
@ -21,7 +21,7 @@ embedded-time = "0.12.0"
|
|||
panic-halt= "0.2.0"
|
||||
embedded-hal ="0.2.5"
|
||||
smart-leds = "0.3.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
|
||||
defmt = "0.2.0"
|
||||
defmt-rtt = "0.2.0"
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Pimoroni Plasma 2040.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
pimoroni-plasma-2040 = "0.1.0"
|
||||
pimoroni-plasma-2040 = "0.2.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `pimoroni_plasma_2040::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pimoroni-tiny2040"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Mike Bell <mdb036@gmail.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-tiny2040"
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Tiny2040.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
pimoroni-tiny2040 = "0.1.0"
|
||||
pimoroni-tiny2040 = "0.2.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `pimoroni_tiny2040::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rp-pico"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["evan <evanmolder@gmail.com>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/rp-pico"
|
||||
|
@ -26,11 +26,11 @@ panic-halt= "0.2.0"
|
|||
embedded-hal ="0.2.5"
|
||||
cortex-m-rtic = "1.1.2"
|
||||
nb = "1.0"
|
||||
i2c-pio = { git = "https://github.com/rp-rs/i2c-pio-rs", branch = "hal_0.5.0" }
|
||||
i2c-pio = "0.3.0"
|
||||
heapless = "0.7.9"
|
||||
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git" }
|
||||
smart-leds = "0.3.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
ssd1306 = "0.7.0"
|
||||
embedded-graphics = "0.7.1"
|
||||
hd44780-driver = "0.4.0"
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Pico.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
rp-pico = "0.3.0"
|
||||
rp-pico = "0.4.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `rp_pico::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "solderparty-rp2040-stamp"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/solderparty-rp2040-stamp"
|
||||
|
@ -27,5 +27,5 @@ embedded-hal ="0.2.5"
|
|||
nb = "1.0.0"
|
||||
smart-leds = "0.3.0"
|
||||
pio = "0.1.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
embedded-time = "0.12.0"
|
||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Stamp
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
solderparty-rp2040-stamp = "0.1.0"
|
||||
solderparty-rp2040-stamp = "0.2.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `solderparty_rp2040_stamp::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sparkfun-pro-micro-rp2040"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Wilfried Chauveau <wilfried.chauveau@ithinuel.me>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-pro-micro-rp2040"
|
||||
|
@ -23,7 +23,7 @@ smart-leds = "0.3.0"
|
|||
embedded-time = "0.12.0"
|
||||
nb = "1.0.0"
|
||||
pio = "0.1.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
|
||||
[features]
|
||||
default = ["boot2", "rt"]
|
||||
|
|
|
@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Pro Micro RP2040.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
sparkfun-pro-micro-rp2040 = "0.2.0"
|
||||
sparkfun-pro-micro-rp2040 = "0.3.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `sparkfun_pro_micro_rp2040::Pins::new` to create
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sparkfun-thing-plus-rp2040"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Tyler Pottenger <tyler.pottenger@gmail.com>", "Wilfried Chauveau <wilfried.chauveau@ithinuel.me>", "The rp-rs Developers"]
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-thing-plus-rp2040"
|
||||
|
@ -23,7 +23,7 @@ smart-leds = "0.3.0"
|
|||
embedded-time = "0.12.0"
|
||||
nb = "1.0.0"
|
||||
pio = "0.1.0"
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", branch = "hal_0.5.0" }
|
||||
ws2812-pio = "0.3.0"
|
||||
|
||||
[features]
|
||||
default = ["boot2", "rt"]
|
||||
|
|
|
@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Thing Plus RP2040.
|
|||
To use this crate, your `Cargo.toml` file should contain:
|
||||
|
||||
```toml
|
||||
sparkfun-thing-plus-rp2040 = "0.1.0"
|
||||
sparkfun-thing-plus-rp2040 = "0.2.0"
|
||||
```
|
||||
|
||||
In your program, you will need to call `sparkfun_thing_plus_rp2040::Pins::new` to create
|
||||
|
|
Loading…
Reference in a new issue