From e3f03ef87e1387f610516cc1204bbaaeda979169 Mon Sep 17 00:00:00 2001 From: monaka Date: Sat, 16 Mar 2013 08:26:32 -0700 Subject: [PATCH] Updated FAQ (General Topic) (markdown) --- FAQ-(General-Topic).md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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