Hi David ,
How do you know what string to use to determine the cpu type ?
for example in ulisp 4.5 :
#elif defined(ARDUINO_RASPBERRY_PI_PICO) || defined(ARDUINO_ADAFRUIT_QTPY_RP2040) || defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) || defined(ARDUINO_SEEED_XIAO_RP2040)
How do you know that it has to be ‘ARDUINO_RASPBERRY_PI_PICO’ for example.
I’m asking this for porting it to sparkfun thingplus.
Kind regards,
Ronny