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
8d758a13
Commit
8d758a13
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems that support it
parent
d89990c9
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
arch/Kconfig
+4
-0
4 additions, 0 deletions
arch/Kconfig
arch/arm/src/sam34/Kconfig
+1
-0
1 addition, 0 deletions
arch/arm/src/sam34/Kconfig
configs/sam4s-xplained-pro/nsh/defconfig
+1
-0
1 addition, 0 deletions
configs/sam4s-xplained-pro/nsh/defconfig
sched/Kconfig
+1
-0
1 addition, 0 deletions
sched/Kconfig
with
7 additions
and
0 deletions
arch/Kconfig
+
4
−
0
View file @
8d758a13
...
...
@@ -145,6 +145,10 @@ config ARCH_NAND_HWECC
bool
default n
config ARCH_HAVE_EXTCLK
bool
default n
menuconfig PAGING
bool "On-demand paging"
default n
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/sam34/Kconfig
+
1
−
0
View file @
8d758a13
...
...
@@ -1199,6 +1199,7 @@ endmenu # USB Full Speed Device Controller driver (DCD) options
config SAM34_TC
bool
default n
select ARCH_HAVE_EXTCLK
menu "AT91SAM3/4 Timer/Counter options"
depends on SAM34_TC
...
...
This diff is collapsed.
Click to expand it.
configs/sam4s-xplained-pro/nsh/defconfig
+
1
−
0
View file @
8d758a13
...
...
@@ -297,6 +297,7 @@ CONFIG_ARCH_HAVE_IRQPRIO=y
CONFIG_ARCH_HAVE_VFORK=y
# CONFIG_ARCH_HAVE_MMU is not set
# CONFIG_ARCH_NAND_HWECC is not set
CONFIG_ARCH_HAVE_EXTCLK=y
# CONFIG_ARCH_IRQPRIO is not set
CONFIG_ARCH_STACKDUMP=y
# CONFIG_ENDIAN_BIG is not set
...
...
This diff is collapsed.
Click to expand it.
sched/Kconfig
+
1
−
0
View file @
8d758a13
...
...
@@ -64,6 +64,7 @@ config MSEC_PER_TICK
config SYSTEMTICK_EXTCLK
bool "Use external clock"
default n
depends on ARCH_HAVE_EXTCLK
---help---
Use external clock for system tick. When enabled, the platform-specific
logic must start it's own timer interrupt to make periodic calls to the
...
...
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