You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
lib Module updates 7 years ago
src Fix problems with LPC1768 EEPROM flash emulation (#12503) 6 years ago
Configuration.h Combine more tool-change variables (#12137) 6 years ago
Configuration_adv.h Apply extra condition to LCD_PROGRESS_BAR 6 years ago
Makefile Various fixes for MarlinUI and ExtUI (#12439) 6 years ago
Marlin.ino Marlin.ino needs no content (#9506) 7 years ago