diff options
| author | Finomnis <Finomnis@users.noreply.github.com> | 2024-10-23 21:28:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-23 19:28:42 +0000 |
| commit | 3dfef74a4cd1bd49f4812c425fea78407b4b60c3 (patch) | |
| tree | fdbc51e34d7aeb357a4326240e2ae30476d9aa54 /README.md | |
| parent | 0f532c6b48cc436233765dea19520b911cd671a5 (diff) | |
[monotonics] Fix STM32 read-modify-write race condition (#984)
* Fix stm32 read-modify-write problem
The `SR` register for STM32 clears when writing a zero to a bit.
Therefore, all registers that should not be cleared need to be `1`.
`modify` here caused a read-modify-write error that could clear
unrelated flags.
* Add changelog
* Make initialization more deterministic
* Update changelog
* Beautification in comments
---------
Co-authored-by: Martin Stumpf <martin.stumpf@vected.de>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions
