Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-02 | moved .h file in src folder | Alice Pintus | |
2015-03-19 | Small tweaks to EEPROM lib and examples. | Chris--A | |
2015-03-18 | Updated EEPROM storage class | Chris--A | |
To avoid having a .cpp just for an extern variable definition, `static` has been chosen over `extern`. As the `EEPROMClass` class simply wraps functionality located elsewhere, it is completely compiled away. Even though each translation unit which includes the header will get a copy with internal linkage, there is no associated overhead. More info [here](http://stackoverflow.com/questions/29098518/extern-variable-only-in-header-unexpectedly-working-why) | |||
2015-03-17 | Added new version of EEPROM library. | Chris--A | |
2013-11-21 | Revert "EEPROM library to the new format" | Cristian Maglie | |
This reverts commits: 3223d4fdca32ec03de4a3a2a0c22f2d40de5f374 77f8dd63ab102ab5d2929ac4edd5c00ae9d70493 | |||
2013-06-27 | EEPROM library to the new format | Fede85 | |
2012-12-10 | fixed permissions on a lot of text files. see #1116 | Federico Fissore | |
2012-01-04 | Moved libraries folder inside platform folder. Now libraries and examples ↵ | Cristian Maglie | |
are searched per board/platform | |||
2009-11-07 | Moving libraries out of arduino platform / core directory and to top-level. | David A. Mellis | |
2007-10-06 | Moving libraries out from inside targets and creating bootloaders directory. | David A. Mellis | |