optiboot_xflash comment about w25x20cl messages
Mention supported ICs
This commit is contained in:
parent
a92c0278fe
commit
6d25345fc4
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ static void getNch(uint8_t count) {
|
|||
|
||||
typedef uint16_t pagelen_t;
|
||||
|
||||
//Thou shalt not change these messages, else the avrdude-slicer xflash implementation will no longer work and the language upload will fail.
|
||||
//Right now we support 2 xflash chips - the original w25x20cl and a new one GD25Q20C
|
||||
static const char entry_magic_send [] PROGMEM = "start\n";
|
||||
static const char entry_magic_receive[] PROGMEM = "w25x20cl_enter\n";
|
||||
static const char entry_magic_cfm [] PROGMEM = "w25x20cl_cfm\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue