fanghuaqi / embarc_applications

Complete embARC applications from embARC team and community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embARC Applications

This repository contains various applications based on embARC OSP, developed by the embARC team and the community (users, ARC licensees, students, hobbyists, etc).

How to use it

Here are steps to use this repo.

  • Clone or download embARC OSP source code to embarc_osp folder
    • git clone https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp.git embarc_osp
  • Clone or download embARC Applications source code to embarc_osp/application folder
    • cd embarc_osp
    • git clone https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_applications.git application
  • Apply required patches to embARC Open Software Platform
    • Convert the patch script to unix format using dos2unix command.
    • Run the patch script written by shell: bash apply_embARC_patch.sh
    • Refer to embARC Documentation for detailed instructions.
  • Here are a list of applications we maintain in the repo
    • AWS IoT SmartHome Demo - Single Node
      • This application implements a demo which shows embARC Smarthome Demo based on AWS IoT Cloud.
      • This smarthome demo only implements 1 node to talk to AWS IoT Cloud.
    • AWS IoT Smarthome Demo - Multi Node
      • This application implements a demo which shows embARC Smarthome Demo based on AWS IoT Cloud.
      • This smarthome demo implements 3 different nodes to talk to AWS IoT Cloud.

How to contribute to it

We welcome embARC Applications community contributions. Please check out the Contributing to embARC OSP for guidelines on how to proceed. Users participating in the embARC Community and its sub-projects codebases and issue trackers are expected to follow the embARC code of conduct.

About

Complete embARC applications from embARC team and community


Languages

Language:C 97.1%Language:Objective-C 2.2%Language:Makefile 0.6%