ec5ae72cabfix: Correct UART ports for Battery Swapping StationRakshita2024-12-02 14:43:35 +0530
49357f5d62feat: add macros for different PCBs (Basil, Battery Smart Basil, Battery Swapping Station) and update CPU clock frequenciesRakshita2024-12-02 14:21:54 +0530
1ed44dbf4ffix(can): restrict data transfer to buffer 0 and 1 due to issues with buffer 2@rakshita42024-11-22 00:08:43 +0530
f5bba30502fix(can): address issue with __gprv_u8Buf causing unexpected behavior in filtering@rakshita42024-11-21 11:08:35 +0530
03a449ca7fMerge branch 'uart_Pin_Pa8&9' into uart_can_fucntional@rakshita42024-11-19 13:33:22 +0530
9999b9cfebMerge branch 'uart_Pin_Pa8&9' into uart_can_fucntional@rakshita42024-11-19 09:46:56 +0530
b3979c79bcchore: update the linker scrip to support bootloader
heezes
2024-11-18 14:16:16 +0530
a363d1c1f0fix: update the ext id filter id from 25 bit to 29 bits
heezes
2024-11-18 14:12:41 +0530
5146999b44feat(can): add default CAN speed of 500 if an invalid speed is entered@rakshita42024-11-18 14:03:45 +0530
a3ac0f2a1afix: add bus ack error handling
heezes
2024-11-18 12:16:36 +0530
0e0423540dupdate(can): refine filters to decide application based on both filter ID and mask ID@rakshita42024-11-16 16:39:39 +0530
23dee00362feat(can): apply filters based on both filter ID and mask ID for standard or extended filters@rakshita42024-11-16 16:37:15 +0530
37c087aaedrefactor(can): apply filters based on filter ID for standard or extended IDs instead of mask ID@rakshita42024-11-14 10:17:11 +0530
d722738591feat: Add mode 3 and mode 4 for runtime CAN filter application with mask-based filtering@rakshita42024-11-13 03:53:59 +0530
b345c3ae48feat: add soc decoding basis received can id - decoding the soc basis the can id received from ec200
heezes
2024-11-08 14:42:40 +0530
e013432ef7fix: increase uart transmit timeout to 100 ms
heezes
2024-11-08 14:41:50 +0530
51cb91df6cfix: update the CPU clock to 48Mhz - Update the systick period enum - Add bootloader jump and check - Increased the destination buffer size during rx drain - Increased uart buffer size from 8 to 64
heezes
2024-11-07 10:32:26 +0530
718fc19753feat: Apply CAN filters for both standard and extended IDs - Standard ID filters: - Filter 1: Allow IDs from 100 to 200 - Filter 2: Allow IDs from 300 to 400 - Extended ID filters: - Filter 1: Allow IDs from 3000 to 3500 - Filter 2: Allow IDs from 4000 to 4500Rakshitavecmocon2024-11-05 13:12:57 +0530
56c08e98b8fix: Correct standard ID handling in CAN RX by applying proper shiftRakshitavecmocon2024-11-05 00:54:43 +0530
9631a6c398fix: can transmission over uart
heezes
2024-11-03 20:01:20 +0530
3896d66aa0feat: Configure UART1 to PA8 and PA9, comment vRTE_Matlab functions, and include additional pathsRakshitavecmocon2024-10-30 19:11:49 +0530
ed765079ddfix: can implementation - add ping reply - can mcal implementation from socmeter - removed the dot buffer usage in TM1650 - removed unsued variables/code
heezes
2024-10-29 19:03:30 +0530