mikaelpatel / Arduino-FVM

Byte Token Threaded Forth Virtual Machine (FVM) for Arduino
https://mikaelpatel.github.io/Arduino-FVM
39 stars 7 forks source link

Support SAM/SAMD based Arduino boards #22

Open mikaelpatel opened 7 years ago

mikaelpatel commented 7 years ago

Support 32-bit MCU based on ARM core such as Arduino Due. These have the advantage of much more memory and allow symmetrical memory model (i.e. data structures in RAM).

mikaelpatel commented 7 years ago

Please see initial support for Arduino Due (SAM) commit https://github.com/mikaelpatel/Arduino-FVM/commit/758953ae778eaa04403631043008d406f7b1a65c.