Skip to content

Commit

Permalink
add macos command to step 3 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshDorland authored Nov 29, 2024
1 parent d486ef2 commit f1f34c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/firmware/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ CubeMX is a program which generates configuration code for our microcontrollers.
=== "Linux"

jre/bin/java -jar STM32CubeMX -i
=== "MacOs (Terminal)"
jre/Contents/Home/bin/java -jar STM32CubeMX -i

4. Wait for the program to stop printing to your terminal. Press ++question+enter++ to display the `MX>` prompt. Login with your `username` and `password`.

Expand Down

0 comments on commit f1f34c4

Please sign in to comment.