11[package ]
2- name = " esp32c6-serial"
2+ name = " esp32c6-serial"
33edition = " 2024"
44version = " 0.1.0"
55
66[dependencies ]
77critical-section = " 1.2"
88defmt = " 1"
9- embassy-executor = { version = " 0.7.0" , features = [
10- " defmt" ,
11- " task-arena-size-20480" ,
12- ] }
9+ embassy-executor = { version = " 0.9" , features = [" defmt" ] }
1310embassy-sync = { version = " 0.7" , features = [" defmt" ] }
14- embassy-time = " 0.4.0 "
11+ embassy-time = " 0.5 "
1512esp-hal = { version = " 1.0.0-rc.0" , features = [
1613 " defmt" ,
1714 " esp32c6" ,
1815 " unstable" ,
1916] }
20- esp-bootloader-esp-idf = { version = " 0.2" , features = [ " esp32c6" ] }
17+ esp-bootloader-esp-idf = { version = " 0.2" , features = [" esp32c6" ] }
2118esp-hal-smartled = { git = " https://github.com/esp-rs/esp-hal-community" , rev = " 20badf1b03727153074fd647b5a3c2a26310ad3e" }
22- esp-hal-embassy = { version = " 0.9.0" , features = [" esp32c6" ] }
19+ esp-hal-embassy = { version = " 0.9.0" , features = [" esp32c6" ] }
2320panic-rtt-target = { version = " 0.2.0" , features = [" defmt" ] }
24- rtt-target = { version = " 0.6.1" , features = [" defmt" ] }
25- static_cell = { version = " 2.1.1" }
26- serde = { version = " 1.0" , default-features = false }
27- smart-leds = " 0.4.0"
21+ rtt-target = { version = " 0.6.1" , features = [" defmt" ] }
22+ static_cell = { version = " 2.1.1" }
23+ serde = { version = " 1.0" , default-features = false }
24+ smart-leds = " 0.4.0"
2825
29- postcard = { version = " 1" }
30- postcard-rpc = { version = " 0.11" , features = [" embedded-io-async-0_6-server" ] }
31- postcard-schema = { version = " 0.2.0" , features = [" derive" ] }
26+ postcard = { version = " 1" }
27+ postcard-rpc = { version = " 0.11" , features = [" embedded-io-async-0_6-server" ] }
28+ postcard-schema = { version = " 0.2.0" , features = [" derive" ] }
3229
33- workbook-icd = { path = " ../workbook-icd" }
30+ workbook-icd = { path = " ../workbook-icd" }
3431
3532[patch .crates-io ]
3633postcard-rpc = { path = " ../../source/postcard-rpc" }
@@ -41,10 +38,10 @@ postcard-rpc = { path = "../../source/postcard-rpc" }
4138opt-level = " s"
4239
4340[profile .release ]
44- codegen-units = 1 # LLVM can perform better optimizations using a single thread
45- debug = 2
41+ codegen-units = 1 # LLVM can perform better optimizations using a single thread
42+ debug = 2
4643debug-assertions = false
47- incremental = false
48- lto = ' fat'
49- opt-level = ' s'
50- overflow-checks = false
44+ incremental = false
45+ lto = ' fat'
46+ opt-level = ' s'
47+ overflow-checks = false
0 commit comments