Skip to content

The Arduino Nano ESP32 lacks of support for FileSystem Configuration (IDFGH-10914) #8553

Closed
@mathertel

Description

@mathertel
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.

Activity

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)[/+] on Aug 21, 2023
me-no-dev

me-no-dev commented on Aug 23, 2023

@me-no-dev
Member

Please submit this to Arduino.cc's fork

mathertel

mathertel commented on Aug 23, 2023

@mathertel
ContributorAuthor

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

pillo79

pillo79 commented on Aug 24, 2023

@pillo79
Contributor

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!

moved this from Under investigation to In Progress in Arduino ESP32 Core Project Roadmapon Aug 25, 2023
added this to the 2.0.12 milestone on Aug 25, 2023
moved this from In Progress to In Review in Arduino ESP32 Core Project Roadmapon Aug 29, 2023

5 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: SolvedThe issue has been resolved and requires no further action.Type: Feature requestFeature request for Arduino ESP32

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @pillo79@mathertel@me-no-dev@VojtechBartoska

        Issue actions

          The Arduino Nano ESP32 lacks of support for FileSystem Configuration (IDFGH-10914) · Issue #8553 · espressif/arduino-esp32