Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.36 KB

File metadata and controls

32 lines (25 loc) · 1.36 KB

Arduino Add-On for LinkIt SDK v4

This is the Arduino Add-On package for LinkIt 7697 on LinkIt SDK v4.x. This package allows developers to:

  1. Build LinkIt 7697 board support package for Arduino IDE.
  2. Create LinkIt SDK projects that uses core Arduino APIs, and build them with LinkIt SDK.

If you are looking for instructions on using Arduino IDE with LinkIt 7697, visit this resource page.

Prerequisite

Usage - Build LinkIt 7697 Arduino Board Supporting Package

Copy-n-replace into LinkIt SDK v4 public version. Use following command to build the board support package:

mkdir out
./mk_ide_pkg.pl -o out -v 1.0.0

The resulting packages are located in the out directory.

Usage - Build Example Projects of Arduino Porting Library

Copy-n-replace into LinkIt SDK v4 public version. Then use following command to build blinky project:

cd project/mt7687_hdk/apps/arduino/blink/GCC
make

Notes

This package is based on Archermind's LinkIt 7687 Arduino package, with some modifications for MT7697 and LinkIt 7697 board.