summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/esp32.rst
Commit message (Collapse)AuthorAge
* esp32: Improve support for OTA updates.Thorsten von Eicken2020-05-03
| | | | | | | | | | | | | | | This commit adds several small items to improve the support for OTA updates on an esp32: - a partition table for 4MB flash modules that has two OTA partitions ready to go to do updates - a GENERIC_OTA board that uses that partition table and that enables automatic roll-back in the bootloader - a new esp32.Partition.mark_app_valid_cancel_rollback() class-method to signal that the boot is successful and should not be rolled back at the next reset - an automated test for doing an OTA update - documentation updates
* esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.Thorsten von Eicken2020-04-23
| | | | | | | This commit adds an idf_heap_info(capabilities) method to the esp32 module which returns info about the ESP-IDF heaps. It's useful to get a bit of a picture of what's going on when code fails because ESP-IDF can't allocate memory anymore. Includes documentation and a test.
* docs: More consistent capitalization and use of articles in headings.Jason Neal2020-01-06
| | | | See issue #3188.
* docs/esp32: Add quickref and full docs for esp32.RMT class.Matt Trentini2019-12-20
|
* docs: Add littlefs docs and a filesystem tutorial.Jim Mussared2019-12-04
|
* esp32: Add esp32.Partition class to expose partition and OTA funcs.Damien George2019-08-20
| | | | Partitions are exposed as a standard MicroPython block device.
* docs/library: Add documentation for esp32 module.Damien George2019-01-25