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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ADI MAX78000/MAX78002 Model Training and Synthesis
2
2
3
-
February 22, 2024
3
+
February 26, 2024
4
4
5
5
ADI’s MAX78000/MAX78002 project is comprised of five repositories:
6
6
@@ -535,7 +535,7 @@ With the installation of Training and Synthesis projects completed it is importa
535
535
536
536
### Embedded Software Development Kit (MSDK)
537
537
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:
539
539
540
540
* Peripheral Drivers
541
541
* Board Support Packages (BSPs)
@@ -551,13 +551,13 @@ There are two ways to install the MSDK.
551
551
552
552
#### Method 1: MSDK Installer
553
553
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 MSDK’s supported development environments are found in the [**MSDK User Guide**](https://analogdevicesinc.github.io/msdk/USERGUIDE/).
555
555
556
556
After installation and setup, continue with the [Final Check](#final-check).
557
557
558
558
#### Method 2: Manual Installation
559
559
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 MSDK’s components _except_ the Arm GCC, RISC-V GCC, and Make. These can be downloaded and installed manually.
561
561
562
562
1. Clone the MSDK repository (recommendation: change to the *ai8x-synthesis* folder first):
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).
13
13
14
14
The following features are supported:
15
15
16
-
* Code editing with intellisense down to the register level
16
+
* Code editing with Intellisense down to the register level
17
17
* Code compilation with the ability to easily re-target a project for different microcontrollers and boards
18
18
* Flashing programs
19
19
* GUI and command-line debugging
@@ -27,7 +27,7 @@ The following features are supported:
27
27
28
28
## Installation
29
29
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.
31
31
32
32
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.
33
33
@@ -37,7 +37,7 @@ See the [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/#vis
37
37
38
38
## Issue Tracker
39
39
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.
41
41
42
42
New issues should contain _at minimum_ the following information:
0 commit comments