The revised makefile structure would theoretically allow you to say:
make atmega328 SOFT_UART=0 LED_DATA_FLASH=0
except the implementation of some of these options in the C program uses
"#ifdef", and will treat 0 as enabling the feature, rather than disabling it.
All of these options default to "OFF", so it should never be necessary to
specify the OPTION=0 form, but... it still ought to work.
Original issue reported on code.google.com by wes...@gmail.com on 11 Apr 2013 at 8:33
Original issue reported on code.google.com by
wes...@gmail.com
on 11 Apr 2013 at 8:33