Updated FAQ (General Topic) (markdown)

monaka
2013-03-16 08:26:32 -07:00
parent e748641bc0
commit e3f03ef87e
+6 -4
@@ -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