Merge pull request #4719 from immesys/feature-samr21e

Add linker file for Atmel SAMR21E18A
This commit is contained in:
Oleg Hahm 2016-03-25 22:12:28 +01:00
commit 8f47dcbbf8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 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

View File

@ -1,5 +1,5 @@
/* /*
* 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 @@
* @{ * @{
* *
* @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>
* *