From dfdb8d0c6409fbcbb149b6d40d270fa8ca85ae50 Mon Sep 17 00:00:00 2001 From: Rakshita Date: Mon, 10 Mar 2025 18:22:39 +0530 Subject: [PATCH 01/14] feat: Parse UART data from CC and forward over CAN - Implemented parsing of incoming UART data from CC and transmitting it over CAN. - Added functionality to send received CAN data back to CC via UART. --- .cproject | 1 + .project | 4 +- .settings/org.eclipse.core.resources.prefs | 10 ++ Core/Include/ivec_mcal_uart.h | 1 + Core/Source/ivec_mcal_uart.c | 43 ++++++- ivec_ECU/ivec_ecu_uart/inc/ivec_ecu_uart.h | 1 + ivec_ECU/ivec_ecu_uart/src/ivec_ecu_uart.c | 14 +++ ivec_RTE/src/ivec_rte.c | 127 ++++++++++++++++++++- ivec_cmplx_vframe/inc/ivec_cmplx_vFrame.h | 12 ++ ivec_cmplx_vframe/src/ivec_cmplx_vFrame.c | 113 ++++++++++++++++++ 10 files changed, 322 insertions(+), 4 deletions(-) create mode 100644 ivec_cmplx_vframe/inc/ivec_cmplx_vFrame.h create mode 100644 ivec_cmplx_vframe/src/ivec_cmplx_vFrame.c diff --git a/.cproject b/.cproject index ad91ba0..f537f49 100644 --- a/.cproject +++ b/.cproject @@ -400,6 +400,7 @@