arduino-pico/libraries/EEPROM
brabl2 e47e3c73c2
Fix memcpy to unallocated memory in EEPROM.cpp (#1000)
The memcpy to unallocated memory was done in two cases:
1) The 'size' parameter was not multiple of 256.
2) The begin() was called two times and the 2nd call 'size' was greater than 1st time 'size'. (e.g. 1st size=256, 2nd size=512)
2022-11-24 10:25:48 -08:00
..
examples Add EEPROM library, using last flash sector 2021-03-12 19:38:14 -08:00
src Fix memcpy to unallocated memory in EEPROM.cpp (#1000) 2022-11-24 10:25:48 -08:00
keywords.txt Add EEPROM library, using last flash sector 2021-03-12 19:38:14 -08:00
library.properties Add EEPROM library, using last flash sector 2021-03-12 19:38:14 -08:00