File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424permissions :
2525 contents : write
2626env :
27- CURRENT_VERSION : " 4.3 "
27+ CURRENT_VERSION : " 4.4 "
2828 PRODUCTION : true
2929
3030jobs :
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ In order to complete this tutorial you'll one of these devices:
209209 then
210210
211211 ```bash
212- stm32loader -e -w -v -B -p /dev/tty.usbserial-10 demos/build/stm32f103c8/MinSizeRel/uart.elf.bin
212+ stm32loader -e -w -v -B -p /dev/tty.usbserial-10 demos/build/stm32f103c8-gcc-14 /MinSizeRel/uart.elf.bin
213213 ```
214214
215215 Replace `/dev/tty.usbserial-10` with the correct port
@@ -239,7 +239,7 @@ In order to complete this tutorial you'll one of these devices:
239239 On other systems you may have to just use `python` as the command.
240240
241241 ```bash
242- nxpprog --control --binary demos/build/lpc4078/MinSizeRel/uart.elf.bin --device /dev/tty.usbserial-140
242+ nxpprog --control --binary demos/build/lpc4078-gcc-14 /MinSizeRel/uart.elf.bin --device /dev/tty.usbserial-140
243243 ```
244244
245245 - Replace `/dev/tty.usbserial-140` with the correct port
You can’t perform that action at this time.
0 commit comments