11[package ]
22name = " teensy4-bsp"
3- version = " 0.5.2 "
3+ version = " 0.6.0 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
@@ -15,7 +15,7 @@ autoexamples = false
1515
1616[workspace .package ]
1717authors = [" Ian McIntyre <ianpmcintyre@gmail.com>" ]
18- edition = " 2021 "
18+ edition = " 2024 "
1919license = " MIT OR Apache-2.0"
2020repository = " https://github.com/mciantyre/teensy4-rs"
2121categories = [
@@ -35,7 +35,7 @@ features = ["critical-section-single-core"]
3535
3636[dependencies .teensy4-fcb ]
3737path = " teensy4-fcb"
38- version = " 0.4 "
38+ version = " 0.5 "
3939
4040[dependencies .imxrt-ral ]
4141workspace = true
@@ -52,7 +52,7 @@ workspace = true
5252optional = true
5353
5454[dependencies .teensy4-pins ]
55- version = " 0.3.1 "
55+ version = " 0.4 "
5656path = " teensy4-pins"
5757
5858[workspace ]
@@ -64,11 +64,11 @@ members = [
6464]
6565
6666[workspace .dependencies ]
67- imxrt-boot-gen = { version = " 0.3 .0" , features = [ " imxrt1060 " ] }
68- imxrt-hal = { version = " 0.5.3 " , features = [" imxrt1060" ] }
69- imxrt-iomuxc = { version = " 0.2 .0" , features = [" imxrt1060" ] }
70- imxrt-log = { version = " 0.1 " }
71- imxrt-ral = { version = " 0.5 " , features = [" imxrt1062" ] }
67+ imxrt-boot-gen = { version = " 0.4 .0" }
68+ imxrt-hal = { version = " 0.6.0 " , features = [" imxrt1060" ] }
69+ imxrt-iomuxc = { version = " 0.3 .0" , features = [" imxrt1060" ] }
70+ imxrt-log = { version = " 0.2.0 " , default-features = false }
71+ imxrt-ral = { version = " 0.6.0 " , features = [" imxrt1062" ] }
7272imxrt-rt = { version = " 0.1.4" , features = [" device" ] }
7373
7474[features ]
@@ -88,21 +88,21 @@ rustdoc-args = ["--cfg", "docsrs"]
8888default-target = " thumbv7em-none-eabihf"
8989
9090[dev-dependencies .teensy4-panic ]
91- version = " 0.2 "
91+ version = " 0.3 "
9292path = " teensy4-panic"
9393features = [" log" ]
9494
9595[dev-dependencies ]
96- defmt = " 0.3 "
96+ defmt = " 1.0 "
9797defmt-bbq = " 0.1"
9898embedded-hal = " 0.2"
99- imxrt-log = { workspace = true , default-features = false , features = [" usbd" , " log" ] }
99+ imxrt-log = { workspace = true , features = [" usbd" , " log" ] }
100100log = " 0.4"
101101nb = " 1"
102102rtic = { version = " 2" , features = [" thumbv7-backend" ] }
103103rtic-monotonics = { version = " 1" , default-features = false , features = [" cortex-m-systick" ] }
104- usb-device = " 0.2 "
105- usbd-serial = " 0.1 "
104+ usb-device = " 0.3 "
105+ usbd-serial = " 0.2 "
106106
107107[[example ]]
108108name = " blocking_gpt"
@@ -151,3 +151,9 @@ required-features = ["rt"]
151151[[example ]]
152152name = " rtic_usb_log"
153153required-features = [" rt" ]
154+
155+ [patch .crates-io .imxrt-hal ]
156+ git = " https://github.com/mciantyre/imxrt-hal"
157+
158+ [patch .crates-io .imxrt-log ]
159+ git = " https://github.com/mciantyre/imxrt-hal"
0 commit comments