-
Notifications
You must be signed in to change notification settings - Fork 7.6k
The Arduino Nano ESP32 lacks of support for FileSystem Configuration (IDFGH-10914) #8553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please submit this to Arduino.cc's fork |
The Arduino fork doesn't have the feature issue enabled. |
Hello @mathertel and thanks for this request. As you correctly noted, many of the generic parameters are fixed by the board hardware. In addition, some user-friendly features we have implemented on this board further limit the options that we can leave as fully customizable. We will try to address some of your proposals in the next core version however, stay tuned! |
Closing as mentioned PR above have been merged. |
Is your feature request related to a problem?
For the Arduino Nano ESP32 configuration there are no configuration options.
Especially the File System type and size cannot be specified.
Describe the solution you'd like.
The board is well specified so Flash Size, Flash Mode, PSRAM Size ... is fixed.
But like with other boards the Partition Scheme should be available for configuration.
as well: "Core Debug Level" and "Erase All Flash Before Sketch Upload" is meaningful.
Describe alternatives you've considered.
A configuration of the generic ESP32S3 Dev Module might be helpful for experts - but there are very special pin re-assignments for this board (D2-D13, A0-A7)
Additional context.
There seems to be a default FAT FileSystem defined in the partitions somewhere.
The text was updated successfully, but these errors were encountered: