eef6c68c9f
modified to update the external flash memory on Einsy boards. Due to a bug in the USB to serial converter firmware on the Prusa Einsy boards, the STK500 protocol has been modified to never send semicolon characters towards the main processor. This firmware updater is compatible with a modified avrdude using the "arduino" protocol, see the following commit. https://github.com/prusa3d/Slic3r/tree/fwupdater_languages
7 lines
130 B
C
7 lines
130 B
C
#ifndef OPTIBOOT_W25X20CL_H
|
|
#define OPTIBOOT_W25X20CL_H
|
|
|
|
extern void optiboot_w25x20cl_enter();
|
|
|
|
#endif /* OPTIBOOT_W25X20CL_H */
|