Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
d6264c2c
Commit
d6264c2c
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Add CAN configuration to STM32 config menu
parent
054468d1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/src/stm32/Kconfig
+15
-1
15 additions, 1 deletion
arch/arm/src/stm32/Kconfig
with
15 additions
and
1 deletion
arch/arm/src/stm32/Kconfig
+
15
−
1
View file @
d6264c2c
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment