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
d9f16bba
Commit
d9f16bba
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
apps/platform: A new now for platform-specific applicatin code
parent
1d5b786f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/src/sama5/Kconfig
+1
-1
1 addition, 1 deletion
arch/arm/src/sama5/Kconfig
sched/Kconfig
+1
-1
1 addition, 1 deletion
sched/Kconfig
with
2 additions
and
2 deletions
arch/arm/src/sama5/Kconfig
+
1
−
1
View file @
d9f16bba
...
...
@@ -2299,7 +2299,7 @@ menu "Touchscreen configuration"
config SAMA5_TSD
bool "Touchscreen support"
default n
depends on !SAMA5_ADC_HAVE_CHAN || EXPERIMENTAL
#
depends on !SAMA5_ADC_HAVE_CHAN || EXPERIMENTAL
select INPUT
---help---
Configure the ADC to support a touchscreen
...
...
This diff is collapsed.
Click to expand it.
sched/Kconfig
+
1
−
1
View file @
d9f16bba
...
...
@@ -11,7 +11,7 @@ config BOARD_INITIALIZE
custom initialization logic:
1) <arch>_boardinitialize(): This function is used only for
initializ
e
of very low-level things like configuration of
initializ
ation
of very low-level things like configuration of
GPIO pins, power setting. The OS has not been initialized
at this point, so you cannot allocate memory or initialize
device drivers at this phase.
...
...
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