-
- Downloads
Use flash memory to emulate EEPROM (#11500)
Use a sector of the LPC flash memory to emulate EEPROM storage, removing the need to have an SD card to store system parameters.
Showing
- Marlin/src/HAL/HAL_LPC1768/persistent_store_api.h 24 additions, 0 deletionsMarlin/src/HAL/HAL_LPC1768/persistent_store_api.h
- Marlin/src/HAL/HAL_LPC1768/persistent_store_flash.cpp 139 additions, 0 deletionsMarlin/src/HAL/HAL_LPC1768/persistent_store_flash.cpp
- Marlin/src/HAL/HAL_LPC1768/persistent_store_sdcard.cpp 41 additions, 39 deletionsMarlin/src/HAL/HAL_LPC1768/persistent_store_sdcard.cpp
- frameworks/CMSIS/LPC1768/system/LPC1768.ld 4 additions, 2 deletionsframeworks/CMSIS/LPC1768/system/LPC1768.ld
Loading
Please register or sign in to comment