uLisp on Adafruit Gemma


#1

Anyone tried uLisp on this?

CPU ATSAMD21E18 32-bit Cortex M0+


#2

The simplest way to add support for the Gemma M0 is to add this line at the start of the ARM uLisp source file:

#define ARDUINO_SAMD_ZERO ARDUINO_GEMMA_M0

I’ve just checked it and it runs nicely; similar in performance to the MKRZERO.


#3

There’s now official support for the Gemma M0 in ARM uLisp:


#4

Fabulous!