aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-17 01:29:05 +0000
committerGitHub <[email protected]>2023-04-17 01:29:05 +0000
commit6acc3611094724189ccd5028161daf2666cb21d6 (patch)
tree2f137f208adfaef1166e79d136d6c7d017c377c7 /examples
parent99dcbf00c498f5807bde3f11c0dfe4664d7db794 (diff)
parent27ec29e2c53e4bc618ec97f0071befe52c8520b9 (diff)
parent9e1ddeac8604f5df85df56159b97004de890aeb3 (diff)
Merge #1371 #1374
1371: RTC r=Dirbaio a=xoviat This adds RTC for most of the stm32 chips. Nearly all of the work was not done by me, but I took it the last bit by disabling the chips that weren't working. I think it would be easier to enable them in future PRs if requested. 1374: stm32: remove TIMX singleton when used on timer driver r=Dirbaio a=xoviat After multiple ways of looking at this, this is the best solution I could think of. Co-authored-by: Mathias <[email protected]> Co-authored-by: xoviat <[email protected]>