mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
Add CAN configuration to STM32 config menu
This commit is contained in:
@@ -2587,6 +2587,21 @@ config SDIO_WIDTH_D1_ONLY
|
|||||||
|
|
||||||
endmenu
|
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
|
if STM32_ETHMAC
|
||||||
menu "Ethernet MAC configuration"
|
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
|
either retain the legacy F1 behavior or to map the USB interupts to
|
||||||
there own dedicated vectors. The option is available only for the
|
there own dedicated vectors. The option is available only for the
|
||||||
F3 family and selects the use of the dedicated USB interrupts.
|
F3 family and selects the use of the dedicated USB interrupts.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user