Closed microfoundry closed 1 month ago
Hi @microfoundry, I was testing with both Arduino IDEs and with Arduino-cli commands to set the FlashSize in FQBN, but the partition used was always the default, so the one undertake FlashSize menu was not overwriting it, and also there is no overwrite for upload.maximum_size
. I have opened a PR that removes all the partition overwrites from the FlashSize menu.
Board
ESP32S3 Dev Module Octal (WROOM2)
Device Description
DevKitC
Hardware Configuration
No
Version
latest development Release Candidate (RC-X)
IDE Name
ArduinoIDE 2.3.3
Operating System
Win 11
Flash frequency
80 Mhz
PSRAM enabled
yes
Upload speed
921600
Description
Inconsistent naming convention for 32MB partitions breaks Arduino IDE's Language Server. I'm taking a swag at this based on the output from the Language Server logs:
In the boards.txt config, the partition entries are as such:
But under the FlashSize option, it is as:
Sketch
Debug Message
Other Steps to Reproduce
Choose a different memory size, the Language Server will function as expected. Modify the following and the Language Server will function as expected.
esp32s3-octal.menu.FlashSize.32M.build.partitions=large_fat_32MB
Or create a copy large_fat_32MB.csv as app5M_fat24M_32MB.csv and the Language Server will function as expected...I have checked existing issues, online documentation and the Troubleshooting Guide