platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
919 stars 624 forks source link

Please consider adding to board list: LilyGo T-Vending, T7-S3 all with ESP32-S3-N16R8 #1183

Open jprecule opened 1 year ago

valeros commented 1 year ago

Hi @jprecule, there are no official variants for these boards, so they need to be added it to this repo https://github.com/espressif/arduino-esp32 in the first place.

Bendikos commented 5 months ago

The model of my development board is "ESP32-S3-WROOM-1-N16R8", which is set as follows in Platformio:

[env:esp32s3]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
; 指定为16MB的FLASH分区表
board_build.arduino.partitions = default_16MB.csv
; 指定FLASH和PSRAM的运行模式
board_build.arduino.memory_type = qio_opi
; 预定义宏,启用PSRAM
build_flags = -DBOARD_HAS_PSRAM
; 指定FLASH容量为16MB
board_upload.flash_size = 16MB

Reference link: Reference link