Initial commit
This commit is contained in:
commit
4baf810992
6 changed files with 699 additions and 0 deletions
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
name = "microbit-invaders"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
|
||||
cortex-m-rt = "0.7.5"
|
||||
critical-section = "1.2.0"
|
||||
critical-section-lock-mut = "0.1.2"
|
||||
embedded-graphics = "0.8.2"
|
||||
embedded-hal = "1.0.0"
|
||||
embedded-hal-bus = "0.3.0"
|
||||
embedded-io = "0.7.1"
|
||||
heapless = "0.9.3"
|
||||
nrf52833-hal = "0.19.0"
|
||||
microbit-v2 = "0.16.0"
|
||||
mipidsi = "0.10.0"
|
||||
panic-rtt-target = "0.2.0"
|
||||
rtt-target = "0.6.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue