Go to file
Steins7 021180a22f Improve task's time management
Linking the systick and RTC could cause ticks to be lost on some occasions when
the RTC and systick become desync. We don't care about having them synced but
we care about their individual accuracy. Switching to independant timestamps,
using the tasks ones, fixes that and saves space
2024-11-03 22:49:51 +01:00
cmsis Reorganize repository to be used as a library 2023-02-11 21:55:32 +01:00
doc Upddate module documentation 2023-05-13 15:50:13 +02:00
drv Cosmetic fix in RCC 2024-11-03 22:28:53 +01:00
srv Improve task's time management 2024-11-03 22:49:51 +01:00
.gitignore Update .gitignore 2023-02-11 21:57:21 +01:00
linker.ld Fix RAM initialisation 2023-09-18 11:45:12 +02:00
openocd.cfg Force the use of system's reset in openocd 2024-08-04 20:14:34 +02:00
startup.s Fix unwanted changes 2024-04-06 23:02:08 +02:00