stm32f1xx_HBL/srv
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
..
debug.c Update debug baurate to work with default clock 2024-11-03 22:36:20 +01:00
debug.h Document debug module 2024-04-20 11:44:56 +02:00
delay.c Create new delay module 2024-05-14 15:03:18 +02:00
delay.h Create new delay module 2024-05-14 15:03:18 +02:00
dma_cbuf.c Add asserts in existing code 2024-04-20 15:45:51 +02:00
dma_cbuf.h Document dma_cbuf service 2024-04-06 16:59:57 +02:00
dma_mbuf.c Add asserts in existing code 2024-04-20 15:45:51 +02:00
dma_mbuf.h Document dma_mbuf service 2024-04-06 16:57:36 +02:00
error.h Implement error header 2024-04-20 15:20:18 +02:00
format.c Add asserts in existing code 2024-04-20 15:45:51 +02:00
format.h Document format module 2024-04-20 11:57:02 +02:00
task.c Improve task's time management 2024-11-03 22:49:51 +01:00
task.h Improve task's time management 2024-11-03 22:49:51 +01:00