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

Fix locking in stm32f10x system controller test #1383

Closed kammce closed 4 years ago

kammce commented 4 years ago

Convert the usage of std::thread in the stm32f10x system controller test to VerifyPolling() in order to prevent it from locking up as it has done in the past, resulting in longer continuous integration times and random failures of tests.

Resolves #1269 Resolves #1211