summaryrefslogtreecommitdiffhomepage
path: root/examples
AgeCommit message (Collapse)Author
2014-03-26Catch up to latest Arduino IDEkyab
2014-03-01use C style comments instead of C++ style commentscubicdaiya
According to CONTRIBUTING.md, Don't use C++ style comments /* This is the prefered comment style */ Use C++ style comments only for temporary comment e.g. commenting out some code lines.
2014-02-24Add target example for Intel Galileo boardkyab
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-06-27Fix include path of ArduinoDue examplekyab
2013-06-22Improve target example to more practical.kyab
2013-06-14Fix and refactor crossbuild target configkyab
2013-06-06No need to specify empty bin list anymore(example)kyab
2013-05-02ArduinoDue Target Cosmetic ChangeDaniel Bovensiepen
small cosmetic change
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-03-16Add Build Example for Arduino DueDaniel Bovensiepen
2013-02-24remove user specific directoryDaniel Bovensiepen
2013-02-24add chipKitMax32 target exampleDaniel Bovensiepen
2013-01-30Changed variable $test_args to constant TEST_ARGSCarson McDonald
2013-01-29Add ability to pass parameters from mrbgem.rake spec into test scripts.Carson McDonald
2013-01-29Fixed minor typo.Carson McDonald
2013-01-26Moved mrbgems examplesYuichiro MASUI