Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
feat: Update wokwi boards
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 26, 2023
1 parent dc4e1f3 commit 49444cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions diagram.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,13 @@
],
"connections": [
[
{% if mcu == "esp32" -%}
"esp:TX0",
{% else -%}
"esp:TX",
{% endif -%}
"$serialMonitor:RX",
"",
[]
],
[
{% if mcu == "esp32" -%}
"esp:RX0",
{% else -%}
"esp:RX",
{% endif -%}
"$serialMonitor:TX",
"",
[]
Expand Down
4 changes: 2 additions & 2 deletions pre-script.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let targets = #{
atomic_emulation: "none",
gcc_target: "xtensa-esp32-elf",
hal_version: "0.15.0",
wokwi_board: "board-esp32-devkit-v1",
wokwi_board: "board-esp32-devkit-c-v4",
},
esp32c2: #{
arch: "riscv",
Expand Down Expand Up @@ -62,7 +62,7 @@ let targets = #{
atomic_emulation: "none",
gcc_target: "riscv32-esp-elf",
hal_version: "0.3.0",
wokwi_board: "",
wokwi_board: "board-esp32-h2-devkitm-1",
},
esp32s2: #{
arch: "xtensa",
Expand Down

0 comments on commit 49444cd

Please sign in to comment.