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
12f6eb41
Commit
12f6eb41
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo in configuration variable name: SAMD21 should be SAML21
parent
7613e53b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configs/saml21-xplained/Kconfig
+2
-2
2 additions, 2 deletions
configs/saml21-xplained/Kconfig
configs/saml21-xplained/include/board.h
+1
-1
1 addition, 1 deletion
configs/saml21-xplained/include/board.h
configs/saml21-xplained/nsh/defconfig
+10
-5
10 additions, 5 deletions
configs/saml21-xplained/nsh/defconfig
with
13 additions
and
8 deletions
configs/saml21-xplained/Kconfig
+
2
−
2
View file @
12f6eb41
...
...
@@ -25,7 +25,7 @@ config SAML21_XPLAINED_OSC16M_16MHZ
endchoice # OSC16M Frequency
config SAM
D
21_XPLAINED_XOSC32K
config SAM
L
21_XPLAINED_XOSC32K
bool "Enable XOSC32K"
default n
...
...
@@ -43,7 +43,7 @@ config SAML21_XPLAINED_DFLL_OSC16MSRC
config SAML21_XPLAINED_DFLL_XOSC32KSRC
bool "XOSCK32K"
select SAM
D
21_XPLAINED_XOSC32K
select SAM
L
21_XPLAINED_XOSC32K
endchoice # DFLL Clock Source
...
...
This diff is collapsed.
Click to expand it.
configs/saml21-xplained/include/board.h
+
1
−
1
View file @
12f6eb41
...
...
@@ -114,7 +114,7 @@
*/
#undef BOARD_XOSC32K_ENABLE
#ifdef CONFIG_SAM
D
21_XPLAINED_XOSC32K
#ifdef CONFIG_SAM
L
21_XPLAINED_XOSC32K
# define BOARD_XOSC32K_ENABLE 1
# define BOARD_XOSC32K_FREQUENCY 32768
/* 32.768KHz XTAL */
# define BOARD_XOSC32K_STARTUPTIME OSC32KCTRL_XOSC32K_STARTUP_100MS
...
...
This diff is collapsed.
Click to expand it.
configs/saml21-xplained/nsh/defconfig
+
10
−
5
View file @
12f6eb41
...
...
@@ -142,10 +142,19 @@ CONFIG_ARCH_CHIP_SAML21J18=y
# CONFIG_ARCH_FAMILY_SAMD20E is not set
# CONFIG_ARCH_FAMILY_SAMD20G is not set
# CONFIG_ARCH_FAMILY_SAMD20J is not set
# CONFIG_ARCH_FAMILY_SAMD21 is not set
# CONFIG_ARCH_FAMILY_SAMD21E is not set
# CONFIG_ARCH_FAMILY_SAMD21G is not set
# CONFIG_ARCH_FAMILY_SAMD21J is not set
CONFIG_ARCH_FAMILY_SAML21=y
# CONFIG_ARCH_FAMILY_SAML21E is not set
# CONFIG_ARCH_FAMILY_SAML21G is not set
CONFIG_ARCH_FAMILY_SAML21J=y
#
# SAMD/L Peripheral Support
#
CONFIG_SAMDL_HAVE_DMAC=y
CONFIG_SAMDL_HAVE_SERCOM4=y
CONFIG_SAMDL_HAVE_SERCOM5=y
CONFIG_SAMDL_HAVE_TC5=y
...
...
@@ -153,10 +162,6 @@ CONFIG_SAMDL_HAVE_TC2=y
CONFIG_SAMDL_HAVE_TC3=y
# CONFIG_SAMDL_HAVE_TC6 is not set
# CONFIG_SAMDL_HAVE_TC7 is not set
#
# SAMD/L Peripheral Support
#
# CONFIG_SAMDL_AC is not set
# CONFIG_SAMDL_ADC is not set
# CONFIG_SAMDL_DAC is not set
...
...
@@ -265,7 +270,7 @@ CONFIG_SAML21_XPLAINED_OSC16M_4MHZ=y
# CONFIG_SAML21_XPLAINED_OSC16M_8MHZ is not set
# CONFIG_SAML21_XPLAINED_OSC16M_12MHZ is not set
# CONFIG_SAML21_XPLAINED_OSC16M_16MHZ is not set
CONFIG_SAM
D
21_XPLAINED_XOSC32K=y
CONFIG_SAM
L
21_XPLAINED_XOSC32K=y
CONFIG_SAML21_XPLAINED_DFLL=y
# CONFIG_SAML21_XPLAINED_DFLL_OSC16MSRC is not set
CONFIG_SAML21_XPLAINED_DFLL_XOSC32KSRC=y
...
...
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