abcminiuser / dmbs

Dean's Makefile Build System - making MAKE easier.
51 stars 18 forks source link

Add maximum sketch size limit #10

Open NicoHood opened 8 years ago

NicoHood commented 8 years ago

For coding bootloader (with no API table at the end) it would make sense to add an error if a specific program size is reached. Then you can set the bootloader size and if its bigger than the limit it outputs an error. Not sure if this is possible.

This would fix https://github.com/abcminiuser/lufa/issues/72