optiboot_xflash comment about w25x20cl messages

Mention supported ICs
This commit is contained in:
Alex Voinea 2021-05-28 10:09:30 +03:00 committed by DRracer
parent a92c0278fe
commit 6d25345fc4

View file

@ -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";