Skip to content

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

Closed
mathertel opened this issue Aug 21, 2023 · 4 comments
Labels
Status: Solved Type: Feature request Feature request for Arduino ESP32
Milestone

Comments

@mathertel
Copy link
Contributor

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.

@mathertel mathertel added the Type: Feature request Feature request for Arduino ESP32 label Aug 21, 2023
@github-actions github-actions bot changed the title The Arduino Nano ESP32 lacks of support for FileSystem Configuration The Arduino Nano ESP32 lacks of support for FileSystem Configuration (IDFGH-10914) Aug 21, 2023
@Alvin1Zhang Alvin1Zhang transferred this issue from espressif/esp-idf Aug 23, 2023
@me-no-dev
Copy link
Member

Please submit this to Arduino.cc's fork

@mathertel
Copy link
Contributor Author

The Arduino fork doesn't have the feature issue enabled.

@pillo79
Copy link
Contributor

pillo79 commented Aug 24, 2023

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!

@VojtechBartoska VojtechBartoska added the Status: To be implemented Selected for Development label Aug 25, 2023
@VojtechBartoska VojtechBartoska moved this to Under investigation in Arduino ESP32 Core Project Roadmap Aug 25, 2023
@VojtechBartoska VojtechBartoska moved this from Under investigation to In Progress in Arduino ESP32 Core Project Roadmap Aug 25, 2023
@VojtechBartoska VojtechBartoska added this to the 2.0.12 milestone Aug 25, 2023
@VojtechBartoska VojtechBartoska added Status: In Progress ⚠️ Issue is in progress and removed Status: To be implemented Selected for Development labels Aug 28, 2023
@VojtechBartoska VojtechBartoska moved this from In Progress to In Review in Arduino ESP32 Core Project Roadmap Aug 29, 2023
@VojtechBartoska
Copy link
Contributor

Closing as mentioned PR above have been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Solved Type: Feature request Feature request for Arduino ESP32
Projects
Development

No branches or pull requests

4 participants