I use codesourcery-2013.05-23-arm-none-eabi. I've been meaning to switch to -Os and a newer compiler as it'll free up ~50kB of flash, but it's really flaky when I do that (some compiles work, some don't - seemingly at random).
I don't know if it's related to the bootloader, because when I remove the bootloader so I can properly debug the code, everything starts working :)
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.
Thanks!
I use
codesourcery-2013.05-23-arm-none-eabi
. I've been meaning to switch to-Os
and a newer compiler as it'll free up ~50kB of flash, but it's really flaky when I do that (some compiles work, some don't - seemingly at random).I don't know if it's related to the bootloader, because when I remove the bootloader so I can properly debug the code, everything starts working :)