Attention is currently required from: Nikolai Artemiev, Ssunk, Stefan Reinauer.
4 comments:
Commit Message:
Add Support for XMC XM25QU80B
Prefix with `flashchips: ` so that it's easier to go through the list of commits. So your commit title will be:
flashchips: Add Support for XMC XM25QU80B
For adding chip model support, we add in commit message testing info: which programmer you were using, operations that you run (most likely would be read/write/erase, but list the operation that you tested).
File include/flashchips.h:
Patch Set #1, Line 856: #define XMC_XM25QU80B 0x5014
Let's move the line up, put it on #850, after XMC_XM25QU64C. Otherwise it seems a bit out of order here.
Patch Set #1, Line 856: 0x5014
The ID needs to be aligned with the others (see like other IDs all aligned in a column), so you need two tabs between macro name and ID.
To view, visit change 83180. To unsubscribe, or for help writing mail filters, visit settings.