Skip to content

Commit

Permalink
add esp32p4 to all_platforms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Mar 7, 2025
1 parent a9133a4 commit c177908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions all_platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"qualia_s3_rgb666" : ["esp32:esp32:adafruit_qualia_s3_rgb666", "0xc47e5767", None],
"qtpy_esp32s3" : ["esp32:esp32:adafruit_qtpy_esp32s3_nopsram", "0xc47e5767", None],
"qtpy_esp32s3_n4r2" : ["esp32:esp32:adafruit_qtpy_esp32s3_n4r2", "0xc47e5767", None],
# ESP32-P4
"esp32p4" : ["espressif:esp32:esp32p4:JTAGAdapter=default,PSRAM=disabled,USBMode=default,CDCOnBoot=cdc,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,PartitionScheme=default,CPUFreq=360,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none,EraseFlash=none", "0x3d308e94", None],
# Adafruit AVR
"trinket_3v" : ["adafruit:avr:trinket3", None, None],
"trinket_5v" : ["adafruit:avr:trinket5", None, None],
Expand Down

0 comments on commit c177908

Please sign in to comment.