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
11afff74
Commit
11afff74
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Kconfig change for improved usability
parent
8ac588f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Documentation
+1
-1
1 addition, 1 deletion
Documentation
configs
+1
-1
1 addition, 1 deletion
configs
drivers/timers/Kconfig
+2
-2
2 additions, 2 deletions
drivers/timers/Kconfig
fs/fat/fs_fat32.h
+1
-1
1 addition, 1 deletion
fs/fat/fs_fat32.h
with
5 additions
and
5 deletions
Documentation
@
7d0cbe27
Subproject commit
35cdfcd8fabebc2ec35979a2d19b9d52c345133
f
Subproject commit
7d0cbe27b2a41690f6c16dfda4ba03fdfa71726
f
This diff is collapsed.
Click to expand it.
configs
@
dbc1711c
Subproject commit
60a36debd08e046a5e1768ebc5ba5fb17a337c83
Subproject commit
dbc1711c26e0403acbe283f22aeddf5f00ff84e9
This diff is collapsed.
Click to expand it.
drivers/timers/Kconfig
+
2
−
2
View file @
11afff74
...
...
@@ -137,8 +137,8 @@ config RTC_DSXXXX
default n
select I2C
select I2C_TRANSFER
select RTC_EXTERNAL
select RTC_DATETIME
depends on RTC_EXTERNAL
---help---
Enables support for the Maxim Integrated DS3231 I2C RTC timer.
...
...
@@ -190,8 +190,8 @@ config RTC_PCF85263
default n
select I2C
select I2C_TRANSFER
select RTC_EXTERNAL
select RTC_DATETIME
depends on RTC_EXTERNAL
---help---
Enables support for the Maxim Integrated DS3231 I2C RTC timer.
...
...
This diff is collapsed.
Click to expand it.
fs/fat/fs_fat32.h
+
1
−
1
View file @
11afff74
...
...
@@ -770,7 +770,7 @@ struct fat_file_s
uint8_t
*
ff_buffer
;
/* File buffer (for partial sector accesses) */
};
/* This structure holds the sequenc
y
of directory entries used by one
/* This structure holds the sequenc
e
of directory entries used by one
* file element (directory or file). For short file names, this is
* single diretory entry. But for long file names, the is a sequence
* of directory entries. Long directory name entries appear in reverse
...
...
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