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.
1 parent 0ba75c1 commit 314a647Copy full SHA for 314a647
.github/workflows/build.yml
@@ -140,6 +140,9 @@ jobs:
140
- name: Flash b_u585i_iot02a
141
if: runner.environment == 'self-hosted'
142
run: |
143
+ STM32_Programmer_CLI -c port=swd -el \
144
+ "/usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/ExternalLoader/MX25LM51245G_STM32U585I-IOT02A.stldr" \
145
+ -e all -s
146
STM32_Programmer_CLI -c port=swd -e all -w zephyr.bin 0x08000000 -v -rst
147
148
build-and-run-linux-sample:
0 commit comments