-
Notifications
You must be signed in to change notification settings - Fork 0
NFC: green tea test for EEPROM driver #4
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
Conversation
TESTS/nfc/eeprom/main.cpp
Outdated
|
||
/* WRITE_READ_TEST */ | ||
{ START_SESSION, WRITE_SIZE_4, WRITE_4_BYTES, READ_4_BYTES, WRITE_2_BYTES, | ||
READ_4_BYTES_MIXED, END_SESSION, TERMINATE }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here and in the erase test, you write the size but don't read it back?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, size changes are tested elsewhere, this size write is part of the writing of bytes which is tested by reading them back, no harm checking the size though
@donatieng does this resolve your request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @paul-szczepanek-arm !
Add default pin macro names and default pins on select set of boards
Add macros for default pin names
Last bit of PAL extended advertising implementation.
Description
Green tea test for EEPROM drivers, testing all common operations but not doing any stress testing or testing of large data (I'm waiting for Don's code for that to avoid repeating the same logic).
Pull request type