Skip to content
Snippets Groups Projects
Commit d6264c2c authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add CAN configuration to STM32 config menu

parent 054468d1
Branches
Tags
No related merge requests found
......@@ -2587,6 +2587,21 @@ config SDIO_WIDTH_D1_ONLY
endmenu
menu "CAN Configuration"
depends on STM32_CAN
config CAN1_BAUD
int "Baud rate for CAN1"
default 250000
depends on STM32_CAN1
config CAN2_BAUD
int "Baud rate for CAN2"
default 250000
depends on STM32_CAN2
endmenu
if STM32_ETHMAC
menu "Ethernet MAC configuration"
......@@ -2868,4 +2883,3 @@ config STM32_USB_ITRMP
either retain the legacy F1 behavior or to map the USB interupts to
there own dedicated vectors. The option is available only for the
F3 family and selects the use of the dedicated USB interrupts.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment