aboutsummaryrefslogtreecommitdiff
path: root/CNAME
diff options
context:
space:
mode:
authorFinomnis <Finomnis@users.noreply.github.com>2024-10-23 21:28:42 +0200
committerGitHub <noreply@github.com>2024-10-23 19:28:42 +0000
commit3dfef74a4cd1bd49f4812c425fea78407b4b60c3 (patch)
treefdbc51e34d7aeb357a4326240e2ae30476d9aa54 /CNAME
parent0f532c6b48cc436233765dea19520b911cd671a5 (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 'CNAME')
0 files changed, 0 insertions, 0 deletions