mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Updated FAQ (General Topic) (markdown)
+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
|
||||
|
||||
Reference in New Issue
Block a user