chg-stn-motherboard-ti-mcu/ivec_ECU
Rakshita b1fa1129af refactor: Improve CAN and UART handling, add documentation and checks
- Fixed UART speed inside handle and CAN speed inside handle for runtime configuration.
- Moved CAN filter setup inside the handle for more centralized control.
- Added documentation above functions for better readability.
- Included argument checks at function entry to ensure valid parameters.
- Added runtime checks to prevent memory corruption where values can change dynamically.
- Removed unnecessary `extern` declarations to improve code clarity.
- Fixed `vMCAL_MCAN_Tx()` to return success even if `if (sMcalTxFifoStatus_x.freeLvl)` fails.
- Removed unused functions to clean up the codebase.
- Fixed `xMCAL_VrefInit()` by calling vMCAL_SoftReset.
2025-01-20 15:20:15 +05:30
..
ivec_ecu_can refactor: Improve CAN and UART handling, add documentation and checks 2025-01-20 15:20:15 +05:30
ivec_ecu_common Initial commit 2024-09-26 18:52:04 +05:30
ivec_ecu_uart refactor: Improve CAN and UART handling, add documentation and checks 2025-01-20 15:20:15 +05:30