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
973d11f6
Commit
973d11f6
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
STM32 DMA priority corrections from Mike Smith
parent
2b70abad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
arch/arm/src/stm32/Kconfig
+5
-3
5 additions, 3 deletions
arch/arm/src/stm32/Kconfig
with
7 additions
and
3 deletions
ChangeLog
+
2
−
0
View file @
973d11f6
...
...
@@ -5793,4 +5793,6 @@
(2013-10-17).
* arch/arm/src/stm32/chip/stm32f40xxx_dma.h: Typo fixes for UART7 and
UART8 DMA configs. From Mike Smit (2013-10-18).
* arch/arm/src/stm32/Kconfig: DMA priority corrections from Mike Smith
(2013-10-18).
This diff is collapsed.
Click to expand it.
arch/arm/src/stm32/Kconfig
+
5
−
3
View file @
973d11f6
...
...
@@ -2630,10 +2630,11 @@ config SDIO_PRI
config SDIO_DMAPRIO
hex "SDIO DMA priority"
default 0x00001000
default 0x00010000
depends on !STM32_STM32F10XX
---help---
Select SDIO DMA prority. Options: 0x00000000 low, 0x000
0
1000 medium,
0x000
0
2000 high, 0x000
0
3000 very high. Default: medium.
Select SDIO DMA prority. Options: 0x00000000 low, 0x0001
0
000 medium,
0x0002
0
000 high, 0x0003
0
000 very high. Default: medium.
config SDIO_WIDTH_D1_ONLY
bool "Use D1 only"
...
...
@@ -2943,3 +2944,4 @@ config CAN2_BAUD
CAN2 BAUD rate. Required if STM32_CAN2 is defined.
endmenu
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