Skip to content

Commit 4ef9c11

Browse files
author
modm update bot
committed
Update SAMV71 headers to v3.0.214
1 parent 7a4b334 commit 4ef9c11

File tree

224 files changed

+1398
-2289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+1398
-2289
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here is the list of the current device header version and release date:
2020
- [SAME70: v3.0.198 created 11-July-2022](http://packs.download.atmel.com/Atmel.SAME70_DFP.3.0.198.atpack)
2121
- [SAMS70: v3.0.165 created 11-July-2022](http://packs.download.atmel.com/Atmel.SAMS70_DFP.3.0.165.atpack)
2222
- [SAMV70: v3.0.159 created 11-July-2022](http://packs.download.atmel.com/Atmel.SAMV70_DFP.3.0.159.atpack)
23-
- [SAMV71: v2.4.182 created 31-January-2019](http://packs.download.atmel.com/Atmel.SAMV71_DFP.2.4.182.atpack)
23+
- [SAMV71: v3.0.214 created 11-July-2022](http://packs.download.atmel.com/Atmel.SAMV71_DFP.3.0.214.atpack)
2424

2525
## License
2626

samv71/include/component-version.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component version header file
55
*
6-
* Copyright (c) 2019 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc.
6+
* Copyright (c) 2022 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -28,27 +28,27 @@
2828
#ifndef _COMPONENT_VERSION_H_INCLUDED
2929
#define _COMPONENT_VERSION_H_INCLUDED
3030

31-
#define COMPONENT_VERSION_MAJOR 2
32-
#define COMPONENT_VERSION_MINOR 4
31+
#define COMPONENT_VERSION_MAJOR 3
32+
#define COMPONENT_VERSION_MINOR 0
3333

3434
//
3535
// The COMPONENT_VERSION define is composed of the major and the minor version number.
3636
//
3737
// The last four digits of the COMPONENT_VERSION is the minor version with leading zeros.
3838
// The rest of the COMPONENT_VERSION is the major version.
3939
//
40-
#define COMPONENT_VERSION 20004
40+
#define COMPONENT_VERSION 30000
4141

4242
//
4343
// The build number does not refer to the component, but to the build number
4444
// of the device pack that provides the component.
4545
//
46-
#define BUILD_NUMBER 182
46+
#define BUILD_NUMBER 214
4747

4848
//
4949
// The COMPONENT_VERSION_STRING is a string (enclosed in ") that can be used for logging or embedding.
5050
//
51-
#define COMPONENT_VERSION_STRING "2.4"
51+
#define COMPONENT_VERSION_STRING "3.0"
5252

5353
//
5454
// The COMPONENT_DATE_STRING contains a timestamp of when the pack was generated.
@@ -58,7 +58,7 @@
5858
// "%Y-%m-%d %H:%M:%S"
5959
//
6060
//
61-
#define COMPONENT_DATE_STRING "2019-01-31 14:15:03"
61+
#define COMPONENT_DATE_STRING "2022-07-11 10:47:26"
6262

6363
#endif/* #ifndef _COMPONENT_VERSION_H_INCLUDED */
6464

samv71/include/component/acc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for ACC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_ACC_COMPONENT_H_
3333
#define _SAMV71_ACC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Analog Comparator Controller
35+
/** \addtogroup SAMV71_ACC Analog Comparator Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/aes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for AES
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_AES_COMPONENT_H_
3333
#define _SAMV71_AES_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Advanced Encryption Standard
35+
/** \addtogroup SAMV71_AES Advanced Encryption Standard
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/afec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for AFEC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_AFEC_COMPONENT_H_
3333
#define _SAMV71_AFEC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Analog Front-End Controller
35+
/** \addtogroup SAMV71_AFEC Analog Front-End Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/chipid.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for CHIPID
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_CHIPID_COMPONENT_H_
3333
#define _SAMV71_CHIPID_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Chip Identifier
35+
/** \addtogroup SAMV71_CHIPID Chip Identifier
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/dacc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for DACC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_DACC_COMPONENT_H_
3333
#define _SAMV71_DACC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Digital-to-Analog Converter Controller
35+
/** \addtogroup SAMV71_DACC Digital-to-Analog Converter Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/efc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for EFC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_EFC_COMPONENT_H_
3333
#define _SAMV71_EFC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Embedded Flash Controller
35+
/** \addtogroup SAMV71_EFC Embedded Flash Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/gmac.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for GMAC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_GMAC_COMPONENT_H_
3333
#define _SAMV71_GMAC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Gigabit Ethernet MAC
35+
/** \addtogroup SAMV71_GMAC Gigabit Ethernet MAC
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/gpbr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for GPBR
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_GPBR_COMPONENT_H_
3333
#define _SAMV71_GPBR_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 General Purpose Backup Registers
35+
/** \addtogroup SAMV71_GPBR General Purpose Backup Registers
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/hsmci.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for HSMCI
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_HSMCI_COMPONENT_H_
3333
#define _SAMV71_HSMCI_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 High Speed MultiMedia Card Interface
35+
/** \addtogroup SAMV71_HSMCI High Speed MultiMedia Card Interface
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/icm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for ICM
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_ICM_COMPONENT_H_
3333
#define _SAMV71_ICM_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Integrity Check Monitor
35+
/** \addtogroup SAMV71_ICM Integrity Check Monitor
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/isi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for ISI
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_ISI_COMPONENT_H_
3333
#define _SAMV71_ISI_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Image Sensor Interface
35+
/** \addtogroup SAMV71_ISI Image Sensor Interface
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/matrix.h

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for MATRIX
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_MATRIX_COMPONENT_H_
3333
#define _SAMV71_MATRIX_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 AHB Bus Matrix
35+
/** \addtogroup SAMV71_MATRIX AHB Bus Matrix
3636
* @{
3737
*/
3838
/* ========================================================================== */
@@ -370,11 +370,10 @@ typedef union {
370370
uint32_t SMC_NFCS1:1; /**< bit: 1 SMC NAND Flash Chip Select 1 Assignment */
371371
uint32_t SMC_NFCS2:1; /**< bit: 2 SMC NAND Flash Chip Select 2 Assignment */
372372
uint32_t SMC_NFCS3:1; /**< bit: 3 SMC NAND Flash Chip Select 3 Assignment */
373-
uint32_t SDRAMEN:1; /**< bit: 4 SDRAM Enable */
374-
uint32_t :27; /**< bit: 5..31 Reserved */
373+
uint32_t :28; /**< bit: 4..31 Reserved */
375374
} bit; /**< Structure used for bit access */
376375
struct {
377-
uint32_t SMC_NFCS:4; /**< bit: 0..3 SMC NAND Flash Chip Select x Assignment */
376+
uint32_t SMC_NFCS:4; /**< bit: 0..3 SMC NAND Flash Chip Select 3 Assignment */
378377
uint32_t :28; /**< bit: 4..31 Reserved */
379378
} vec; /**< Structure used for vec access */
380379
uint32_t reg; /**< Type used for register access */
@@ -396,13 +395,10 @@ typedef union {
396395
#define CCFG_SMCNFCS_SMC_NFCS3_Pos 3 /**< (CCFG_SMCNFCS) SMC NAND Flash Chip Select 3 Assignment Position */
397396
#define CCFG_SMCNFCS_SMC_NFCS3_Msk (_U_(0x1) << CCFG_SMCNFCS_SMC_NFCS3_Pos) /**< (CCFG_SMCNFCS) SMC NAND Flash Chip Select 3 Assignment Mask */
398397
#define CCFG_SMCNFCS_SMC_NFCS3 CCFG_SMCNFCS_SMC_NFCS3_Msk /**< \deprecated Old style mask definition for 1 bit bitfield. Use CCFG_SMCNFCS_SMC_NFCS3_Msk instead */
399-
#define CCFG_SMCNFCS_SDRAMEN_Pos 4 /**< (CCFG_SMCNFCS) SDRAM Enable Position */
400-
#define CCFG_SMCNFCS_SDRAMEN_Msk (_U_(0x1) << CCFG_SMCNFCS_SDRAMEN_Pos) /**< (CCFG_SMCNFCS) SDRAM Enable Mask */
401-
#define CCFG_SMCNFCS_SDRAMEN CCFG_SMCNFCS_SDRAMEN_Msk /**< \deprecated Old style mask definition for 1 bit bitfield. Use CCFG_SMCNFCS_SDRAMEN_Msk instead */
402-
#define CCFG_SMCNFCS_MASK _U_(0x1F) /**< \deprecated (CCFG_SMCNFCS) Register MASK (Use CCFG_SMCNFCS_Msk instead) */
403-
#define CCFG_SMCNFCS_Msk _U_(0x1F) /**< (CCFG_SMCNFCS) Register Mask */
398+
#define CCFG_SMCNFCS_MASK _U_(0x0F) /**< \deprecated (CCFG_SMCNFCS) Register MASK (Use CCFG_SMCNFCS_Msk instead) */
399+
#define CCFG_SMCNFCS_Msk _U_(0x0F) /**< (CCFG_SMCNFCS) Register Mask */
404400

405-
#define CCFG_SMCNFCS_SMC_NFCS_Pos 0 /**< (CCFG_SMCNFCS Position) SMC NAND Flash Chip Select x Assignment */
401+
#define CCFG_SMCNFCS_SMC_NFCS_Pos 0 /**< (CCFG_SMCNFCS Position) SMC NAND Flash Chip Select 3 Assignment */
406402
#define CCFG_SMCNFCS_SMC_NFCS_Msk (_U_(0xF) << CCFG_SMCNFCS_SMC_NFCS_Pos) /**< (CCFG_SMCNFCS Mask) SMC_NFCS */
407403
#define CCFG_SMCNFCS_SMC_NFCS(value) (CCFG_SMCNFCS_SMC_NFCS_Msk & ((value) << CCFG_SMCNFCS_SMC_NFCS_Pos))
408404

samv71/include/component/mcan.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for MCAN
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_MCAN_COMPONENT_H_
3333
#define _SAMV71_MCAN_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Controller Area Network
35+
/** \addtogroup SAMV71_MCAN Controller Area Network
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/mlb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for MLB
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_MLB_COMPONENT_H_
3333
#define _SAMV71_MLB_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 MediaLB
35+
/** \addtogroup SAMV71_MLB MediaLB
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/pio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for PIO
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_PIO_COMPONENT_H_
3333
#define _SAMV71_PIO_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Parallel Input/Output Controller
35+
/** \addtogroup SAMV71_PIO Parallel Input/Output Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/pmc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for PMC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_PMC_COMPONENT_H_
3333
#define _SAMV71_PMC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Power Management Controller
35+
/** \addtogroup SAMV71_PMC Power Management Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv71/include/component/pwm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for PWM
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV71_PWM_COMPONENT_H_
3333
#define _SAMV71_PWM_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV71 Pulse Width Modulation Controller
35+
/** \addtogroup SAMV71_PWM Pulse Width Modulation Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

0 commit comments

Comments
 (0)