One more problem, if PROJECTNAME is set, make returns Nothing to be done for `all'.
So PROJECTNAME=hugo BOARD=ESPRUINOBOARD make does not work
but BOARD=ESPRUINOBOARD make works well
On a quick test for different boards, looks like only ESP32 and ESP8266 work fine with PROJECTNAME=something
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
One more problem, if PROJECTNAME is set, make returns
Nothing to be done for `all'.
So PROJECTNAME=hugo BOARD=ESPRUINOBOARD make does not work
but BOARD=ESPRUINOBOARD make works well
On a quick test for different boards, looks like only ESP32 and ESP8266 work fine with PROJECTNAME=something