__flash as an alternative to PROGMEM
Posted: Sat Mar 15, 2014 7:02 pm
Lots of talk on this with the new avr-gcc 4.7
No need for any #include and no need for any pgm_read*() nonsense. __flash is a new qualifier added to the language, it turns GCC support from explicit to implicit.
see here for more details.
http://www.avrfreaks.net/index.php?name ... 24#1144424
Any impact on v-usb if I made the changes?
No need for any #include and no need for any pgm_read*() nonsense. __flash is a new qualifier added to the language, it turns GCC support from explicit to implicit.
see here for more details.
http://www.avrfreaks.net/index.php?name ... 24#1144424
Any impact on v-usb if I made the changes?