You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/stm32l4/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
3
3
[`build-boot.cmd`](build-boot.cmd), [`.sh`](build-boot.sh): Build the bootloader by running `newt build stm32l4_boot`
4
4
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.
0 commit comments