Skip to content

Commit 1503762

Browse files
Merge pull request #7 from FrameworkComputer/cleanup
2 parents dbf4780 + cab7a71 commit 1503762

File tree

5 files changed

+4
-86
lines changed

5 files changed

+4
-86
lines changed

.cargo/config.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
22
# Choose a default "cargo run" tool:
33
# - probe-run provides flashing and defmt via a hardware debugger
4-
# - cargo embed offers flashing, rtt, defmt and a gdb server via a hardware debugger
5-
# it is configured via the Embed.toml in the root of this project
64
# - elf2uf2-rs loads firmware over USB when the rp2040 is in boot mode
7-
#runner = "probe-run --chip RP2040"
8-
# runner = "cargo embed"
5+
# runner = "probe-run --chip RP2040"
96
runner = "elf2uf2-rs -d"
107

118
rustflags = [

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "lotus_inputmodules"
44
version = "0.1.2-pre"
55

66
[dependencies]
7-
cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
7+
cortex-m = "0.7"
88
cortex-m-rt = "0.7.3"
99
embedded-hal = { version = "0.2.7", features = ["unproven"] }
1010

@@ -14,8 +14,8 @@ defmt-rtt = "0.4"
1414
#panic-probe = { version = "0.3", features = ["print-defmt"] }
1515
rp2040-panic-usb-boot = { git = "https://github.com/rwalkr/rp2040-panic-usb-boot" }
1616

17-
# Not using a BSP, we've got a LED Matrix BSP locally in this crate
18-
rp2040-hal = { version="0.7", features=["rt"] }
17+
# Not using a BSP, we've got a Lotus BSP's locally in this crate
18+
rp2040-hal = { version="0.7", features=["rt", "critical-section-impl"] }
1919
rp2040-boot2 = "0.2"
2020

2121
# USB Serial

Embed.toml

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

debug_probes.md

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

0 commit comments

Comments
 (0)