summaryrefslogtreecommitdiffhomepage
path: root/examples/targets
AgeCommit message (Collapse)Author
2020-04-01build when directories and files have spacesDominic Sisneros
Modified the build to quote filenames so that it builds when files have spaces
2020-02-22Improving comments in the cross-compiling example for the Sega Dreamcast ↵SiZiOUS
(sh-elf).
2020-02-21Added example for cross-compiling for Sega Dreamcast (sh-elf).SiZiOUS
Thanks to @yujiyokoo for demonstrating mruby usage on Sega Dreamcast at RubyConf AU 2020! See more here: https://youtu.be/ni-1x5Esa_o
2018-09-07Clear terminated spacedearblue
2017-07-27Always use `MRB_USE_IV_SEGLIST`.Yukihiro "Matz" Matsumoto
2017-02-16Added example build script for Android armeabi-v7a NEON hardware FPUFelix Jones
2017-02-15Add new two build config files.crimsonwoods
2016-12-21Added example for cross-compiling for Renesas RX630Jun Takeda
2016-09-28Removed trailing spacesNobuyoshi Nakada
2016-03-07Added example for cross-compiling on Intel EdisonPaolo Bosetti
2015-11-17DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014Yukihiro "Matz" Matsumoto
changes: * rename DISABLE_STDIO -> MRB_DISABLE_STDIO * rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK * no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG). * rewrite above macro references throughout the code. * update documents
2014-11-08change BIN_PATH for new gc in Arduino IDE >= 1.5.7SouthWolf
2014-11-08Modify Arduino build config for IDE >= 1.5.7SouthWolf
Arduino IDE >= 1.5.7 Changed ARDUINO_PATH from `Contents/Resources/Java` to `Contents/Java`, mentioned in #2632
2014-05-11Disable C++ exception for chipKIT Max32 example build_configkyab
2014-05-10Update example build_config to include host build settingkyab
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-08Fix build_config.rb for ArduinoDuekyab
2014-03-26Catch up to latest Arduino IDEkyab
2014-02-24Add target example for Intel Galileo boardkyab
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-03-16Add Build Example for Arduino DueDaniel Bovensiepen
2013-02-24remove user specific directoryDaniel Bovensiepen
2013-02-24add chipKitMax32 target exampleDaniel Bovensiepen