Skip to content

Commit 864778d

Browse files
authored
Update userguide.md
1 parent fd7cd9c commit 864778d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

userguide.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ Now that we have some understanding of the toolchain, let's see how we can integ
3131
## Integrating the Toolchain
3232
Visual Studio Code provides the [Tasks](https://code.visualstudio.com/Docs/editor/tasks) interface for integrating external tools. To use the Maxim SDK toolchain via Tasks, the toolchain binaries must be made accessible from the command line. Additionally, the correct board and peripheral driver files for a target platform must be loaded for compilation and source code development. When those conditions are met, then Tasks can be created to conveniently implement the features that you would expect from an IDE: building, cleaning, flashing, and debugging.
3333

34-
<<<<<<< HEAD
3534
[VSCode-Maxim](https://github.com/MaximIntegratedTechSupport/VSCode-Maxim) handles this for you and offers simple, clear configuration options for changing the target platform. It leverages the fact that VS Code load settings from a `.vscode` folder inside its working directory. The `.vscode` folder in the repo makes the toolchain accessible from the integrated terminal and contains the core Tasks for use with a project Makefile. It also configures the debugger and Intellisense properly.
36-
=======
37-
[VSCode-Maxim](https://github.com/MaximIntegratedTechSupport/VSCode-Maxim) handles this for you and offers simple, clear configuration options for changing the target platform. It leverages the fact that VS Code will look for a `.vscode` folder inside of its working directory to load settings from. The `.vscode` folder in this repo makes the toolchain accessible from the integrated terminal and contains the core Tasks for use with a project Makefile. It also configures the debugger and Intellisense properly.
38-
>>>>>>> 3f96c5ac77027e6eec19d89e42b925ef34390bbe
3935

4036
Let's get started setting it up. The procedure below is a demonstration for the MAX32670EVKIT, but the same procedure can apply to all micros.
4137

0 commit comments

Comments
 (0)