mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
stm32: enable PB5/PB6 pins for STM32G0B1 CAN
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
4a1532ef24
commit
562fc2fafb
@ -388,7 +388,7 @@ choice
|
|||||||
select CANSERIAL
|
select CANSERIAL
|
||||||
config STM32_MMENU_CANBUS_PB5_PB6
|
config STM32_MMENU_CANBUS_PB5_PB6
|
||||||
bool "CAN bus (on PB5/PB6)" if LOW_LEVEL_OPTIONS
|
bool "CAN bus (on PB5/PB6)" if LOW_LEVEL_OPTIONS
|
||||||
depends on HAVE_STM32_CANBUS && MACH_STM32F4
|
depends on (HAVE_STM32_CANBUS && MACH_STM32F4) || (HAVE_STM32_FDCANBUS && MACH_STM32G0B1)
|
||||||
select CANSERIAL
|
select CANSERIAL
|
||||||
config STM32_MMENU_CANBUS_PB12_PB13
|
config STM32_MMENU_CANBUS_PB12_PB13
|
||||||
bool "CAN bus (on PB12/PB13)" if LOW_LEVEL_OPTIONS
|
bool "CAN bus (on PB12/PB13)" if LOW_LEVEL_OPTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user