@@ -73,13 +73,13 @@ ufmt-write = { version = "0.1.0", optional = true }
7373# IMPORTANT:
7474# Each supported device MUST have its PAC included below along with a
7575# corresponding feature.
76- esp32 = { version = " 0.38.0" , features = [" critical-section" , " rt" ], optional = true }
77- esp32c2 = { version = " 0.27.0" , features = [" critical-section" , " rt" ], optional = true }
78- esp32c3 = { version = " 0.30.0" , features = [" critical-section" , " rt" ], optional = true }
79- esp32c6 = { version = " 0.21.0" , features = [" critical-section" , " rt" ], optional = true }
80- esp32h2 = { version = " 0.17.0" , features = [" critical-section" , " rt" ], optional = true }
81- esp32s2 = { version = " 0.29.0" , features = [" critical-section" , " rt" ], optional = true }
82- esp32s3 = { version = " 0.33.0" , features = [" critical-section" , " rt" ], optional = true }
76+ esp32 = { version = " 0.38.0" , features = [" critical-section" , " rt" ], optional = true , git = " https://github.com/esp-rs/esp-pacs " , rev = " 5eae169 " }
77+ esp32c2 = { version = " 0.27.0" , features = [" critical-section" , " rt" ], optional = true , git = " https://github.com/esp-rs/esp-pacs " , rev = " 5eae169 " }
78+ esp32c3 = { version = " 0.30.0" , features = [" critical-section" , " rt" ], optional = true , git = " https://github.com/esp-rs/esp-pacs " , rev = " 5eae169 " }
79+ esp32c6 = { version = " 0.21.0" , features = [" critical-section" , " rt" ], optional = true , git = " https://github.com/esp-rs/esp-pacs " , rev = " 5eae169 " }
80+ esp32h2 = { version = " 0.17.0" , features = [" critical-section" , " rt" ], optional = true , git = " https://github.com/esp-rs/esp-pacs " , rev = " 5eae169 " }
81+ esp32s2 = { version = " 0.29.0" , features = [" critical-section" , " rt" ], optional = true , git = " https://github.com/esp-rs/esp-pacs " , rev = " 5eae169 " }
82+ esp32s3 = { version = " 0.33.0" , features = [" critical-section" , " rt" ], optional = true , git = " https://github.com/esp-rs/esp-pacs " , rev = " 5eae169 " }
8383
8484[target .'cfg(target_arch = "riscv32")' .dependencies ]
8585riscv = { version = " 0.12.1" }
0 commit comments