diff --git a/FAQ-(General-Topic).md b/FAQ-(General-Topic).md index b173a79..b246dfe 100644 --- a/FAQ-(General-Topic).md +++ b/FAQ-(General-Topic).md @@ -18,15 +18,17 @@ Some reports available. ## Arduino -Basically, No. +@bovi reported you can run mruby on Arduino Due. http://mruby.sh/201303161453.html +But still we have no reports running on AVR Arduino yet. On the current version of mruby, it is not enough considered to support 16-bits integer architectures. -And AVR have small size of RAMs. (NOTE: AVR is MPU that used in Arduino.) +And AVR have small size of RAMs. -But you can run mruby on some Arduino-pin-compatible boards. Like chipKIT Max32, GR-SAKURA, Enzi, and so on. +You might be interested in some Arduino-pin-compatible boards. Like chipKIT Max32, GR-SAKURA, Enzi, and so on. They boards have high spec 32bits CPUs. +You can run mruby on them. -I recommend compatible boards if your wish is using Arduino shields. +I recommend Arduino Due and/or compatible boards if your wish is using Arduino shields. ## ARM bare metals