Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
cm-projects
RIOT
Commits
83f9cecc
Commit
83f9cecc
authored
9 years ago
by
Michael Andersen
Browse files
Options
Downloads
Patches
Plain Diff
cpu/samd21: Change linker file to support E variant
parent
2c33e69d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/samr21-xpro/Makefile.include
+1
-1
1 addition, 1 deletion
boards/samr21-xpro/Makefile.include
cpu/samd21/ldscripts/samr21x18a.ld
+2
-2
2 additions, 2 deletions
cpu/samd21/ldscripts/samr21x18a.ld
with
3 additions
and
3 deletions
boards/samr21-xpro/Makefile.include
+
1
−
1
View file @
83f9cecc
# define the cpu used by SAMR21 Xplained Pro board
# define the cpu used by SAMR21 Xplained Pro board
export
CPU
=
samd21
export
CPU
=
samd21
export
CPU_MODEL
=
samr21
g
18a
export
CPU_MODEL
=
samr21
x
18a
# set default port depending on operating system
# set default port depending on operating system
PORT_LINUX
?=
/dev/ttyACM0
PORT_LINUX
?=
/dev/ttyACM0
...
...
This diff is collapsed.
Click to expand it.
cpu/samd21/ldscripts/samr21
g
18a.ld
→
cpu/samd21/ldscripts/samr21
x
18a.ld
+
2
−
2
View file @
83f9cecc
/*
/*
* Copyright (C) 2015 Freie Universität Berlin
* Copyright (C) 2015
, 2016
Freie Universität Berlin
*
*
* This file is subject to the terms and conditions of the GNU Lesser
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* General Public License v2.1. See the file LICENSE in the top level
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* @{
* @{
*
*
* @file
* @file
* @brief Memory definitions for the SAMR21G18A
* @brief Memory definitions for the
SAMR21E18A and
SAMR21G18A
*
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*
*
...
...
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