13 Commits (0b056970c6ad1c357c446d6f99a11fb3feadfae5)

Author SHA1 Message Date
Scott Lahteine 0b056970c6 Fix file.open in STM32 eeprom emu 6 years ago
Tanguy Pruvot d7b0369e39 STM32: Fix SD EEPROM emulation conflict (#14012) 6 years ago
Tanguy Pruvot 8075893352 STM32: fix sdcard filename conversion 6 years ago
Tanguy Pruvot 93dd097b1c Use E2END, if defined, for STM32F1 (SD) (#13981) 6 years ago
pinchies ef3b93daa1 Fix STM32F1 SD-based EEPROM emulation (#13475)
If `openFile` is given `true`, then it has read-only access. Because all the writing occurs on the next line, this breaks SD card as EEPROM.
6 years ago
Scott Lahteine 4200f9ed62 Hide freeMemory et.al. warnings 6 years ago
Scott Lahteine 0feeef2604 Update copyright in headers 6 years ago
InsanityAutomation a403d9a50c Improve menu pause / resume (#12876) 6 years ago
Scott Lahteine 66580f32c2
Make CardReader class static (#12451)
* Make CardReader a static class
* Make CardReader flags into bitfields
7 years ago
Scott Lahteine 834ea7fcea Remove 'const' from PersistentStore::capacity 7 years ago
Dave Johnson c64199941e Compile only selected PIO environment (#11519) 7 years ago
Scott Lahteine 865ee5985f Followup persistent store with heading, const 7 years ago
Chris Pepper 66d2b48b59 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
7 years ago