Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | update sentences | Alice Pintus | |
2015-11-24 | eeprom_clear example: Set pinMode of LED pin | per1234 | |
2015-09-28 | Added Arduino Zero exclusion to README | Arturo Guadalupi | |
2015-09-21 | Modified reference to Leonardo only in the examples | Arturo Guadalupi | |
According to #3786 removed the reference to Leonardo only in while(!Serial) of the examples. Changed in in "wait for serial port to connect. Needed for native USB port only" | |||
2015-09-18 | Fixed wrong category in EEPROM | Cristian Maglie | |
See #3812 | |||
2015-09-18 | Added categories to libraries | Cristian Maglie | |
Fix #3812 | |||
2015-07-06 | Examples: mass code format. See example_formatter.conf | Federico Fissore | |
2015-05-20 | Due to website configuration changes, every url starting with ↵ | Federico Fissore | |
http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191 | |||
2015-05-19 | Libraries bundled with cores will take the type of that core, instead of ↵ | Federico Fissore | |
relying on an undocumented 'types' property. Fixes #2875 | |||
2015-03-27 | LibraryManager: better type filtering | Federico Fissore | |
2015-03-24 | EEPROM: examples: fix Serial for board Leonardo | Martino Facchin | |
2015-03-24 | Fixed EEPROM examples and added readme | Chris--A | |
2015-03-20 | Updated EEPROM examples. | Chris--A | |
Removed hard coded lengths, which were incorrect for standard Arduino's now. | |||
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 additional examples to EEPROM lib | Chris--A | |
2015-03-17 | Added new version of EEPROM library. | Chris--A | |
2014-07-18 | missing paragraph field in library.properties | Fede85 | |
2014-07-18 | modified sentences in library.properties files | Fede85 | |
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-05-23 | Merge of arduino-1.0.1. Work in progress... | Cristian Maglie | |
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 | |