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: readme.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Please download and install the following software dependencies:
30
30
31
31
# Initial Setup/Installation
32
32
## Enabling Workspace Trust
33
-
The workspaces in this repo set environment variables for the integrated terminal. In order for this to work, workspace trust must be enabled in your User Settings. Follow the produre below. You only need to do this one time per VS Code installation.
33
+
The workspaces in this repo set environment variables for the integrated terminal. In order for this to work, workspace trust must be enabled in your User Settings. Follow the procedure below. You only need to do this one time per VS Code installation.
34
34
35
35
1. Launch VS Code.
36
36
@@ -209,7 +209,7 @@ Projects are configured to use the MAX32625PICO debug adapter by default. **Onl
The default target microcontrollers are the MAX32655 (for the Maxim SDK) and the MAX32665 (for the LP SDK). If you are using a different microcontroller, the target setting must be changed. Follow the procedure below:
@@ -280,7 +280,9 @@ A breakpoint on main must be set manually before launching the debugger.
This is an internally reported and tracked error. It's related to how the peripheral driver libraries are currently shipped with the SDK.
287
+
288
+
Solution: Run "clean-periph" and then re-build. The peripheral driver libraries will be re-compiled from scratch with the correct filepaths set in the library file.
0 commit comments