We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8916539 + bb0152a commit b79c4f4Copy full SHA for b79c4f4
all_local_packages.txt
@@ -6,3 +6,4 @@
6
-e ./pytest-embedded-qemu/
7
-e ./pytest-embedded-arduino/
8
-e ./pytest-embedded-nuttx/
9
+-e ./pytest-embedded-wokwi/
pytest-embedded-wokwi/pytest_embedded_wokwi/wokwi.py
@@ -20,6 +20,7 @@
20
target_to_board = {
21
'esp32': 'board-esp32-devkit-c-v4',
22
'esp32c3': 'board-esp32-c3-devkitm-1',
23
+ 'esp32c5': 'board-esp32-c5-devkitc-1',
24
'esp32c6': 'board-esp32-c6-devkitc-1',
25
'esp32h2': 'board-esp32-h2-devkitm-1',
26
'esp32p4': 'board-esp32-p4-function-ev',
0 commit comments