Optiboot / optiboot

Small and Fast Bootloader for Arduino and other Atmel AVR chips
Other
1.08k stars 396 forks source link

Add NODATE=1 option to Makefile, for deterministic compilation. #375

Closed dlitz closed 4 months ago

dlitz commented 4 months ago

There's already code that checks for NODATE in optiboot.c, so this just passes the macro definition to the compiler and updates "make help".

WestfW commented 4 months ago

Note that NODATE is only applicable to BIGBOOT compiles.