I'm all proud of the ability to issue commands like:
make atmega328p AVR_FREQ=16000000L BAUD_RATE=115200 LED=B5 LED_START_FLASHES=0 UART=0
the number of available options is getting large, and it might be nice to use some sort of easily sharable config file as well.
Maybe
make config=<filename.mk>
I'm all proud of the ability to issue commands like:
make atmega328p AVR_FREQ=16000000L BAUD_RATE=115200 LED=B5 LED_START_FLASHES=0 UART=0the number of available options is getting large, and it might be nice to use some sort of easily sharable config file as well.
Maybe
make config=<filename.mk>