esp-rs / esp-hal

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

Add `bootloader` documentation. #2424

Open playfulFence opened 1 day ago

playfulFence commented 1 day ago

We need to document things regarding the bootloader. Like how to build a custom one in esp-idf, how to use it with esp-hal and stuff like that. However, we need to: A) Find a suitable place where and how to put this documentation so that it is clearly visible. B) Keep in mind that relatively soon there might be some updates in terms of bootloader in our driver.

bugadani commented 1 day ago

IMO this should be part of the book and/or future guides, not HAL documentation. We should mention what bootloader we use/expect, but it's somewhat tangential here.