We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2c86e commit 5412336Copy full SHA for 5412336
1 file changed
.github/workflows/build.yml
@@ -405,6 +405,7 @@ jobs:
405
STM32_Programmer_CLI -c port=swd -el \
406
"/usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/ExternalLoader/MX25LM51245G_STM32U585I-IOT02A.stldr" \
407
-e all -s
408
+ STM32_Programmer_CLI -c port=swd -e all -w zephyr.bin 0x08000000 -v -rst
409
410
flash-validation-tests:
411
needs: flash-zephyr-base-b_u585i_iot02a
@@ -508,6 +509,7 @@ jobs:
508
509
510
511
512
513
514
modbus-server-validation-tests:
515
needs: flash-zephyr-modbus_server-b_u585i_iot02a
0 commit comments