technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

Add support for Adafruit Circuit Playground Bluefruit #54

Closed oenone closed 1 year ago

oenone commented 1 year ago

Add support for Adafruit Circuit Playground Bluefruit.

With STACKSIZE > 0 it gives stack overflows for the benchmarks "Hofstadter Q sequence" and "Two-dimensional recursive function Q2".

Why does function playnote() check the pin in that range? That should be broken on Adafruit CLUE, too, so I removed it.

technoblogy commented 1 year ago

Thanks for this, and sorry for the delay in responding! I'll add it to the next release.

technoblogy commented 1 year ago

I've added your suggestions manually to the latest version 4.4 - thanks for suggesting them.

technoblogy commented 1 year ago

@oenone You might be interested in this:

Have fun with uLisp on the Circuit Playground Bluefruit