mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 02:26:08 +00:00
Add esp_partition_find_err() and esp_partition_find_first_err() to provide error reporting while maintaining backward compatibility. Closes https://github.com/espressif/esp-idf/issues/9281
| Supported Targets | Linux |
|---|
This is a test project for partition-related APIs on Linux target (CONFIG_IDF_TARGET_LINUX).
Build
Source the IDF environment as usual.
Once this is done, build the application:
idf.py build
Run
idf.py monitor