Commit Graph

18 Commits

Author SHA1 Message Date
kyab c4214d3ace Fix build_config.rb for ArduinoDue 2014-04-08 23:50:25 +09:00
kyab e87b2d3626 Catch up to latest Arduino IDE 2014-03-26 18:21:25 +09:00
cubicdaiya 67de10bfcb use C style comments instead of C++ style comments
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-03-01 03:31:45 +09:00
kyab 70935f9979 Add target example for Intel Galileo board 2014-02-24 23:16:02 +09:00
Tomoyuki Sahara 116f75a8ce "spec.author" is better for single-author gems.
"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-07-23 10:09:24 +09:00
kyab c23068e68f Fix include path of ArduinoDue example 2013-06-27 19:29:27 +09:00
kyab edfe03c1ca Improve target example to more practical. 2013-06-22 03:41:27 +09:00
kyab 9619945cf4 Fix and refactor crossbuild target config 2013-06-14 23:11:13 +09:00
kyab 49298af7b7 No need to specify empty bin list anymore(example) 2013-06-06 22:12:08 +09:00
Daniel Bovensiepen e6efc519a9 ArduinoDue Target Cosmetic Change
small cosmetic change
2013-05-02 02:11:09 +08:00
Yukihiro "Matz" Matsumoto 30d580ecbc rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 2013-04-25 09:47:36 +09:00
Daniel Bovensiepen 4e1c54ea7c Add Build Example for Arduino Due 2013-03-16 14:06:50 +00:00
Daniel Bovensiepen 5e18b2b934 remove user specific directory 2013-02-24 09:20:40 +00:00
Daniel Bovensiepen 4458eb269d add chipKitMax32 target example 2013-02-24 09:16:24 +00:00
Carson McDonald c1ca662170 Changed variable $test_args to constant TEST_ARGS 2013-01-30 05:36:03 -05:00
Carson McDonald 79f802365f Add ability to pass parameters from mrbgem.rake spec into test scripts. 2013-01-29 22:03:29 -05:00
Carson McDonald 81bc34516f Fixed minor typo. 2013-01-29 09:20:30 -05:00
Yuichiro MASUI 9352e4b49d Moved mrbgems examples 2013-01-26 15:47:06 +09:00