Firmware2/Marlin
Andy Shaw 4975b13b74 Fix problems with LPC1768 EEPROM flash emulation (#12503)
* Remove duplicate calls to PrepareSector

Some flash memory API calls require that a call to `PrepareSector` is done before use. However this call is already made by the LPC1768 framework so the calls in this code are not required.

* Ensure correct alignment of RAM buffer

The LPC176X flash API requires that the RAM buffer used for write operations must be word-aligned. This change ensures that this is the case.
2018-11-22 01:03:32 -06:00
..
lib Module updates 2017-09-21 16:26:42 -05:00
src Fix problems with LPC1768 EEPROM flash emulation (#12503) 2018-11-22 01:03:32 -06:00
Configuration_adv.h Apply extra condition to LCD_PROGRESS_BAR 2018-11-11 08:36:10 -06:00
Configuration.h Combine more tool-change variables (#12137) 2018-11-06 22:22:20 -06:00
Makefile Various fixes for MarlinUI and ExtUI (#12439) 2018-11-17 22:21:44 -06:00
Marlin.ino Marlin.ino needs no content (#9506) 2018-02-06 02:28:18 -06:00