Skip to content

Commit

Permalink
updated links for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Dec 12, 2023
1 parent 93236f9 commit e2b2be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

The Maxim Microcontrollers SDK (MSDK), now a part of [Analog Devices](https://www.analog.com/en/index.html), contains the necessary software and tools to develop firmware for the [MAX32xxx and MAX78xxx Microcontrollers](https://www.analog.com/en/parametricsearch/10984). This includes register files, peripheral drivers, system startup files, documentation, various utilities, third-party libraries, IDE support files, and a toolchain. Full documentation can be found in the User Guide:

* [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/)
* [MSDK User Guide](https://analogdevicesinc.github.io/MAX32xxx-MSDK/USERGUIDE)

**This repository** contains the latest **_source code_** of the MSDK and is being used for _development_. It does _not_ contain the MSDK _toolchain_, which is a separate collection of programs used for building, programming, and debugging.

## Installation

The MSDK source code is bundled alongside its toolchain into releases that are available via an Automatic Installer. See the ["Installation"](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#installation) section in the MSDK User Guide for instructions.
The MSDK source code is bundled alongside its toolchain into releases that are available via an Automatic Installer. See the ["Installation"](https://analogdevicesinc.github.io/MAX32xxx-MSDK/USERGUIDE/#installation) section in the MSDK User Guide for instructions.

Users who would like to use the latest bleeding-edge _development_ resources can follow [Developing from the Repo](#developing-from-the-repo) below, but this should only be done **_after_** installing the release MSDK above.

Expand Down

0 comments on commit e2b2be7

Please sign in to comment.