kopia lustrzana https://github.com/espressif/esp-idf
b540322dc1
wear levelling This MR adds wear levelling component. It presents an interface similar to the interface of spi_flash and esp_partition. Inside, it stores data inside a partition to in a way that reduces worst case number of erase cycles for any given sector. Also included are APIs similar to the ones provided for SDMMC to mount FAT filesystem on top of the wear levelling partition. A simple example shows how this API can be used. Ref TW10338. See merge request !567 |
||
---|---|---|
.. | ||
_static | ||
api | ||
security | ||
COPYRIGHT.rst | ||
Doxyfile | ||
Makefile | ||
README.md | ||
build-system.rst | ||
conf.py | ||
contributing.rst | ||
contributor-agreement.rst | ||
core_dump.rst | ||
deep-sleep-stub.rst | ||
documenting-code.rst | ||
doxygen_xml_to_rst.xslt | ||
eclipse-setup-windows.rst | ||
eclipse-setup.rst | ||
esp32.cfg | ||
general-notes.rst | ||
idf-monitor.rst | ||
index.rst | ||
link-roles.py | ||
linux-setup.rst | ||
macos-setup.rst | ||
make-project.rst | ||
modules-and-boards.rst | ||
openocd.rst | ||
partition-tables.rst | ||
repo_util.py | ||
requirements.txt | ||
style-guide.rst | ||
ulp.rst | ||
ulp_instruction_set.rst | ||
ulp_macros.rst | ||
unit-tests.rst | ||
windows-setup-scratch.rst | ||
windows-setup.rst |
README.md
Documentation Source Folder
This folder contains source files of ESP-IDF documentation.
The sources do not render well in GitHub and some information is not visible at all.
Use actual documentation generated instantly on each commit:
- Main server: http://esp-idf.readthedocs.io/ or http://esp-idf.rtfd.io/
- Mirror: https://dl.espressif.com/doc/esp-idf/latest/