Skip to content
baerwolf edited this page Jan 6, 2013 · 45 revisions

later Version TODOs:

  • new feature for clearing complete RAM on reset

  • really really optimize size of the code (rough idea for getting bootloader-section less utilized: If the Software-sided protection of the bootloader is active, and if the flash is big enough (>=4k?), add at least 2 additional sections to code and move all the PROGMEM strings of the VUSB driver in such an section. (Maybe some USBdrv Code, too). Now, with a little bit of linker-magic, move such "unimportant" data ahead of the .vectors outside the BLS. Protect these data also via software from overwriding.)

Clone this wiki locally