Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 7 to 7 | ||||||||
2014-08-06, hazen | ||||||||
Changed: | ||||||||
< < | Use address table names or #define constants instead of hard-wired values | |||||||
> > | 1. Use address table names or #define constants instead of hard-wired values | |||||||
in the flash programming code. | ||||||||
Changed: | ||||||||
< < | Add support for file paths in flash programming code (need to separate the file name | |||||||
> > | 2. Add support for file paths in flash programming code (need to separate the file name | |||||||
from the path before parsing the file name). Check for and support "Golden" and "Header" files. | ||||||||
Changed: | ||||||||
< < | selectMcsFile should also take a directory path. | |||||||
> > | 3. selectMcsFile should also take a directory path. | |||||||
Changed: | ||||||||
< < | Provide return value for flash verify functions | |||||||
> > | 4. Provide return value for flash verify functions | |||||||
2014-06-17, hazen, dzou: |