libhal / SJSU-Dev2

Firmware platform written by San Jose State University for building application for embedded systems
Apache License 2.0
42 stars 63 forks source link

Add PollingVerification() test function #1382

Closed kammce closed 4 years ago

kammce commented 4 years ago

PollingVerification() is a helper function designed to make testing systems that poll easier to test by abstracting the std::thread work and ensuring that unit test code cannot lockup with a lock safe function.

Resolves #1288 Supports Issue #1211