Mrubyc
mruby/c is another implementation of mruby.
Install / Use
/learn @mrubyc/MrubycREADME
mruby/c
mruby/c is another implementation of mruby.
- Small memory consumption
- Limited class libraries
- Small size rather than execution speed
Comparison between mruby and mruby/c
||mruby/c|mruby| |----|----|----| |memory size (RAM)| < 40KB | < 400KB | |main target| one-chip microprocessors | general embedded software|
Documents
Developer team
License
mruby/c is released under the Revised BSD License(aka 3-clause license).
Related work
- Microcontroller peripheral interface guide (https://github.com/mruby/microcontroller-peripheral-interface-guide)
