This comment is no longer true for any of the listed platforms so its
best to adjust the wording to what might be relevant to users
2 files changed:
.fuse = { LFUSE_DEFAULT, HFUSE_DEFAULT, EFUSE_DEFAULT }, \
.signature = { SIGNATURE_0,SIGNATURE_1,SIGNATURE_2 }
#else
-// Disable signature for now, for ubuntu, gentoo and other using old avr toolchain
+// Disable signature when using an old avr toolchain
#define DEFAULT_CORE(_vector_size) \
.ramend = RAMEND, \
.flashend = FLASHEND, \
.flashend = FLASHEND,
.e2end = E2END,
.vector_size = 2,
-// Disable signature for now, for ubuntu, gentoo and other using old avr toolchain
+// Disable signature when using an old avr toolchain
#ifdef SIGNATURE_0
.signature = { SIGNATURE_0,SIGNATURE_1,SIGNATURE_2 },
.fuse = { LFUSE_DEFAULT, HFUSE_DEFAULT },