-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
board: yd-esp32-s3-N16R8 #1270
base: develop
Are you sure you want to change the base?
board: yd-esp32-s3-N16R8 #1270
Conversation
Hi @thijstriemstra, thanks for the PR. Any reason why you chose |
I used the definition found here: https://github.com/bigtreetech/KNOMI/tree/firmware/buildroot/boards And it worked for the board but if there's a better variant available, please let me know and I'll test. |
I'm just concerned that the pinout may differ (e.g. LED_BUILTIN) so that even simple blink won't work. I'd prefer that the board manifest is created on the base of a generic devkit from Espressif (e.g esp32-s3-devkitc-1), but ideally, a proper variant implementation should be added to https://github.com/espressif/arduino-esp32. |
[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 |
Agreed, I guess #1383 would be a better alternative for this board. |
see https://github.com/vcc-gnd/YD-ESP32-S3
refs #989
bought here: https://www.aliexpress.com/item/1005004637451669.html