summaryrefslogtreecommitdiffhomepage
path: root/examples/targets/build_config_chipKITMax32.rb
AgeCommit message (Collapse)Author
2017-07-27Always use `MRB_USE_IV_SEGLIST`.Yukihiro "Matz" Matsumoto
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-05-11Disable C++ exception for chipKIT Max32 example build_configkyab
2014-05-10Update example build_config to include host build settingkyab