aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-15 02:15:14 +0100
committerGitHub <[email protected]>2025-01-15 02:15:14 +0100
commit4d9b2798fa807052a0d2fb49d50232ecd05d4a4c (patch)
treeba1f2482459031e7d3e3f7bb40415fbc81a96a9e /tests
parent028de6d640b51610f65415ea2a9c7941938ea6b2 (diff)
parent933e888ed059d03f8c306537f14369521166e3a3 (diff)
Merge pull request #3369 from pferreir/add-rxf-putget
RP235x: Add the new FJOIN_RX_xxx options
Diffstat (limited to 'tests')
-rw-r--r--tests/rp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml
index 4278f7b2c..26f3f21f6 100644
--- a/tests/rp/Cargo.toml
+++ b/tests/rp/Cargo.toml
@@ -33,8 +33,8 @@ embedded-io-async = { version = "0.6.1" }
33embedded-storage = { version = "0.3" } 33embedded-storage = { version = "0.3" }
34static_cell = "2" 34static_cell = "2"
35portable-atomic = { version = "1.5", features = ["critical-section"] } 35portable-atomic = { version = "1.5", features = ["critical-section"] }
36pio = "0.2" 36pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
37pio-proc = "0.2" 37pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
38rand = { version = "0.8.5", default-features = false } 38rand = { version = "0.8.5", default-features = false }
39 39
40[profile.dev] 40[profile.dev]