-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
37 lines (33 loc) · 880 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "bijou-espresso-ctrl-rust"
version = "0.1.0"
edition = "2021"
[profile.release]
opt-level = "s"
lto = true
debug = true
codegen-units = 1
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
freertos-cargo-build = "*"
[dependencies]
embedded-hal = "0.2"
nb = "1"
cortex-m = "0.7"
cortex-m-rt = "0.7"
# Panic behaviour, see https://crates.io/keywords/panic-impl for alternatives
panic-halt = "0.2"
rtt-target = "0.4.0"
usb-device = "0.2.9"
usbd-serial = "0.1.1"
arrform = "0.1.1"
freertos-rust = "*"
ssd1306 = "0.8.2"
embedded-graphics = "0.8.1"
tinybmp = "0.5.0"
micromath = "2.0.0"
shared-bus = "0.3.0"
[dependencies.stm32f4xx-hal]
version = "0.17.1"
# git = "https://github.com/stm32-rs/stm32f4xx-hal"
features = ["rt", "stm32f405", "usb_fs"] # replace the model of your microcontroller here