fabriziop / EEWL

The EEWL library allows to extend the EEPROM life by distributing data writes along a circular buffer.
GNU Lesser General Public License v3.0
10 stars 1 forks source link

support for RP2040 #8

Closed vanbwodonk closed 11 months ago

vanbwodonk commented 11 months ago

Tested with CountPowerCyrcles code, I'm using defined(TARGET_RP2040) instead of defined(__arm__) to focus on RP2040 only.

fabriziop commented 11 months ago

@vanbwodonk thank you for your great work!