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
d547e597
Commit
d547e597
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Minor warning/latent bug clean-up of auto-mounter logic
parent
adbc8df0
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
configs/sama5d4-ek/Kconfig
+3
-3
3 additions, 3 deletions
configs/sama5d4-ek/Kconfig
configs/sama5d4-ek/src/sam_hsmci.c
+2
-0
2 additions, 0 deletions
configs/sama5d4-ek/src/sam_hsmci.c
with
5 additions
and
3 deletions
configs/sama5d4-ek/Kconfig
+
3
−
3
View file @
d547e597
...
...
@@ -198,7 +198,7 @@ config SAMA5D4EK_HSMCI0_AUTOMOUNT_FSTYPE
config SAMA5D4EK_HSMCI0_AUTOMOUNT_BLKDEV
string "HSMCI0 block device"
default "/dev/mmc
d
s0"
default "/dev/mmcs
d
0"
config SAMA5D4EK_HSMCI0_AUTOMOUNT_MOUNTPOINT
string "HSMCI0 mount point"
...
...
@@ -227,11 +227,11 @@ config SAMA5D4EK_HSMCI1_AUTOMOUNT_FSTYPE
config SAMA5D4EK_HSMCI1_AUTOMOUNT_BLKDEV
string "HSMCI1 block device"
default "/dev/mmc
ds0
"
default "/dev/mmc
sd1
"
config SAMA5D4EK_HSMCI1_AUTOMOUNT_MOUNTPOINT
string "HSMCI1 mount point"
default "/mnt/sdcard
0
"
default "/mnt/sdcard
1
"
config SAMA5D4EK_HSMCI1_AUTOMOUNT_DDELAY
int "HSMCI1 debounce delay (milliseconds)"
...
...
This diff is collapsed.
Click to expand it.
configs/sama5d4-ek/src/sam_hsmci.c
+
2
−
0
View file @
d547e597
...
...
@@ -240,6 +240,8 @@ static int sam_hsmci1_cardetect(int irq, void *regs)
sam_automount_event
(
HSMCI1_SLOTNO
,
sam_cardinserted
(
HSMCI1_SLOTNO
));
#endif
return
ret
;
}
#endif
...
...
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