From: Stephan Baerwolf Date: Tue, 2 Oct 2012 19:07:34 +0000 (+0200) Subject: mark ATmega48 as unsupported X-Git-Tag: v0.8~6 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/d12a50d7e5f83218607846cf9a5cd87ad8de09b5?hp=d12a50d7e5f83218607846cf9a5cd87ad8de09b5 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 ---