Skip to content

michaelchien1972/Arduino-Add-On-for-LinkIt-SDK

 
 

Repository files navigation

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.

About

Arduino Add-On for LinkIt SDK v4 on LinkIt 7697 HDK.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.9%
  • Makefile 17.7%
  • C++ 12.8%
  • Assembly 8.8%
  • Other 1.4%
  • Perl 0.3%
  • Shell 0.1%