Mercurial > public > ostc4
comparison Small_CPU/Src/scheduler.c @ 932:effadaa3a1f7 Evo_2_23
Cleanup Gnss UART implementation:
The first draft of the internal UART implementation was just a copy of the external UART handling. To avoid duplicated code and maintainance issue both UARTs (external/internal 6/1) share the same functions. To enable this a control structure has to be used as function input which defines the none shared resources like DMA control and rx/tx buffers
author | Ideenmodellierer |
---|---|
date | Sat, 07 Dec 2024 21:28:08 +0100 |
parents | 5a9bc2e6112d |
children | 3029f0332f4f |
comparison
equal
deleted
inserted
replaced
931:5a9bc2e6112d | 932:effadaa3a1f7 |
---|---|
41 #include "stm32f4xx_hal_rtc_ex.h" | 41 #include "stm32f4xx_hal_rtc_ex.h" |
42 #include "decom.h" | 42 #include "decom.h" |
43 #include "tm_stm32f4_otp.h" | 43 #include "tm_stm32f4_otp.h" |
44 #include "externalInterface.h" | 44 #include "externalInterface.h" |
45 #include "uart.h" | 45 #include "uart.h" |
46 #include "uart_Internal.h" | |
46 #include "GNSS.h" | 47 #include "GNSS.h" |
47 #include "uartProtocol_GNSS.h" | 48 #include "uartProtocol_GNSS.h" |
48 #include "math.h" | 49 #include "math.h" |
49 #include "configuration.h" | 50 #include "configuration.h" |
50 | 51 |