Initial Commit
TODOS: 1. Ensure memory.x has correct memory regions. 2. Add HAL loop delay.
This commit is contained in:
commit
b832ef71a2
10 changed files with 645 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "horn_driver"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.7"
|
||||
cortex-m-rt = "0.7.5"
|
||||
panic-halt = "1.0.0"
|
||||
stm32l4xx-hal = { version = "0.7.1", features = ["rt", "stm32l433"] }
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue