Skip to content
Snippets Groups Projects
Commit 83f9cecc authored by Michael Andersen's avatar Michael Andersen
Browse files

cpu/samd21: Change linker file to support E variant

parent 2c33e69d
No related branches found
No related tags found
No related merge requests found
# 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 = samr21g18a export CPU_MODEL = samr21x18a
# set default port depending on operating system # set default port depending on operating system
PORT_LINUX ?= /dev/ttyACM0 PORT_LINUX ?= /dev/ttyACM0
......
/* /*
* 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>
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment