Skip to content

Commit

Permalink
Merge pull request #926 from analogdevicesinc/main
Browse files Browse the repository at this point in the history
chore(Other): Stage Feb 2024 Release
  • Loading branch information
lorne-maxim authored Feb 19, 2024
2 parents 6000c61 + 1efe834 commit b20b398
Show file tree
Hide file tree
Showing 3,806 changed files with 7,751 additions and 14,553 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Exclude register header files. Those don't follow clang formatting or it becomes unreadable
- name: clang-format-check
run: |
CHANGE_FILES=$(git diff --ignore-submodules --name-only remotes/origin/main '*.c' '*.h' ':!*_regs.h' ':!*weights.h' ':!*cnn.h' ':!*cnn.c' ':!*sampledata.h' ':!*sampleoutput.h' ':!*softmax.c' ':!Examples/*/Coremark/*' ':!Libraries/FCL' ':!Libraries/FreeRTOS' ':!Libraries/lwIP' ':!Libraries/littlefs' ':!Libraries/FreeRTOS-Plus' ':!Libraries/LC3' ':!Libraries/SDHC' ':!Libraries/MAXUSB' ':!Libraries/Cordio' ':!Libraries/LVGL' ':!Libraries/Coremark' ':!Libraries/MiscDrivers/BarcodeDecoder')
CHANGE_FILES=$(git diff --ignore-submodules --name-only remotes/origin/main '*.c' '*.h' ':!*_regs.h' ':!*ffconf.h' ':!*weights.h' ':!*cnn.h' ':!*cnn.c' ':!*sampledata.h' ':!*sampleoutput.h' ':!*softmax.c' ':!Examples/*/Coremark/*' ':!Libraries/FCL' ':!Libraries/FreeRTOS' ':!Libraries/lwIP' ':!Libraries/littlefs' ':!Libraries/FreeRTOS-Plus' ':!Libraries/LC3' ':!Libraries/SDHC' ':!Libraries/MAXUSB' ':!Libraries/Cordio' ':!Libraries/LVGL' ':!Libraries/Coremark' ':!Libraries/MiscDrivers/BarcodeDecoder')
if [[ "$CHANGE_FILES" != "" ]]; then
bash -e .github/workflows/clang-format-run.sh $CHANGE_FILES
fi
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Documentation/Libraries
Documentation/res
Examples/MAX78000/PowerTest
Examples/MAX32570
Examples/MAX32572
__pycache__
msdk-internal
Tools/GNUTools
Expand Down
8 changes: 4 additions & 4 deletions Examples/MAX32520/AES/.vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _(If you're viewing this document from within Visual Studio Code you can press `

## Quick Links

* [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/)
* [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/)
* [VSCode-Maxim Github](https://github.com/Analog-Devices-MSDK/VSCode-Maxim)

## Introduction
Expand All @@ -23,17 +23,17 @@ The following features are supported:
* [Visual Studio Code](https://code.visualstudio.com/)
* [C/C++ VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
* [Cortex-Debug Extension](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug)
* [Analog Devices MSDK](https://analog-devices-msdk.github.io/msdk/)
* [Analog Devices MSDK](https://analogdevicesinc.github.io/msdk/)

## Installation

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

See [Getting Started with Visual Studio Code](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#getting-started-with-visual-studio-code) in the MSDK User Guide for detailed instructions.
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.

## Usage

See the [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.
See the [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.

## Issue Tracker

Expand Down
2 changes: 2 additions & 0 deletions Examples/MAX32520/AES/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Include/${config:target}",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/ExtMemory",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
Expand All @@ -61,6 +62,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Source",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PushButton",
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/AES/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# in "project.mk", on the command-line, or with system environment
# variables.

# See https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# See https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system
# for more detailed instructions on how to use this system.

# The detailed instructions mentioned above are easier to read than
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/AES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This application demonstrates both encryption and decryption using AES. A block

### Project Usage

Universal instructions on building, flashing, and debugging this project can be found in the **[MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/)**.
Universal instructions on building, flashing, and debugging this project can be found in the **[MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/)**.

### Project-Specific Build Notes

Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/AES/project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# "Makefile" that is located next to this one.

# For instructions on how to use this system, see
# https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system

#BOARD=MAX32520FTHR
# ^ For example, you can uncomment this line to make the
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Development with Visual Studio Code is also supported. See [VSCode-Maxim](https

### Project Usage

Universal instructions on building, flashing, and debugging this project can be found in the **[MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/)**.
Universal instructions on building, flashing, and debugging this project can be found in the **[MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/)**.

### Project-Specific Build Notes

Expand Down
8 changes: 4 additions & 4 deletions Examples/MAX32520/ARM-DSP/arm_bayes_example/.vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _(If you're viewing this document from within Visual Studio Code you can press `

## Quick Links

* [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/)
* [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/)
* [VSCode-Maxim Github](https://github.com/Analog-Devices-MSDK/VSCode-Maxim)

## Introduction
Expand All @@ -23,17 +23,17 @@ The following features are supported:
* [Visual Studio Code](https://code.visualstudio.com/)
* [C/C++ VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
* [Cortex-Debug Extension](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug)
* [Analog Devices MSDK](https://analog-devices-msdk.github.io/msdk/)
* [Analog Devices MSDK](https://analogdevicesinc.github.io/msdk/)

## Installation

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

See [Getting Started with Visual Studio Code](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#getting-started-with-visual-studio-code) in the MSDK User Guide for detailed instructions.
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.

## Usage

See the [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.
See the [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.

## Issue Tracker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Include/${config:target}",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/ExtMemory",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
Expand All @@ -64,6 +65,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Source",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PushButton",
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# in "project.mk", on the command-line, or with system environment
# variables.

# See https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# See https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system
# for more detailed instructions on how to use this system.

# The detailed instructions mentioned above are easier to read than
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_bayes_example/project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# "Makefile" that is located next to this one.

# For instructions on how to use this system, see
# https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system

#BOARD=MAX32520FTHR
# ^ For example, you can uncomment this line to make the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _(If you're viewing this document from within Visual Studio Code you can press `

## Quick Links

* [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/)
* [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/)
* [VSCode-Maxim Github](https://github.com/Analog-Devices-MSDK/VSCode-Maxim)

## Introduction
Expand All @@ -23,17 +23,17 @@ The following features are supported:
* [Visual Studio Code](https://code.visualstudio.com/)
* [C/C++ VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
* [Cortex-Debug Extension](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug)
* [Analog Devices MSDK](https://analog-devices-msdk.github.io/msdk/)
* [Analog Devices MSDK](https://analogdevicesinc.github.io/msdk/)

## Installation

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

See [Getting Started with Visual Studio Code](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#getting-started-with-visual-studio-code) in the MSDK User Guide for detailed instructions.
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.

## Usage

See the [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.
See the [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.

## Issue Tracker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Include/${config:target}",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/ExtMemory",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
Expand All @@ -64,6 +65,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Source",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PushButton",
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# in "project.mk", on the command-line, or with system environment
# variables.

# See https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# See https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system
# for more detailed instructions on how to use this system.

# The detailed instructions mentioned above are easier to read than
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ uint32_t student_num;
* Main f32 test function. It returns maximum marks secured and student number
* ------------------------------------------------------------------------------- */

int32_t main()
int main()
{
#ifndef USE_STATIC_INIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# "Makefile" that is located next to this one.

# For instructions on how to use this system, see
# https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system

#BOARD=MAX32520FTHR
# ^ For example, you can uncomment this line to make the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _(If you're viewing this document from within Visual Studio Code you can press `

## Quick Links

* [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/)
* [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/)
* [VSCode-Maxim Github](https://github.com/Analog-Devices-MSDK/VSCode-Maxim)

## Introduction
Expand All @@ -23,17 +23,17 @@ The following features are supported:
* [Visual Studio Code](https://code.visualstudio.com/)
* [C/C++ VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
* [Cortex-Debug Extension](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug)
* [Analog Devices MSDK](https://analog-devices-msdk.github.io/msdk/)
* [Analog Devices MSDK](https://analogdevicesinc.github.io/msdk/)

## Installation

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

See [Getting Started with Visual Studio Code](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#getting-started-with-visual-studio-code) in the MSDK User Guide for detailed instructions.
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.

## Usage

See the [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.
See the [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.

## Issue Tracker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Include/${config:target}",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/ExtMemory",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
Expand All @@ -64,6 +65,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Source",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PushButton",
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# in "project.mk", on the command-line, or with system environment
# variables.

# See https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# See https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system
# for more detailed instructions on how to use this system.

# The detailed instructions mentioned above are easier to read than
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# "Makefile" that is located next to this one.

# For instructions on how to use this system, see
# https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system

#BOARD=MAX32520FTHR
# ^ For example, you can uncomment this line to make the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _(If you're viewing this document from within Visual Studio Code you can press `

## Quick Links

* [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/)
* [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/)
* [VSCode-Maxim Github](https://github.com/Analog-Devices-MSDK/VSCode-Maxim)

## Introduction
Expand All @@ -23,17 +23,17 @@ The following features are supported:
* [Visual Studio Code](https://code.visualstudio.com/)
* [C/C++ VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
* [Cortex-Debug Extension](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug)
* [Analog Devices MSDK](https://analog-devices-msdk.github.io/msdk/)
* [Analog Devices MSDK](https://analogdevicesinc.github.io/msdk/)

## Installation

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

See [Getting Started with Visual Studio Code](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#getting-started-with-visual-studio-code) in the MSDK User Guide for detailed instructions.
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.

## Usage

See the [MSDK User Guide](https://analog-devices-msdk.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.
See the [MSDK User Guide](https://analogdevicesinc.github.io/msdk/USERGUIDE/#visual-studio-code) for detailed usage info.

## Issue Tracker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Include/${config:target}",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/ExtMemory",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
Expand All @@ -64,6 +65,7 @@
"${config:MAXIM_PATH}/Libraries/PeriphDrivers/Source",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Camera",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/Display/fonts",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/LED",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PMIC",
"${config:MAXIM_PATH}/Libraries/MiscDrivers/PushButton",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# in "project.mk", on the command-line, or with system environment
# variables.

# See https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# See https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system
# for more detailed instructions on how to use this system.

# The detailed instructions mentioned above are easier to read than
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# "Makefile" that is located next to this one.

# For instructions on how to use this system, see
# https://analog-devices-msdk.github.io/msdk/USERGUIDE/#build-system
# https://analogdevicesinc.github.io/msdk/USERGUIDE/#build-system

#BOARD=MAX32520FTHR
# ^ For example, you can uncomment this line to make the
Expand Down
Loading

0 comments on commit b20b398

Please sign in to comment.