From c396423474cb58a3141cdca1d88259590ab362c8 Mon Sep 17 00:00:00 2001 From: Wilfried Chauveau Date: Wed, 10 Nov 2021 10:50:16 +0000 Subject: [PATCH] pin ws2812-pio to a specific sha (#195) This will help future update of the driver without breaking rp-hal's main branch. --- boards/feather_rp2040/Cargo.toml | 2 +- boards/itsy_bitsy_rp2040/Cargo.toml | 2 +- boards/pro_micro_rp2040/Cargo.toml | 2 +- boards/qt_py_rp2040/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/feather_rp2040/Cargo.toml b/boards/feather_rp2040/Cargo.toml index fbcb575..6f69272 100644 --- a/boards/feather_rp2040/Cargo.toml +++ b/boards/feather_rp2040/Cargo.toml @@ -22,7 +22,7 @@ rp2040-boot2 = "0.2" nb = "1.0.0" smart-leds = "0.3.0" pio = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" } -ws2812-pio = { git = "https://github.com/ithinuel/ws2812-pio-rs" } +ws2812-pio = { git = "https://github.com/ithinuel/ws2812-pio-rs", rev = "e1cdd475de20697aaa0bc58803512927094f0326" } [features] default = ["rt"] diff --git a/boards/itsy_bitsy_rp2040/Cargo.toml b/boards/itsy_bitsy_rp2040/Cargo.toml index 7602bde..50deb47 100644 --- a/boards/itsy_bitsy_rp2040/Cargo.toml +++ b/boards/itsy_bitsy_rp2040/Cargo.toml @@ -22,7 +22,7 @@ rp2040-boot2 = "0.2" smart-leds = "0.3" nb = "1.0.0" pio = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" } -ws2812-pio = { git = "https://github.com/ithinuel/ws2812-pio-rs" } +ws2812-pio = { git = "https://github.com/ithinuel/ws2812-pio-rs", rev = "e1cdd475de20697aaa0bc58803512927094f0326" } [features] default = ["rt"] diff --git a/boards/pro_micro_rp2040/Cargo.toml b/boards/pro_micro_rp2040/Cargo.toml index 750622b..7edf73e 100644 --- a/boards/pro_micro_rp2040/Cargo.toml +++ b/boards/pro_micro_rp2040/Cargo.toml @@ -26,4 +26,4 @@ smart-leds = "0.3.0" embedded-time = "0.12.0" nb = "1.0.0" pio = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" } -ws2812-pio = { git = "https://github.com/ithinuel/ws2812-pio-rs" } +ws2812-pio = { git = "https://github.com/ithinuel/ws2812-pio-rs", rev = "e1cdd475de20697aaa0bc58803512927094f0326" } diff --git a/boards/qt_py_rp2040/Cargo.toml b/boards/qt_py_rp2040/Cargo.toml index b265960..4e6e59d 100644 --- a/boards/qt_py_rp2040/Cargo.toml +++ b/boards/qt_py_rp2040/Cargo.toml @@ -22,7 +22,7 @@ rp2040-boot2 = "0.2" smart-leds = "0.3" nb = "1.0.0" pio = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" } -ws2812-pio = { git = "https://github.com/ithinuel/ws2812-pio-rs" } +ws2812-pio = { git = "https://github.com/ithinuel/ws2812-pio-rs", rev = "e1cdd475de20697aaa0bc58803512927094f0326" } [features] default = ["rt"]