esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

PSA: Future development #80

Open MabezDev opened 2 years ago

MabezDev commented 2 years ago

Future development will now be focused on the multi-chip hal, esp-hal. We now have official SVD's from Espressif, and they differ slightly to the hacked up variant we used for this HAL.

There is still plenty of useful stuff here that will need to be ported over, so if you want to help please consider taking a driver from this crate and adapting it to fit into the new multi-chip hal.