Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions CMSIS-Atmel/CMSIS/Device/ATMEL/sam.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@
#define SAMD51G19A ( \
part_is_defined( SAMD51G19A ) )

#define SAMD51J18A ( \
part_is_defined( SAMD51J18A ) )

#define SAMD51J19A ( \
part_is_defined( SAMD51J19A ) )

Expand All @@ -186,7 +189,7 @@
#define SAMD21_SERIES (SAMD21J17 || SAMD21G17A || SAMD21E15B || SAMD21E15 || SAMD21E16 || SAMD21E17 || SAMD21E18 || SAMD21E16B || SAMD21J15 || SAMD21J16 || SAMD21G16 || SAMD21G17 || SAMD21G18A || SAMD21G15 || SAMD21G18 || SAMD21J18)

/* Entire SAMD51 series */
#define SAMD51_SERIES (SAMD51G18A || SAMD51G19A || SAMD51J19A || SAMD51J20A || SAMD51N19A || SAMD51N20A || SAMD51P19A || SAMD51P20A)
#define SAMD51_SERIES (SAMD51G18A || SAMD51G19A || SAMD51J18A || SAMD51J19A || SAMD51J20A || SAMD51N19A || SAMD51N20A || SAMD51P19A || SAMD51P20A)

/* Entire SAMD family */
#define SAMD_SERIES (SAMD10_SERIES || SAMD11_SERIES || SAMD21_SERIES || SAMD51_SERIES)
Expand Down Expand Up @@ -344,6 +347,22 @@
/* Entire SAME51 series */
#define SAME51_SERIES (SAME51G18A || SAME51G19A || SAME51J18A || SAME51J19A || SAME51J20A || SAME51N19A || SAME51N20A)

/* SAME51 series */
#define SAME54N19A ( \
part_is_defined( SAME54N19A ) )

#define SAME54N20A ( \
part_is_defined( SAME54N20A ) )

#define SAME54P19A ( \
part_is_defined( SAME54P19A ) )

#define SAME54P20A ( \
part_is_defined( SAME54P20A ) )

/* Entire SAME54 series */
#define SAME54_SERIES (SAME54N19A || SAME54N20A || SAME54P19A || SAME54P20A)

/* SAME70 series */
#define SAME70N1 ( \
part_is_defined( SAME70N19 ) )
Expand All @@ -370,7 +389,7 @@
#define SAME70_SERIES (SAME70N1 || SAME70N2 || SAME70J1 || SAME70J2 || SAME70Q1 || SAME70Q2)

/* Entire SAME family */
#define SAME_SERIES (SAME51_SERIES || SAME70_SERIES)
#define SAME_SERIES (SAME51_SERIES || SAME54_SERIES || SAME70_SERIES)

/*
* ----------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions CMSIS-Atmel/CMSIS/Device/ATMEL/samd.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
#include "samd51/include/samd51.h"
#elif defined (__SAMD51G19A__)
#include "samd51/include/samd51.h"
#elif defined (__SAMD51J18A__)
#include "samd51/include/samd51.h"
#elif defined (__SAMD51J19A__)
#include "samd51/include/samd51.h"
#elif defined (__SAMD51J20A__)
Expand Down
22 changes: 22 additions & 0 deletions CMSIS-Atmel/CMSIS/Device/ATMEL/same.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,28 @@
#include "same51/include/same51n19a.h"
#elif defined(__SAME51N20A__)
#include "same51/include/same51n20a.h"

/* SAME53 series */
#elif defined(__SAME53J18A__)
#include "same53/include/same53j18a.h"
#elif defined(__SAME53J19A__)
#include "same53/include/same53j19a.h"
#elif defined(__SAME53J20A__)
#include "same53/include/same53j20a.h"
#elif defined(__SAME53N19A__)
#include "same53/include/same53n19a.h"
#elif defined(__SAME53N20A__)
#include "same53/include/same53n20a.h"

/* SAME54 series */
#elif defined(__SAME54N19A__)
#include "same54/include/same54n19a.h"
#elif defined(__SAME54N20A__)
#include "same54/include/same54n20a.h"
#elif defined(__SAME54P19A__)
#include "same54/include/same54n19a.h"
#elif defined(__SAME54P20A__)
#include "same54/include/same54n20a.h"
#endif

#endif /* _SAME_INCLUDED_ */
64 changes: 64 additions & 0 deletions CMSIS-Atmel/CMSIS/Device/ATMEL/same53/include/component-version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
/**
* \file
*
* \brief Component version header file
*
* Copyright (c) 2019 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc.
*
* \license_start
*
* \page License
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* \license_stop
*
*/

#ifndef _COMPONENT_VERSION_H_INCLUDED
#define _COMPONENT_VERSION_H_INCLUDED

#define COMPONENT_VERSION_MAJOR 1
#define COMPONENT_VERSION_MINOR 1

//
// The COMPONENT_VERSION define is composed of the major and the minor version number.
//
// The last four digits of the COMPONENT_VERSION is the minor version with leading zeros.
// The rest of the COMPONENT_VERSION is the major version.
//
#define COMPONENT_VERSION 10001

//
// The build number does not refer to the component, but to the build number
// of the device pack that provides the component.
//
#define BUILD_NUMBER 118

//
// The COMPONENT_VERSION_STRING is a string (enclosed in ") that can be used for logging or embedding.
//
#define COMPONENT_VERSION_STRING "1.1"

//
// The COMPONENT_DATE_STRING contains a timestamp of when the pack was generated.
//
// The COMPONENT_DATE_STRING is written out using the following strftime pattern.
//
// "%Y-%m-%d %H:%M:%S"
//
//
#define COMPONENT_DATE_STRING "2019-04-09 08:16:24"

#endif/* #ifndef _COMPONENT_VERSION_H_INCLUDED */

Loading