Skip to content

Commit a732fbc

Browse files
committed
Stop using the pico BSP, just the raw HAL.
Hopefully this might make it easier to change the HAL for the RP2350 one.
1 parent f3e4527 commit a732fbc

File tree

8 files changed

+48
-437
lines changed

8 files changed

+48
-437
lines changed

Cargo.lock

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,8 @@ version = "0.7.0"
1010
[dependencies]
1111
# Useful Cortex-M specific functions (e.g. SysTick)
1212
cortex-m = "0.7"
13-
# The Raspberry Pi Pico BSP
14-
rp-pico = { version = "0.9", default-features = false, features = [
15-
"rt",
16-
"critical-section-impl",
17-
"rom-func-cache"
18-
] }
1913
# The Raspberry Pi RP2040 HAL (so we can turn defmt on)
20-
rp2040-hal = { version = "0.10", features = [ "defmt" ] }
14+
rp2040-hal = { version = "0.10", features = [ "defmt", "rt", "critical-section-impl", "rom-func-cache" ] }
2115
# Cortex-M run-time (or start-up) code
2216
cortex-m-rt = "0.7"
2317
# The BIOS to OS API

flake.lock

Lines changed: 0 additions & 268 deletions
This file was deleted.

0 commit comments

Comments
 (0)