Giter Site home page Giter Site logo

pichuchen / arduino-add-on-for-linkit-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mediatek-labs/arduino-add-on-for-linkit-sdk

0.0 1.0 0.0 10.36 MB

Arduino board support package for LinkIt 7697

Home Page: https://docs.labs.mediatek.com/resource/linkit7697-arduino/en

Makefile 14.93% Perl 0.37% C++ 15.90% C 61.46% Assembly 7.18% Shell 0.15%

arduino-add-on-for-linkit-sdk's Introduction

Arduino board support package for LinkIt 7697

GitHub release Github All Releases Travis

This is the source code for Arduino Add-On package for LinkIt 7697. To install the board support package, visit this resource page.

The source code is an add-on to LinkIt SDK v4.x. To build the board support package, you need following prerequisites:

Build Prerequisites

Building the Board Supporting Package

  • Copy LinkIt SDK v4 public version into the source repo. We want to keep existing files, since this is an add-on package. We assume the SDK is unpacked in Arduino-Add-On-for-LinkIt-SDK.
    git clone --depth 1 https://github.com/MediaTek-Labs/Arduino-Add-On-for-LinkIt-SDK.git
    tar --keep-old-files -zxf LinkIt_SDK_V4.6.0.tar.gz -C Arduino-Add-On-for-LinkIt-SDK
  • Use following command to build the board support package:
    mkdir out
    ./mk_ide_pkg.pl -o out -v 1.0.0

Where the version number 1.0.0 can be assigned by yourself. The resulting packages are located in the out directory. You can also refer to the Travis CI config file .travis.yml as an example on the building process.

Notes

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

Overview

There are 2 major parts in this add-on package:

  • a middleware module of LinkIt SDK that provides an Arduino porting layer. Most of the porting layer codes are availble in the BSP(board supporting package) as source code format. The porting layer is located in /middleware/third_party/arduino/hardware/arduino/mt7697/.
  • a project for LinkIt 7697 HDK that builds all the required hardware drivers, FreeRTOS kernel, Wi-Fi and Bluetooth frameworks into a library. The binary library is then copied to the final BSP package. The path to the project is /project/linkit7697_hdk/apps/arduino/arduino_lib

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.