kierdavis / sb-servo-asm-fw

Rewrite of SourceBots servo assembly firmware
0 stars 0 forks source link

Investigate using __flash instead of PROGMEM #4

Open kierdavis opened 6 years ago

kierdavis commented 6 years ago

Supposedly named address spaces (i.e. __flash) should be used rather than PROGMEM for new projects (citation needed). It looks like it's a bit more type-safe.

kierdavis commented 6 years ago

It appears the version of avr-gcc on my system doesn't support __flash, so development of this may be delayed for a while.