chg-stn-motherboard-ti-mcu/Core/Source
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
..
gpio.c Initial commit 2024-09-26 18:52:04 +05:30
ivec_mcal_adc_dma.c Initial commit 2024-09-26 18:52:04 +05:30
ivec_mcal_gpio.c feat: add matlab code to display soc 2024-10-29 14:42:05 +05:30
ivec_mcal_i2c.c refactor: Standardized naming conventions and improved CAN functionality 2025-01-17 18:00:45 +05:30
ivec_mcal_mcan.c refactor: Improve CAN and UART handling, add documentation and checks 2025-01-20 15:20:15 +05:30
ivec_mcal_spi.c refactor: Standardized naming conventions and improved CAN functionality 2025-01-17 18:00:45 +05:30
ivec_mcal_timer.c feat: add matlab code to display soc 2024-10-29 14:42:05 +05:30
ivec_mcal_uart.c refactor: Improve CAN and UART handling, add documentation and checks 2025-01-20 15:20:15 +05:30
uart.c Initial commit 2024-09-26 18:52:04 +05:30