Hello all,
I am trying to use uLisp with a Black pill.
--------------------------------------------------
The new Platform:
#elif defined(BlackPill)
** #define ULISP_SERIAL1 **
** #define WORKSPACESIZE (3000-SDSIZE) /* Objects (8bytes) /*
** #define FLASHSIZE 512000 / 512k Flash /*
** #define CODESIZE 128 /* Bytes /*
** // #define SDCARD_SS_PIN 4**
** #define STACKDIFF 0**
** #define Serial1 Serial**
** #define CPU_STM32F411**
-------------------------------------------------
Running uLisp:
(+ (+ 1 2) (+ 3 4) (+ 5 6))
21 <== It’s OK
2999> (and t t)
t <====It’s OK
But then
(defun test <=== here whatever i type after test uLisp is not responding
I am certainly missing something!
Can someone help me.
Many thanks!