summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7f062c1366859955707d39fbe0d56b32746d5252 (plain)
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
[workspace]
members = ["usb", "ble"]

[patch.crates-io]
#atsamd-hal = { path = "../usbh/atsamd/hal" }
#trinket_m0 = { path = "../usbh/atsamd/boards/trinket_m0" }
#feather_m0 = { path = "../usbh/atsamd/boards/feather_m0" }
rubble = { path = "../rubble/rubble" }
nrf52840-hal = { path = "../nrf52-hal/nrf52840-hal" }
bootkbd = { path = "../usbh/bootkbd" }
usb-host = { path = "../usbh/usb-host" }
starb = { path = "../usbh/starb" }
atsamd-usb-host = { path = "../usbh/atsamd-usb-host" }

[profile.dev]
incremental = false
codegen-units = 1
debug = true
lto = false
panic = "abort"

[profile.release]
debug = true
lto = true
opt-level = "s"
panic = 'abort'