Skip to content

Commit 9183536

Browse files
committed
chore: add config for ESP32 with esptool in HIL testing
Signed-off-by: Jos Verlinde <Jos_Verlinde@hotmail.com>
1 parent 9c41791 commit 9183536

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ MPFLASH_HW_DFU_FW=/mnt/c/Users/jos_v/Downloads/firmware/stm32/PYBV11-DP-v1.28.0.
3737
MPFLASH_HW_PYOCD_PROBE=auto
3838
MPFLASH_HW_PYOCD_PORT=/dev/ttyACM1
3939
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ hil_dfu_pybv11:
5353
hil_pyocd_pybv11:
5454
uv run pytest -m hw_pyocd tests/hw -v
5555

56+
hil_esptool_esp32:
57+
uv run pytest -m hw_esptool tests/hw -v
5658

5759
# [script('python')]
5860
# python:

0 commit comments

Comments
 (0)