Dario Nieuwenhuis
|
3fe907b54d
|
Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_push
Give CAN a kick when writing into TX buffer via sender.
|
2024-03-01 23:15:42 +00:00 |
|
Corey Schuhen
|
df8f508ffa
|
Writing to TX buffer also needs to fire an interrupt to kick off transmission if it is idle.
Formatting
|
2024-03-02 09:09:27 +10:00 |
|
Dario Nieuwenhuis
|
95234cddba
|
stm32: autogenerate mux config for all chips.
|
2024-03-01 23:54:37 +01:00 |
|
Corey Schuhen
|
1327a644b6
|
FDCAN: Don't require internal module for public API.
|
2024-02-25 10:14:12 +10:00 |
|
Corey Schuhen
|
eafa90cd07
|
Remove the OperatingMode typestates
Instead have two explcit types(without the mode generic arg)types:
- One for config
- One for all operating modes
|
2024-02-18 13:09:37 +10:00 |
|
Corey Schuhen
|
5ad291b708
|
Add a buffered mode.
|
2024-02-17 18:26:57 +10:00 |
|
Corey Schuhen
|
70b3c4374d
|
Port FDCAN HAL to use PAC directly instead of fdcan crate.
- Provide separate FDCAN capable and Classic CAN API's
- Don't use fdcan crate dep anymore
- Provide embedded-can traits.
|
2024-02-17 18:25:58 +10:00 |
|
Corey Schuhen
|
1698f4dbc3
|
Add FDCAN examples for STM32G4, STM32H5 and STM32H7
Fix examples
Fix examples
Fix examples.
|
2024-01-31 05:40:05 +10:00 |
|