Skip to content

Commit

Permalink
Fix #74, memory leak in verifyBlock()
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Oct 9, 2024
1 parent f556308 commit 48cd8e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Not supported is the identification page functions.
The **I2C_eeprom_cyclic_store** interface is documented [here](README_cyclic_store.md)


#### RP2040
### RP2040

There are at least two boards modules for the RP2040 that use a different Wire libraries.
One from "Earle F. Philhower" and an "MBED" one. See issues #53 and #55 for details.
Expand All @@ -36,7 +36,7 @@ to solve the issue #53 while being backwards compatible.
If a better solution is found, it will be implemented.


#### Breaking change
### Breaking change

Version 1.9.0 fixed a memory leak in **verifyBlock()**.

Expand All @@ -47,7 +47,7 @@ The user has to call **Wire.begin()** and can optionally set the Wire pins
before calling **I2C_eeprom.begin()**.


#### Links
### Related

- https://github.com/RobTillaart/I2C_24LC1025

Expand Down Expand Up @@ -139,7 +139,6 @@ Same as write and update functions above. Returns true if successful, false indi
Returns true is buffer equals memoryAddres for length bytes.



### Other

- **uint32_t getDeviceSize()** idem
Expand Down

0 comments on commit 48cd8e6

Please sign in to comment.