WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b79c4f4

Browse files
authored
Merge pull request #395 from lucasssvaz/wokwi_c5
feat(wokwi): C5 support + add wokwi to local packages
2 parents 8916539 + bb0152a commit b79c4f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

all_local_packages.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
-e ./pytest-embedded-qemu/
77
-e ./pytest-embedded-arduino/
88
-e ./pytest-embedded-nuttx/
9+
-e ./pytest-embedded-wokwi/

pytest-embedded-wokwi/pytest_embedded_wokwi/wokwi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
target_to_board = {
2121
'esp32': 'board-esp32-devkit-c-v4',
2222
'esp32c3': 'board-esp32-c3-devkitm-1',
23+
'esp32c5': 'board-esp32-c5-devkitc-1',
2324
'esp32c6': 'board-esp32-c6-devkitc-1',
2425
'esp32h2': 'board-esp32-h2-devkitm-1',
2526
'esp32p4': 'board-esp32-p4-function-ev',

0 commit comments

Comments
 (0)