From 864778d0ad1e7213ca73a800382cb5cd49bb413e Mon Sep 17 00:00:00 2001 From: Jake Carter Date: Wed, 14 Jul 2021 13:51:25 -0500 Subject: [PATCH] Update userguide.md --- userguide.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/userguide.md b/userguide.md index d700f18..d09c7a1 100644 --- a/userguide.md +++ b/userguide.md @@ -31,11 +31,7 @@ Now that we have some understanding of the toolchain, let's see how we can integ ## Integrating the Toolchain 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. -<<<<<<< HEAD [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. -======= -[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. ->>>>>>> 3f96c5ac77027e6eec19d89e42b925ef34390bbe 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.