That's a very good point, thanks! Yes, it would be really good to go in platform_config - one thing to watch out for is certain tools like build_jswrapper depend on defines that are set in the makefile (eg to choose which JS functions to include or not), but potentially they could parse platform_config to get those defines, which would probably be a lot nicer than passing them on the command-line anyway
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.
That's a very good point, thanks! Yes, it would be really good to go in platform_config - one thing to watch out for is certain tools like build_jswrapper depend on defines that are set in the makefile (eg to choose which JS functions to include or not), but potentially they could parse platform_config to get those defines, which would probably be a lot nicer than passing them on the command-line anyway