Code Monkey home page Code Monkey logo

corelibs-arduino101's Introduction

corelibs-arduino101

For Intel Community Support, product questions, or help troubleshooting, visit ICS: https://communities.intel.com/community/tech/intel-curie

|

The contents of this repo is distributed through releases in Arduino IDE.
Tools > Board > Boards Manager > Intel Curie Boards by Intel

If you wish to use the latest untested changes, follow these instructions.

  1. Install the latest Intel Curie Boards by Intel from Boards Manager
  2. Download the latest snapshot of this repo
  3. Shut down the IDE
  4. Go to Arduino15 directory
  • Windows: C:\Users\<user>\AppData\Roaming\Arduino15
  • OS X: ~/Library/Arduino15
  • Linux: ~/.arduino15
  1. Go to packages/Intel/hardware/arc32/<version>/
  2. Delete the content of the directory from step 5, and replace it with the content of the "corelibs-arduino101-master" folder in the zip from step 2.

Future upgrades may fail since the internal contents were modified by hand. In order to recover, shut down the IDE, delete the entire Arduino15 directory, then restart the IDE.

Pull Requests

Before submitting a pull request, please see our guidelines for writing a considerate commit message.

Support & Issues

If you have found a bug, or you believe a new feature should be added, please use the Github issue tracker (click "Issues" above) to provide details about the bug or feature. If you need product support (e.g. have a question about / are having problems with the Arduino IDE or the Arduino API), please direct them to the support forum.

Examples of things that should go in the Issue tracker

"I noticed that your DoSomeThing library doesn't support all the same modes as the library from SomeOtherGuy: https://link-to-relevant-thing.com Can you add support for these modes?"

"If I run example sketch X on an Arduino 101 board, I get result Y. But if I run the same sketch on an Arduino UNO board, I get result Z. This looks like a bug to me."

Examples of things that should go in the support forum

"I'm having trouble downloading the Arduino 101 boards package in the Arduino IDE Boards Manager"

"How do I use this library?"

"I can't get this example sketch to work. What am I doing wrong?"

Enable debug interface on Serail1

  • Default disable the debug interface.

If you want to enable debug trace on Serial1 to debug corelib, follow these instructions.

  1. Shut down the IDE
  2. Go to Arduino15 directory
  • Windows: C:\Users\<user>\AppData\Roaming\Arduino15
  • OS X: ~/Library/Arduino15
  • Linux: ~/.arduino15
  1. Modify the platform.txt
  • Find compiler.c.flags and add -DCONFIGURE_DEBUG_CORELIB_ENABLED at the end of this line
  • Find compiler.cpp.flags and add -DCONFIGURE_DEBUG_CORELIB_ENABLED at the end of this line
  1. Initial Serial1 in your sketch
  • Add Serial1.begin(115200); in your setup()
  1. Adjust the output level at log_init function in log.c

corelibs-arduino101's People

Contributors

agdl avatar auxren avatar biagiom avatar bigdinotech avatar bneedhamia avatar calvinatintel avatar christa03 avatar dan-lightsource avatar descampsa avatar eriknyquist avatar facchinm avatar hbisby avatar kmsywula avatar manoelramonintel avatar russmcinnis avatar sandeepmistry avatar sgbihu avatar sidleung avatar tigoe avatar xieqi avatar

Watchers

 avatar  avatar

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.