Add build instructions
This commit is contained in:
parent
f6fc0a71c6
commit
70e76ba172
@ -24,7 +24,7 @@ experimental = ["esp-idf-svc/experimental"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }
|
esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }
|
||||||
esp-idf-hal = "0.45.2"
|
esp-idf-hal = "0.45.2"
|
||||||
aniker-gps = { path = "../aniker-gps" }
|
aniker-gps = { git = "https://code.hackmarine.com/hackmarine/aniker-gps" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|||||||
@ -45,4 +45,8 @@
|
|||||||
| CS | GPIO5 | Chip Select |
|
| CS | GPIO5 | Chip Select |
|
||||||
| BLK | GPIO4 | Backlight |
|
| BLK | GPIO4 | Backlight |
|
||||||
|
|
||||||
*Note: GPIO pins are configurable in the software
|
*Note: GPIO pins are configurable in the software
|
||||||
|
|
||||||
|
# Build instructions
|
||||||
|
|
||||||
|
`cargo build --release --target xtensa-esp32-espidf`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user