[+] ESP32-S3 Config

This commit is contained in:
Hykilpikonna
2023-04-11 23:39:20 -04:00
parent cc5c2ae6cb
commit c1160429f6
4 changed files with 15 additions and 19 deletions
+10 -8
View File
@@ -13,6 +13,11 @@
;board = wemos_d1_uno32
;framework = arduino
[env:s3]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
; ESP32-S2 and C3 both has a problem where the ADC jumps around a LOT
;[env:s2]
;platform = espressif32
@@ -25,14 +30,11 @@
;framework = arduino
; YD STM32F411CEU6
[env:stm32f411ce]
platform = ststm32
board = blackpill_f411ce
framework = arduino
;upload_protocol = stlink
; Flash using yd-link
;debug_tool = cmsis-dap
upload_protocol = cmsis-dap
;[env:stm32f411ce]
;platform = ststm32
;board = blackpill_f411ce
;framework = arduino
;upload_protocol = dfu
; Arduino nano is good but too few pins
;[env:n328p]