Kevin O'Connor
906431bb00
rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyy
...
Rename the Kconfig symbols. This is in preparation to adding support
for the rp2350 mcu.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-11-13 14:25:59 -05:00
Kevin O'Connor
52a6bed24e
canbus: Rename canbus_send() to canhw_send()
...
Rename canbus_send() to canhw_send() and rename canbus_set_filter() to
canhw_set_filter(). This makes it more clear where the code should
reside.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2022-12-14 14:15:14 -05:00
Kevin O'Connor
a831254e83
rp2040: Initial support for CANbus
...
Add support for CANbus on the rp2040 using the can2040 "software
canbus" implementation.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2022-07-06 00:28:48 -04:00