Skip to content

Commit a4f1f84

Browse files
committed
Updated readme
1 parent fba0881 commit a4f1f84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scripts/stm32l4/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
[`build-boot.cmd`](build-boot.cmd)[`.sh`](build-boot.sh): Build the bootloader by running `newt build stm32l4_boot`
44

5-
build-app.cmd.sh: Build the application by running newt build stm32l4_my_sensor
5+
[`build-app.cmd`](build-app.cmd)[`.sh`](build-app.sh): Build the application by running `newt build stm32l4_my_sensor`. Also builds the Rust application and injects the compiled Rust code into the build.
66

7-
image-app.cmd.sh: Create the application firmware image: newt create-image -v stm32l4_my_sensor 1.0.0
7+
[`image-app.cmd`](image-app.cmd)[`.sh`](image-app.sh): Create the application firmware image: `newt create-image -v stm32l4_my_sensor 1.0.0`
88

9-
flash-boot.cmd.sh: Flash the bootloader with OpenOCD
9+
[`flash-boot.cmd`](flash-boot.cmd)[`.sh`](flash-boot.sh): Flash the bootloader with OpenOCD
1010

11-
flash-boot.ocd: OpenOCD script for flashing the bootloader
11+
[`flash-boot.ocd`](flash-boot.ocd): OpenOCD script for flashing the bootloader
1212

13-
flash-app.cmd.sh: Flash the application with OpenOCD
13+
[`flash-app.cmd`](flash-app.cmd)[`.sh`](flash-app.sh): Flash the application with OpenOCD
1414

15-
flash-app.ocd: OpenOCD script for flashing the application
15+
[`flash-app.ocd`](flash-app.ocd): OpenOCD script for flashing the application
1616

17-
flash-init.ocd: OpenOCD initialisation script called by flash-boot.ocd and flash-app.ocd
17+
[`flash-init.ocd`](flash-init.ocd): OpenOCD initialisation script called by flash-boot.ocd and flash-app.ocd
1818

19-
debug.ocd: OpenOCD script for debugging the application. Called by .vscode/launch-stm32l4.json
19+
[`debug.ocd`](debug.ocd): OpenOCD script for debugging the application. Called by .vscode/launch-stm32l4.json

0 commit comments

Comments
 (0)