Yes, that sounds good... Maybe make it a semi-colon separated list so that more than one can be applied.
Later on the Web IDE could even contain a list of well-known ones that could be selected.
High on my list would be a preprocessor that added constants for all the STM32's peripheral registers (for peek and poke). There's already JS code for this in Espruino, but I can't actually add all of them as it'll fill up the available memory. Instead we'd want to just detect them and replace them with their numeric equivalents.
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.
Yes, that sounds good... Maybe make it a semi-colon separated list so that more than one can be applied.
Later on the Web IDE could even contain a list of well-known ones that could be selected.
High on my list would be a preprocessor that added constants for all the STM32's peripheral registers (for peek and poke). There's already JS code for this in Espruino, but I can't actually add all of them as it'll fill up the available memory. Instead we'd want to just detect them and replace them with their numeric equivalents.