esp-rs / esp-hal

no_std Hardware Abstraction Layers for ESP32 microcontrollers
https://docs.esp-rs.org/esp-hal/
Apache License 2.0
764 stars 214 forks source link

Auto generate chip support status for docs #2584

Open MabezDev opened 17 hours ago

MabezDev commented 17 hours ago

We (mostly @jessebraham's work :D) used to manually maintain a manual table in https://github.com/esp-rs/esp-hal/issues/19, whilst this was mostly for tracking purposes, something like this is useful for new users to see the support status for the chip they wish to use at a glance.

I think we can use esp-metadata to generate a markdown table of chip support status for a given chip automagically.