Erick eeeck
eeeck created branch dev_debug in eeeck/CANdigger 2026-06-17 17:29:54 +02:00
eeeck pushed to dev_debug at eeeck/CANdigger 2026-06-17 17:29:54 +02:00
b503ed793e Initialize ITM debug via ST-Link and debug messages
eeeck created pull request eeeck/CANdigger#21 2026-06-17 08:44:36 +02:00
WIP: Implement task for sending CAN data via UART
eeeck deleted branch dev_task-notification from eeeck/CANdigger 2026-06-17 08:43:13 +02:00
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-17 08:41:24 +02:00
d69cb0231b Removing duplicate, again...
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 23:08:57 +02:00
e6156735b8 This shit again...
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 23:07:58 +02:00
6bcc977c65 Switch ISR semaphore release to normal semaphore release
8ec62d9fcd Fix typo in comment
cbefb45099 Add externs
f7581d49ce Fix task priority with correct handles
Compare 4 commits »
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 22:39:33 +02:00
e123c0172f Small variable name change
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 22:35:06 +02:00
cd0b412d74 Remove whitespace
24e100cae6 Use better name for CAN listener task function
7d5b3f9be2 Increase all queue sizes and double the UART queue
Compare 3 commits »
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 22:14:14 +02:00
c540ff7800 Remove dead code
dfc116b2e9 Fix linker error by moving RTOS thread declaration to global scope
Compare 2 commits »
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 22:09:55 +02:00
59b0aca092 Refactor: implement data relay from vCANLoggerListen to xUARTQueue
5f11cf5213 Revert decision on moving CAN event flag outside ISR
Compare 2 commits »
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 21:29:34 +02:00
74bf4bde77 Implement identical queue drain for CAN2 to that of CAN1
3691918196 Non-blocking on CAN1 queue check
79f317cec5 Wait until CAN1 or CAN2 save anything to FIFO buffer
da1c13fcb0 Fix comment blocks and function descriptions
59274272d3 Remove not useful comment blocks
Compare 8 commits »
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 19:34:16 +02:00
0d0e485193 Initialize cansend headers
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 19:12:08 +02:00
b3519cb10e Initialize cansend headers
ac5d9f6a72 Set CAN event flag and LED thread flag in ISR
76628dec90 Initialize UART task and semaphore and CAN event flags
Compare 3 commits »
eeeck pushed to dev_task-notification at eeeck/CANdigger 2026-06-16 19:08:35 +02:00
eeeck created branch dev_task-notification in eeeck/CANdigger 2026-06-16 19:07:48 +02:00
eeeck pushed to dev_task-notification at eeeck/CANdigger 2026-06-16 19:07:48 +02:00
70e83d9906 Initialize cansend headers
a1376a6eb9 Set event flag and thread flag in ISR
625f960f2e Create UART FreeRTOS task and event flag
Compare 3 commits »
eeeck pushed to dev_serial-send at eeeck/CANdigger 2026-06-16 18:23:21 +02:00
cedd6cc0f8 Merge pull request 'Switch to task notification from semaphore' (#20) from dev_task-notification into dev_serial-send
f260dfe972 Use define instead of hardcoded value
12ef44d3d8 Use clearer variable name
af4ce2f9e8 Remove unecessary MXCube comments
34df5e51b7 Remove LED contexts
Compare 10 commits »
eeeck deleted branch dev_task-notification from eeeck/CANdigger 2026-06-16 18:23:21 +02:00
eeeck merged pull request eeeck/CANdigger#20 2026-06-16 18:23:19 +02:00
Switch to task notification from semaphore