git clone https://github.com/espruino/Espruino.git
cd Espruino
git checkout Pico_Extra_RAM
git merge master
scripts/create_pico_1v3_image.sh # something like this
No guarantees it'll last for long I'm afraid.
I'd really love to use a JS PC emulator to let people download an image containing GCC that they could use to build their own Espruino image. Not sure how realistic that is at the moment though...
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.
Well, you could probably do:
No guarantees it'll last for long I'm afraid.
I'd really love to use a JS PC emulator to let people download an image containing GCC that they could use to build their own Espruino image. Not sure how realistic that is at the moment though...