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
aa51df49
Commit
aa51df49
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
STM32 DMA Priority: Select the correct default for F1 and other family members
parent
d72a99bc
No related branches found
Branches containing commit
No related tags found
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
+8
-3
8 additions, 3 deletions
arch/arm/src/stm32/Kconfig
with
8 additions
and
3 deletions
arch/arm/src/stm32/Kconfig
+
8
−
3
View file @
aa51df49
...
...
@@ -2631,10 +2631,15 @@ config SDIO_PRI
config SDIO_DMAPRIO
hex "SDIO DMA priority"
default 0x0001000
0
de
pends on
!STM32_STM32F10XX
default 0x000
0
1000
if STM32_STM32F10XX
de
fault 0x00010000 if
!STM32_STM32F10XX
---help---
Select SDIO DMA prority. Options: 0x00000000 low, 0x00010000 medium,
Select SDIO DMA prority.
For STM32 F1 family, options are: 0x00000000 low, 0x00001000 medium,
0x00002000 high, 0x00003000 very high. Default: medium.
For other STM32's, options are: 0x00000000 low, 0x00010000 medium,
0x00020000 high, 0x00030000 very high. Default: medium.
config SDIO_WIDTH_D1_ONLY
...
...
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