Skip to content

Commit 4bbf383

Browse files
authored
📝 Update -arm-mcu binary paths to include compiler (#89)
1 parent 73f1ebd commit 4bbf383

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
permissions:
2525
contents: write
2626
env:
27-
CURRENT_VERSION: "4.3"
27+
CURRENT_VERSION: "4.4"
2828
PRODUCTION: true
2929

3030
jobs:

mkdocs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)