sammielove45 / propgcc

Automatically exported from code.google.com/p/propgcc
1 stars 1 forks source link

eeprom-first should be loader-first #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The configuration variable "eeprom-first" should be renamed to "loader-first" 
to avoid confusion. That option is only really useful when using the eeprom 
cache driver so both the loader and the user's program are written to eeprom. 
This makes "eeprom-first" ambiguous. Does it mean to write the loader first or 
the user's program first. It would be better if it was called "loader-first" to 
make this clear.

Original issue reported on code.google.com by dbet...@gmail.com on 2 Apr 2012 at 11:38