We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c41791 commit 9183536Copy full SHA for 9183536
2 files changed
.env
@@ -37,3 +37,7 @@ MPFLASH_HW_DFU_FW=/mnt/c/Users/jos_v/Downloads/firmware/stm32/PYBV11-DP-v1.28.0.
37
MPFLASH_HW_PYOCD_PROBE=auto
38
MPFLASH_HW_PYOCD_PORT=/dev/ttyACM1
39
MPFLASH_HW_PYOCD_FW=/mnt/c/Users/jos_v/Downloads/firmware/stm32/PYBV11-DP-v1.28.0.hex
40
+
41
+# esptool - ESP32 on WSL
42
+MPFLASH_HW_ESP_PORT=/dev/ttyUSB0
43
+MPFLASH_HW_ESP_FW=/mnt/c/Users/jos_v/Downloads/firmware/esp32/ESP32_GENERIC-SPIRAM-v1.28.0.bin
justfile
@@ -53,6 +53,8 @@ hil_dfu_pybv11:
53
hil_pyocd_pybv11:
54
uv run pytest -m hw_pyocd tests/hw -v
55
56
+hil_esptool_esp32:
57
+ uv run pytest -m hw_esptool tests/hw -v
58
59
# [script('python')]
60
# python:
0 commit comments