Firmware2/Marlin/src
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
..
config Expanded options for _Statusscreen.h (#12455) 2018-11-20 07:50:37 -06:00
core Fix "no effect" and "unused variable" compile warnings (#12473) 2018-11-18 17:54:00 -06:00
feature Followup to #12451 2018-11-20 06:27:19 -06:00
gcode Apply/unapply const here and there 2018-11-20 06:44:21 -06:00
HAL Fix problems with LPC1768 EEPROM flash emulation (#12503) 2018-11-22 01:03:32 -06:00
inc Fix ADC_KEYPAD middle button (#12493) 2018-11-20 21:39:30 -06:00
lcd Invert hotend bitmaps, by default 2018-11-21 01:02:06 -06:00
libs Miscellaneous LCD code renaming, reordering (#12430) 2018-11-14 13:13:51 -06:00
module Fix for #12482 (#12483) 2018-11-20 00:04:11 -06:00
pins General cleanup of Re-ARM pins 2018-11-21 19:00:49 -06:00
sd Followup to #12451 2018-11-20 06:27:19 -06:00
Marlin.cpp Make CardReader class static (#12451) 2018-11-16 22:39:16 -06:00
Marlin.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00