mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 14:34:31 +00:00
support for wear levelling in fatfs partition generator
Closes https://github.com/espressif/esp-idf/issues/5785
This commit is contained in:
@@ -29,5 +29,12 @@ class TooLongNameException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class WLNotInitialized(Exception):
|
||||
"""
|
||||
Exception is raised when the user tries to write fatfs not initialized with wear levelling
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class FatalError(Exception):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user