@@ -574,7 +574,7 @@ BBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB
574574
575575``` 
576576Start StoreNameAndSurname on SEEED_XIAO_M0 
577- FlashStorage_SAMD v1.3.1  
577+ FlashStorage_SAMD v1.3.2  
578578EEPROM length: 1024 
579579EEPROM is empty, writing WRITTEN_SIGNATURE and some example data: 
580580Insert your name : John 
@@ -589,7 +589,7 @@ You can reset to check emulated-EEPROM data retention.
589589
590590``` 
591591Start StoreNameAndSurname on SEEED_XIAO_M0 
592- FlashStorage_SAMD v1.3.1  
592+ FlashStorage_SAMD v1.3.2  
593593EEPROM length: 1024 
594594Hi John Doe, nice to see you again :-) 
595595Clearing WRITTEN_SIGNATURE for next try 
@@ -604,7 +604,7 @@ Done clearing signature in emulated EEPROM. You can reset now
604604
605605``` 
606606Start EEPROM_Clear on SEEED_XIAO_M0 
607- FlashStorage_SAMD v1.3.1  
607+ FlashStorage_SAMD v1.3.2  
608608
609609Emulated EEPROM length (bytes) = 1024 
610610
@@ -616,7 +616,7 @@ Done clearing emulated EEPROM. Time spent (ms) = 11
616616
617617``` 
618618Start EEPROM_Clear on SEEED_XIAO_M0 
619- FlashStorage_SAMD v1.3.1  
619+ FlashStorage_SAMD v1.3.2  
620620Emulated EEPROM length (bytes) = 2048 
621621Done clearing emulated EEPROM. Time spent (ms) = 22 
622622``` 
@@ -625,7 +625,7 @@ Done clearing emulated EEPROM. Time spent (ms) = 22
625625
626626``` 
627627Start EEPROM_Clear on SEEED_XIAO_M0 
628- FlashStorage_SAMD v1.3.1  
628+ FlashStorage_SAMD v1.3.2  
629629Emulated EEPROM length (bytes) = 4096 
630630Done clearing emulated EEPROM. Time spent (ms) = 42 
631631``` 
@@ -638,7 +638,7 @@ Done clearing emulated EEPROM. Time spent (ms) = 42
638638
639639``` 
640640Start EEPROM_get on SEEED_XIAO_M0 
641- FlashStorage_SAMD v1.3.1  
641+ FlashStorage_SAMD v1.3.2  
642642EEPROM length: 1024 
643643EEPROM doesn't store valid data, writing WRITTEN_SIGNATURE and some example data 
644644Float written to EEPROM: 123.456 
@@ -655,7 +655,7 @@ Reset to see how you can retrieve the values by using EEPROM_get!
655655
656656``` 
657657Start EEPROM_get on SEEED_XIAO_M0 
658- FlashStorage_SAMD v1.3.1  
658+ FlashStorage_SAMD v1.3.2  
659659EEPROM length: 1024 
660660EEPROM has valid data with WRITTEN_SIGNATURE. Now read some example data 
661661Read float from EEPROM: 123.456 
@@ -714,16 +714,16 @@ Submit issues to: [FlashStorage_SAMD issues](https://github.com/khoih-prog/Flash
714714
715715### DONE  
716716
717- 1 .  Basic emulated-EEPROM for SAMD21/SAMD51.
718- 2 .  Add ` EEPROM.put() `  and ` EEPROM.get() `  functions to read/write the whole struct in emulated-EEPROM
719- 3 .  Similar features for STM32F/L/H/G/WB/MP1.
720- 4 .  Add Table of Contents
721- 5 .  Add support to Industruino SAMD21 DG21 and Industruino SAML21 420MAKER boards
722- 6 .  Add support to ** Sparkfun SAMD21 and SAMD51 boards** 
723- 7 .  Fix ` multiple-definitions `  linker error. 
724- 8 .  Add support to many more boards, such as ` SAMD21E1xA ` , ` SAMD21G1xA `  and` SAMD21J1xA ` 
725- 9 .  Clean-up by reducing the number of library files
726- 
717+   1 .  Basic emulated-EEPROM for SAMD21/SAMD51.
718+   2 .  Add ` EEPROM.put() `  and ` EEPROM.get() `  functions to read/write the whole struct in emulated-EEPROM
719+   3 .  Similar features for STM32F/L/H/G/WB/MP1.
720+   4 .  Add Table of Contents
721+   5 .  Add support to Industruino SAMD21 DG21 and Industruino SAML21 420MAKER boards
722+   6 .  Add support to ** Sparkfun SAMD21 and SAMD51 boards** 
723+   7 .  Fix ` multiple-definitions `  linker error. 
724+   8 .  Add support to many more boards, such as ` SAMD21E1xA ` , ` SAMD21G1xA `  and` SAMD21J1xA ` 
725+   9 .  Clean-up by reducing the number of library files
726+ 10 .  Make compatible with old libraries and codes 
727727
728728--- 
729729--- 
0 commit comments