18 Commits

Author SHA1 Message Date
887f92167d
cleanup const cast
HAL_FDCAN_AddMessageToTxFifoQ definition is now correctly marked const in the HAL
2025-04-23 17:22:34 +02:00
4e3bb026f8
silence unused parameter warnings on weak fallback ftcan_msg_received_cb 2025-04-11 15:15:36 +02:00
0b91166780 change readme 2025-02-27 17:37:31 +01:00
5c90c7cda4 Recognize H723 2024-11-25 20:54:16 +01:00
6f6cbf1d1e add STM32F042x6 2024-11-02 17:31:54 +01:00
80068a98fa Describe CubeMX settings 2024-06-03 15:35:02 +02:00
de2c25828b Describe how to set compiler definitions in VSCode 2024-05-27 17:08:22 +02:00
8cca72d90d add more informative error message for FDCAN peripheral config 2024-04-25 18:47:17 +02:00
433a142732 Fix marshalling loop 2023-04-02 01:01:16 +02:00
f151e3a4fe Recognize most used FaSTTUBe chips
Closes #2
2023-04-01 18:06:34 +02:00
66983c30d3 Silence warning due to const-incorrect FDCAN HAL 2023-03-20 15:20:10 +01:00
b2929ad664 bxCAN: Shift filter ID/mask 2023-03-18 21:16:56 +01:00
eb74553f89 Rename to can-halal 2023-03-18 20:20:00 +01:00
dc60f07b4a Implement FDCAN for STM32H7 2023-03-16 22:45:44 +01:00
1589839b44 CAN IDs don't fit in a uint8_t 2023-03-15 18:04:44 +01:00
8814b0bf7e Add marshalling/unmarshalling functions 2023-03-15 14:27:23 +01:00
8213f78a78 Basic implementation for STM32F3 2023-03-14 16:25:21 +01:00
278a88f926 Initial commit 2023-03-14 15:13:25 +01:00