-
- Downloads
Update PersistentStore api (#11538)
- Clean up the API to use a `static` class instance to adhere to Marlin convention - Add `const` position data access for read/write - Add Storage capacity to the interface
Showing
- Marlin/src/HAL/HAL_AVR/persistent_store_eeprom.cpp 18 additions, 8 deletionsMarlin/src/HAL/HAL_AVR/persistent_store_eeprom.cpp
- Marlin/src/HAL/HAL_DUE/persistent_store_eeprom.cpp 18 additions, 8 deletionsMarlin/src/HAL/HAL_DUE/persistent_store_eeprom.cpp
- Marlin/src/HAL/HAL_LPC1768/include/Arduino.h 0 additions, 2 deletionsMarlin/src/HAL/HAL_LPC1768/include/Arduino.h
- Marlin/src/HAL/HAL_LPC1768/persistent_store_sdcard.cpp 27 additions, 12 deletionsMarlin/src/HAL/HAL_LPC1768/persistent_store_sdcard.cpp
- Marlin/src/HAL/HAL_STM32F1/persistent_store_flash.cpp 24 additions, 15 deletionsMarlin/src/HAL/HAL_STM32F1/persistent_store_flash.cpp
- Marlin/src/HAL/HAL_STM32F1/persistent_store_sdcard.cpp 19 additions, 17 deletionsMarlin/src/HAL/HAL_STM32F1/persistent_store_sdcard.cpp
- Marlin/src/HAL/HAL_STM32F4/persistent_store_eeprom.cpp 19 additions, 9 deletionsMarlin/src/HAL/HAL_STM32F4/persistent_store_eeprom.cpp
- Marlin/src/HAL/HAL_STM32F7/persistent_store_eeprom.cpp 18 additions, 10 deletionsMarlin/src/HAL/HAL_STM32F7/persistent_store_eeprom.cpp
- Marlin/src/HAL/HAL_TEENSY35_36/persistent_store_eeprom.cpp 20 additions, 9 deletionsMarlin/src/HAL/HAL_TEENSY35_36/persistent_store_eeprom.cpp
- Marlin/src/HAL/persistent_store_api.h 11 additions, 9 deletionsMarlin/src/HAL/persistent_store_api.h
- Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp 1 addition, 1 deletionMarlin/src/feature/bedlevel/ubl/ubl_G29.cpp
- Marlin/src/module/configuration_store.cpp 17 additions, 12 deletionsMarlin/src/module/configuration_store.cpp
- Marlin/src/module/configuration_store.h 7 additions, 5 deletionsMarlin/src/module/configuration_store.h
Loading
Please register or sign in to comment