mark ATmega48 as unsupported
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Tue, 2 Oct 2012 19:07:34 +0000 (21:07 +0200)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Tue, 2 Oct 2012 22:08:20 +0000 (22:08 +0000)
commitd12a50d7e5f83218607846cf9a5cd87ad8de09b5
treea56e60ce30fbc480611b5ff7d75cfc983bbf9875
parent63878dfbade33d8294c36c3e6d9435e2f5f32c08
mark ATmega48 as unsupported

Since ATmega48 (as also ATmega48A, ATmega48P and ATmega48PA) only has
4kb of FLASH and does not support bootloader by hardware, it is
improper for USBaspLoader and marked as unsopported.
While the sourcecode remains with parts for ATmega48 (in case there are
some know hacks to make it work), main.c will raise compiler-error in
case of usage.

Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
firmware/main.c