Closed danielschloms closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.36%. Comparing base (
b159fe5
) to head (3889373
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I did not close this PR on purpose. It was just a mistake during force pushing.
I don't know why LfsRam.test.cpp fails all of a sudden. I did not change any code there. The EPS code is not even built for Linux. I also cannot reproduce the error locally. I used the same container version, deleted the build folder, and executed the same commands as for the test job. Still, all tests passed. This is super weird. I don't know what to do, so I'll just wait and run the tests again later or tomorrow. Hopefully that the problem has resolved itself then.
WTF. I reverted the single commit that I made on this branch. This is now the same code as on the master branch which passed all tests just fine on 21.04.2024.
I created a separate issue for the problem with the LfsRam test (#281) and disabled the test for now, so that this doesn't stop all other progress.
Description
This PR adds functionality to either fully reset the ADCs to their default power up state, or just clear the FIFOs.
Fixes #214