It hasn't been done yet as far as I know, but yes it should be possible. You'll probably find that the stm32ll target can be tweaked slightly since it's currently meant for the L4. A few ifdefs in jshardware.c and you could hopefully get it to target both the L0 and L4.
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.
Hi,
It hasn't been done yet as far as I know, but yes it should be possible. You'll probably find that the
stm32ll
target can be tweaked slightly since it's currently meant for the L4. A fewifdefs
injshardware.c
and you could hopefully get it to target both the L0 and L4.