mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 21:00:44 +00:00
Add CAN configuration to STM32 config menu
This commit is contained in:
parent
03130ca5a3
commit
69bc6afbd3
1 changed files with 15 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue