As of initial version of driver was developed, all the AAD (analog activity detection) modes were actually implemented. However, driver was hardware tested and operation verified only for AAD A mode, which is lowest power mode we are most interested in.
Further testing should be done, testing both other AAD modes (AAD D1 and AAD D2) to verify their operation and make sure it all works correctly. Implementation of those untested mode is currently done completely by following information from datasheet, which seems to be quite badly written and doesn't really give us sense of trust. There also was some information received that some configuration regarding this two modes is wrong in datasheet, but that needs to be verified and investigated.
Required steps / Implementation details
Test driver operation for all AAD modes and correctly document and address potentially found issues to be fixed.
Provide further documentation and data for using digital AAD modes.
Definition of Done
Driver is further tested and verified to work correctly in all modes of AAD.
Potential issues are documented and ready to be addressed in further driver development.
Documentation is updated to provide driver user with all necessary info for drivers use.
Code, documentation and issues are reviewed, acknowledged and merged.
Context
As of initial version of driver was developed, all the AAD (analog activity detection) modes were actually implemented. However, driver was hardware tested and operation verified only for AAD A mode, which is lowest power mode we are most interested in.
Further testing should be done, testing both other AAD modes (AAD D1 and AAD D2) to verify their operation and make sure it all works correctly. Implementation of those untested mode is currently done completely by following information from datasheet, which seems to be quite badly written and doesn't really give us sense of trust. There also was some information received that some configuration regarding this two modes is wrong in datasheet, but that needs to be verified and investigated.
Required steps / Implementation details
Definition of Done