diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 5d97132..873b8d1 100644 --- a/boards/adafruit-feather-rp2040/Cargo.toml +++ b/boards/adafruit-feather-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-feather-rp2040" -version = "0.3.0" +version = "0.3.1" authors = ["Andrea Nall ", "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"] diff --git a/boards/adafruit-feather-rp2040/README.md b/boards/adafruit-feather-rp2040/README.md index 8516f89..940d1ab 100644 --- a/boards/adafruit-feather-rp2040/README.md +++ b/boards/adafruit-feather-rp2040/README.md @@ -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 diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index fb00486..cd25de4 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml +++ b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-itsy-bitsy-rp2040" -version = "0.3.0" +version = "0.3.1" authors = ["Andrew Christiansen ", "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"] diff --git a/boards/adafruit-itsy-bitsy-rp2040/README.md b/boards/adafruit-itsy-bitsy-rp2040/README.md index 69431d7..0a54663 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/README.md +++ b/boards/adafruit-itsy-bitsy-rp2040/README.md @@ -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 diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index 846d487..d85a447 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-kb2040" -version = "0.3.0" +version = "0.3.1" authors = ["Andrew Christiansen ", "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" diff --git a/boards/adafruit-kb2040/README.md b/boards/adafruit-kb2040/README.md index 78ba04b..28dbe0c 100644 --- a/boards/adafruit-kb2040/README.md +++ b/boards/adafruit-kb2040/README.md @@ -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 diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index 4eaf706..c63cfae 100644 --- a/boards/adafruit-macropad/Cargo.toml +++ b/boards/adafruit-macropad/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-macropad" -version = "0.3.0" +version = "0.3.1" authors = ["Andrea Nall ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_macropad" diff --git a/boards/adafruit-macropad/README.md b/boards/adafruit-macropad/README.md index 581ced6..5dba365 100644 --- a/boards/adafruit-macropad/README.md +++ b/boards/adafruit-macropad/README.md @@ -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 diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index 12a30c4..6f54a25 100644 --- a/boards/adafruit-qt-py-rp2040/Cargo.toml +++ b/boards/adafruit-qt-py-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-qt-py-rp2040" -version = "0.3.0" +version = "0.3.1" authors = ["Stephen Onnen ", "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"] diff --git a/boards/adafruit-qt-py-rp2040/README.md b/boards/adafruit-qt-py-rp2040/README.md index c6da6ac..ee0239f 100644 --- a/boards/adafruit-qt-py-rp2040/README.md +++ b/boards/adafruit-qt-py-rp2040/README.md @@ -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 diff --git a/boards/adafruit-trinkey-qt2040/Cargo.toml b/boards/adafruit-trinkey-qt2040/Cargo.toml index 5bd036c..4c1c32e 100644 --- a/boards/adafruit-trinkey-qt2040/Cargo.toml +++ b/boards/adafruit-trinkey-qt2040/Cargo.toml @@ -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"] diff --git a/boards/adafruit-trinkey-qt2040/README.md b/boards/adafruit-trinkey-qt2040/README.md index 847c578..cdd1efd 100644 --- a/boards/adafruit-trinkey-qt2040/README.md +++ b/boards/adafruit-trinkey-qt2040/README.md @@ -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 diff --git a/boards/arduino_nano_connect/Cargo.toml b/boards/arduino_nano_connect/Cargo.toml index fd49e55..8c8452d 100644 --- a/boards/arduino_nano_connect/Cargo.toml +++ b/boards/arduino_nano_connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arduino_nano_connect" -version = "0.2.0" +version = "0.2.1" authors = ["splicedbread ", "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"] diff --git a/boards/arduino_nano_connect/README.md b/boards/arduino_nano_connect/README.md index 368be68..c8c7359 100644 --- a/boards/arduino_nano_connect/README.md +++ b/boards/arduino_nano_connect/README.md @@ -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 diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index 82251ab..1f4db6d 100644 --- a/boards/pimoroni-pico-explorer/Cargo.toml +++ b/boards/pimoroni-pico-explorer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-pico-explorer" -version = "0.3.0" +version = "0.3.1" authors = ["Hmvp ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-explorer" diff --git a/boards/pimoroni-pico-explorer/README.md b/boards/pimoroni-pico-explorer/README.md index 2d93044..dad89ab 100644 --- a/boards/pimoroni-pico-explorer/README.md +++ b/boards/pimoroni-pico-explorer/README.md @@ -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 diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index 765422e..2b3de2d 100644 --- a/boards/pimoroni-pico-lipo-16mb/Cargo.toml +++ b/boards/pimoroni-pico-lipo-16mb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-pico-lipo-16mb" -version = "0.3.0" +version = "0.3.1" authors = ["Hmvp ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-lipo-16mb" diff --git a/boards/pimoroni-pico-lipo-16mb/README.md b/boards/pimoroni-pico-lipo-16mb/README.md index 749c51d..22327fd 100644 --- a/boards/pimoroni-pico-lipo-16mb/README.md +++ b/boards/pimoroni-pico-lipo-16mb/README.md @@ -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 diff --git a/boards/pimoroni-plasma-2040/Cargo.toml b/boards/pimoroni-plasma-2040/Cargo.toml index 84ca004..f40bf31 100644 --- a/boards/pimoroni-plasma-2040/Cargo.toml +++ b/boards/pimoroni-plasma-2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-plasma-2040" -version = "0.2.0" +version = "0.2.1" authors = ["Jordan Williams ", "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" diff --git a/boards/pimoroni-plasma-2040/README.md b/boards/pimoroni-plasma-2040/README.md index 8cf9bf8..a75523c 100644 --- a/boards/pimoroni-plasma-2040/README.md +++ b/boards/pimoroni-plasma-2040/README.md @@ -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 diff --git a/boards/pimoroni-tiny2040/Cargo.toml b/boards/pimoroni-tiny2040/Cargo.toml index 6154760..d8d4407 100644 --- a/boards/pimoroni-tiny2040/Cargo.toml +++ b/boards/pimoroni-tiny2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-tiny2040" -version = "0.2.0" +version = "0.2.1" authors = ["Mike Bell ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-tiny2040" diff --git a/boards/pimoroni-tiny2040/README.md b/boards/pimoroni-tiny2040/README.md index 4b34fdb..79e3cbb 100644 --- a/boards/pimoroni-tiny2040/README.md +++ b/boards/pimoroni-tiny2040/README.md @@ -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 diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 24c0c6f..b699da9 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp-pico" -version = "0.4.0" +version = "0.4.1" authors = ["evan ", "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" diff --git a/boards/rp-pico/README.md b/boards/rp-pico/README.md index 6564c48..be11180 100644 --- a/boards/rp-pico/README.md +++ b/boards/rp-pico/README.md @@ -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 diff --git a/boards/solderparty-rp2040-stamp/Cargo.toml b/boards/solderparty-rp2040-stamp/Cargo.toml index 1849e03..f9c44f8 100644 --- a/boards/solderparty-rp2040-stamp/Cargo.toml +++ b/boards/solderparty-rp2040-stamp/Cargo.toml @@ -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" diff --git a/boards/solderparty-rp2040-stamp/README.md b/boards/solderparty-rp2040-stamp/README.md index 4d05f7f..73a3a00 100644 --- a/boards/solderparty-rp2040-stamp/README.md +++ b/boards/solderparty-rp2040-stamp/README.md @@ -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 diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index 8f486b4..4451199 100644 --- a/boards/sparkfun-pro-micro-rp2040/Cargo.toml +++ b/boards/sparkfun-pro-micro-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparkfun-pro-micro-rp2040" -version = "0.3.0" +version = "0.3.1" authors = ["Wilfried Chauveau ", "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"] diff --git a/boards/sparkfun-pro-micro-rp2040/README.md b/boards/sparkfun-pro-micro-rp2040/README.md index 5f8392e..4839fdc 100644 --- a/boards/sparkfun-pro-micro-rp2040/README.md +++ b/boards/sparkfun-pro-micro-rp2040/README.md @@ -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 diff --git a/boards/sparkfun-thing-plus-rp2040/Cargo.toml b/boards/sparkfun-thing-plus-rp2040/Cargo.toml index a2ae099..08022cd 100644 --- a/boards/sparkfun-thing-plus-rp2040/Cargo.toml +++ b/boards/sparkfun-thing-plus-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparkfun-thing-plus-rp2040" -version = "0.2.0" +version = "0.2.1" authors = ["Tyler Pottenger ", "Wilfried Chauveau ", "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"] diff --git a/boards/sparkfun-thing-plus-rp2040/README.md b/boards/sparkfun-thing-plus-rp2040/README.md index 82052c5..a4cc101 100644 --- a/boards/sparkfun-thing-plus-rp2040/README.md +++ b/boards/sparkfun-thing-plus-rp2040/README.md @@ -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