Skip to content

Commit

Permalink
add built in esp32s3 default board (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 authored May 26, 2022
1 parent f2ef74c commit e39bcbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/espIdf/openOcd/boardConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ export const defaultBoards = [
target: "esp32s3",
configFiles: ["interface/ftdi/esp32_devkitj_v1.cfg", "target/esp32s3.cfg"],
} as IdfBoard,
{
name: "ESP32-S3 chip (via builtin USB-JTAG)",
description: "ESP32-S3 used with ESP-PROG board",
target: "esp32s3",
configFiles: ["board/esp32s3-builtin.cfg"],
} as IdfBoard,
{
name: "ESP32-C3 chip (via ESP-PROG)",
description: "ESP32-C3 used with ESP-PROG board",
Expand Down

0 comments on commit e39bcbd

Please sign in to comment.