Skip to content

Update REFERENCE.md for EEPROM (#184) #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jgfoster opened this issue Oct 27, 2020 · 1 comment
Closed

Update REFERENCE.md for EEPROM (#184) #190

jgfoster opened this issue Oct 27, 2020 · 1 comment

Comments

@jgfoster
Copy link
Member

Add a short paragraph in REFERENCE.md similar to the section on SPI -- just saying that it acts like a basic read/write buffer and there is no GODMODE support at this time. I'll work on this (can you assign issues?).

jgfoster pushed a commit to jgfoster/arduino_ci that referenced this issue Oct 27, 2020
@jgfoster
Copy link
Member Author

Fixed with #191.

jgfoster pushed a commit to jgfoster/arduino_ci that referenced this issue Nov 9, 2020
* Introduce EEPROM support (Arduino-CI#166)
* Update CHANGELOG.md
* Only include EEPROM if board supports it.
* Add EEPROM_SIZE to mega boards.
* Move `EEPROM_SIZE` macro to `misc/default.yml`.
* Use E2END to calculate EEPROM_SIZE.
* EEPROM is tested by uno and due so we don't need to add mega2560 (one less file changed).
* Simplify reference to EEPROM library.
* adding tests for EEPROM
* test high memory and array read.
* add setup to reset memory before each test
* Add documentation of EEPROM (fix Arduino-CI#190).

Co-authored-by: Ian <[email protected]>
Co-authored-by: Elizabeth Ventura <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant