Skip to content

Commit 7cde79a

Browse files
committed
Additional edits
1 parent 295becf commit 7cde79a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ADI MAX78000/MAX78002 Model Training and Synthesis
22

3-
February 22, 2024
3+
February 26, 2024
44

55
ADI’s MAX78000/MAX78002 project is comprised of five repositories:
66

@@ -535,7 +535,7 @@ With the installation of Training and Synthesis projects completed it is importa
535535

536536
### Embedded Software Development Kit (MSDK)
537537

538-
The Software Development Kit (MSDK) for the MAX78000 and MAX78002 is used to compile, flash, and debug the output of the *ai8x-synthesis* (“izer”) tool. It also enables general software development for the microcontroller cores of the MAX78000 and MAX78002. It consists of the following components:
538+
The Software Development Kit (MSDK) for MAX78000 and MAX78002 is used to compile, flash, and debug the output of the *ai8x-synthesis* (“izer”) tool. It also enables general software development for the microcontroller cores of the MAX78000 and MAX78002. It consists of the following components:
539539

540540
* Peripheral Drivers
541541
* Board Support Packages (BSPs)
@@ -551,13 +551,13 @@ There are two ways to install the MSDK.
551551

552552
#### Method 1: MSDK Installer
553553

554-
An automatic installer is available for the MSDK. Instructions on downloading, installing, and getting started with the MSDK's supported development environments are found in the [**MSDK User Guide**](https://analogdevicesinc.github.io/msdk/USERGUIDE/).
554+
An automatic installer is available for the MSDK. Instructions for downloading, installing, and getting started with the MSDKs supported development environments are found in the [**MSDK User Guide**](https://analogdevicesinc.github.io/msdk/USERGUIDE/).
555555

556556
After installation and setup, continue with the [Final Check](#final-check).
557557

558558
#### Method 2: Manual Installation
559559

560-
The MSDK is also available as a [git repository](https://github.com/analogdevicesinc/msdk), which can be used to obtain the latest development resources. The repository contains all of the MSDK's components _except_ the Arm GCC, RISC-V GCC, and Make. These can be downloaded and installed manually.
560+
The MSDK is also available as a [git repository](https://github.com/analogdevicesinc/msdk), which can be used to obtain the latest development resources. The repository contains all of the MSDKs components _except_ the Arm GCC, RISC-V GCC, and Make. These can be downloaded and installed manually.
561561

562562
1. Clone the MSDK repository (recommendation: change to the *ai8x-synthesis* folder first):
563563

README.pdf

-19.3 KB
Binary file not shown.

assets/vscode/template/.vscode/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ _(If you're viewing this document from within Visual Studio Code you can press `
55
## Quick Links
66

77
* [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/)
8-
* [VSCode-Maxim Github](https://github.com/analogdevicesinc/VSCode-Maxim)
8+
* [VSCode-Maxim GitHub](https://github.com/analogdevicesinc/VSCode-Maxim)
99

1010
## Introduction
1111

12-
VSCode-Maxim is a set of [Visual Studio Code](https://code.visualstudio.com/) project configurations and utilities for enabling embedded development for [Analog Device's MSDK](https://github.com/analogdevicesinc/msdk) and the [MAX32xxx/MAX78xxx microcontrollers](https://www.analog.com/en/product-category/microcontrollers.html).
12+
VSCode-Maxim is a set of [Visual Studio Code](https://code.visualstudio.com/) project configurations and utilities for enabling embedded development for [Analog Devices MSDK](https://github.com/analogdevicesinc/msdk) and the [MAX32xxx/MAX78xxx microcontrollers](https://www.analog.com/en/product-category/microcontrollers.html).
1313

1414
The following features are supported:
1515

16-
* Code editing with intellisense down to the register level
16+
* Code editing with Intellisense down to the register level
1717
* Code compilation with the ability to easily re-target a project for different microcontrollers and boards
1818
* Flashing programs
1919
* GUI and command-line debugging
@@ -27,7 +27,7 @@ The following features are supported:
2727

2828
## Installation
2929

30-
Install the MSDK, then set `"MAXIM_PATH"` in your _user_ VS Code settings.
30+
Install the MSDK, then set `MAXIM_PATH` in your _user_ VS Code settings.
3131

3232
See [Getting Started with Visual Studio Code](https://analogdevicesinc.github.io/msdk/USERGUIDE/#getting-started-with-visual-studio-code) in the MSDK User Guide for detailed instructions.
3333

@@ -37,7 +37,7 @@ See the [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/#vis
3737

3838
## Issue Tracker
3939

40-
Bug reports, feature requests, and contributions are welcome via the [issues](https://github.com/analogdevicesinc/VSCode-Maxim/issues) tracker on Github.
40+
Bug reports, feature requests, and contributions are welcome via the [issues](https://github.com/analogdevicesinc/VSCode-Maxim/issues) tracker on GitHub.
4141

4242
New issues should contain _at minimum_ the following information:
4343

0 commit comments

Comments
 (0)