Skip to content

Conversation

paul-szczepanek-arm
Copy link
Collaborator

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

[ ] Fix
[ ] Refactor
[ ] New target
[x] Feature
[ ] Breaking change

@paul-szczepanek-arm paul-szczepanek-arm changed the title nfc eeprom driver green tea test NFC: green tea test for EEPROM driver Aug 22, 2018

/* WRITE_READ_TEST */
{ START_SESSION, WRITE_SIZE_4, WRITE_4_BYTES, READ_4_BYTES, WRITE_2_BYTES,
READ_4_BYTES_MIXED, END_SESSION, TERMINATE },
Copy link
Owner

@donatieng donatieng Aug 22, 2018

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?

Copy link
Collaborator Author

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

@paul-szczepanek-arm
Copy link
Collaborator Author

@donatieng does this resolve your request?

Copy link
Owner

@donatieng donatieng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donatieng donatieng merged commit af9646b into nfc-impl Aug 23, 2018
donatieng pushed a commit that referenced this pull request Nov 19, 2018
Add default pin macro names and default pins on select set of boards
donatieng pushed a commit that referenced this pull request Nov 19, 2018
Add macros for default pin names
pan- added a commit that referenced this pull request Nov 28, 2018
Last bit of PAL extended advertising implementation.
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

Successfully merging this pull request may close these issues.

2 participants