summaryrefslogtreecommitdiff
path: root/atmel-samd/asf4/samd51/include
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2017-09-28 20:33:44 -0700
committerDan Halbert <halbert@halwitz.org>2017-09-28 23:33:44 -0400
commit0bbb7a8199db3f75cbd1f6151c011cad8fc85071 (patch)
tree57b3217fc78fbcbe603f314092d48199dec492ff /atmel-samd/asf4/samd51/include
parent8466d760f9990a0fbd735ebdc703cfb9a223805a (diff)
Add support for patching newer ASF4 code. (#292)
* atmel-samd: Support patching after updating ASF4. This makes it possible to automatically fix newer code. * atmel-samd: Update ASF4 to include flash APIs for SAMD51. This is the first automatic update that has caused a few deletions where code was previously copied instead of moved. This is a prerequisite for #260.
Diffstat (limited to 'atmel-samd/asf4/samd51/include')
-rw-r--r--atmel-samd/asf4/samd51/include/component-version.h4
-rw-r--r--atmel-samd/asf4/samd51/include/component/ac.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/adc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/aes.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/ccl.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/cmcc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/dac.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/dmac.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/dsu.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/eic.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/evsys.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/freqm.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/gclk.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/hmatrixb.h21
-rw-r--r--atmel-samd/asf4/samd51/include/component/i2s.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/icm.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/mclk.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/nvmctrl.h21
-rw-r--r--atmel-samd/asf4/samd51/include/component/osc32kctrl.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/oscctrl.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/pac.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/pcc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/pdec.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/pm.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/port.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/qspi.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/ramecc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/rstc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/rtc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/sdhc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/sercom.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/supc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/tal.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/tc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/tcc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/trng.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/usb.h19
-rw-r--r--atmel-samd/asf4/samd51/include/component/wdt.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/ac.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/adc0.h20
-rw-r--r--atmel-samd/asf4/samd51/include/instance/adc1.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/aes.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/ccl.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/cmcc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/dac.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/dmac.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/dsu.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/eic.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/evsys.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/freqm.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/gclk.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/hmatrix.h63
-rw-r--r--atmel-samd/asf4/samd51/include/instance/i2s.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/icm.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/mclk.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/nvmctrl.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/osc32kctrl.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/oscctrl.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/pac.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/pcc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/pdec.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/pm.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/port.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/qspi.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/ramecc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/rstc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/rtc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sdhc0.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sdhc1.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sercom0.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sercom1.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sercom2.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sercom3.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sercom4.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sercom5.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sercom6.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/sercom7.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/supc.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tal.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tc0.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tc1.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tc2.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tc3.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tc4.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tc5.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tc6.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tc7.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tcc0.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tcc1.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tcc2.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tcc3.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/tcc4.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/trng.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/usb.h19
-rw-r--r--atmel-samd/asf4/samd51/include/instance/wdt.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51g18a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51g19a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51j18a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51j19a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51j20a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51n19a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51n20a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51p19a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/pio/samd51p20a.h19
-rw-r--r--atmel-samd/asf4/samd51/include/samd51.h19
-rw-r--r--atmel-samd/asf4/samd51/include/samd51g18a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/samd51g19a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/samd51j18a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/samd51j19a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/samd51j20a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/samd51n19a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/samd51n20a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/samd51p19a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/samd51p20a.h24
-rw-r--r--atmel-samd/asf4/samd51/include/system_samd51.h19
115 files changed, 1225 insertions, 1039 deletions
diff --git a/atmel-samd/asf4/samd51/include/component-version.h b/atmel-samd/asf4/samd51/include/component-version.h
index 43414ee1b..80801fc12 100644
--- a/atmel-samd/asf4/samd51/include/component-version.h
+++ b/atmel-samd/asf4/samd51/include/component-version.h
@@ -44,7 +44,7 @@
// 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 66
+#define BUILD_NUMBER 70
//
// The COMPONENT_VERSION_STRING is a string (enclosed in ") that can be used for logging or embedding.
@@ -59,7 +59,7 @@
// "%Y-%m-%d %H:%M:%S"
//
//
-#define COMPONENT_DATE_STRING "2017-05-22 10:59:01"
+#define COMPONENT_DATE_STRING "2017-08-09 09:59:41"
#endif/* #ifndef _COMPONENT_VERSION_H_INCLUDED */
diff --git a/atmel-samd/asf4/samd51/include/component/ac.h b/atmel-samd/asf4/samd51/include/component/ac.h
index 7f7796beb..24623d00a 100644
--- a/atmel-samd/asf4/samd51/include/component/ac.h
+++ b/atmel-samd/asf4/samd51/include/component/ac.h
@@ -3,22 +3,23 @@
*
* \brief Component description for AC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/adc.h b/atmel-samd/asf4/samd51/include/component/adc.h
index a81149106..33c38ae3f 100644
--- a/atmel-samd/asf4/samd51/include/component/adc.h
+++ b/atmel-samd/asf4/samd51/include/component/adc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for ADC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/aes.h b/atmel-samd/asf4/samd51/include/component/aes.h
index 6d85768c9..5a74eac28 100644
--- a/atmel-samd/asf4/samd51/include/component/aes.h
+++ b/atmel-samd/asf4/samd51/include/component/aes.h
@@ -3,22 +3,23 @@
*
* \brief Component description for AES
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/ccl.h b/atmel-samd/asf4/samd51/include/component/ccl.h
index 73967aef2..890e81edf 100644
--- a/atmel-samd/asf4/samd51/include/component/ccl.h
+++ b/atmel-samd/asf4/samd51/include/component/ccl.h
@@ -3,22 +3,23 @@
*
* \brief Component description for CCL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/cmcc.h b/atmel-samd/asf4/samd51/include/component/cmcc.h
index 1f7513be4..92fa6813e 100644
--- a/atmel-samd/asf4/samd51/include/component/cmcc.h
+++ b/atmel-samd/asf4/samd51/include/component/cmcc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for CMCC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/dac.h b/atmel-samd/asf4/samd51/include/component/dac.h
index 72f4df29f..c67efda30 100644
--- a/atmel-samd/asf4/samd51/include/component/dac.h
+++ b/atmel-samd/asf4/samd51/include/component/dac.h
@@ -3,22 +3,23 @@
*
* \brief Component description for DAC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/dmac.h b/atmel-samd/asf4/samd51/include/component/dmac.h
index 2ab792bcb..295b31fe4 100644
--- a/atmel-samd/asf4/samd51/include/component/dmac.h
+++ b/atmel-samd/asf4/samd51/include/component/dmac.h
@@ -3,22 +3,23 @@
*
* \brief Component description for DMAC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/dsu.h b/atmel-samd/asf4/samd51/include/component/dsu.h
index 9585bc447..43ae26d20 100644
--- a/atmel-samd/asf4/samd51/include/component/dsu.h
+++ b/atmel-samd/asf4/samd51/include/component/dsu.h
@@ -3,22 +3,23 @@
*
* \brief Component description for DSU
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/eic.h b/atmel-samd/asf4/samd51/include/component/eic.h
index f3a92e921..53d9e1c08 100644
--- a/atmel-samd/asf4/samd51/include/component/eic.h
+++ b/atmel-samd/asf4/samd51/include/component/eic.h
@@ -3,22 +3,23 @@
*
* \brief Component description for EIC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/evsys.h b/atmel-samd/asf4/samd51/include/component/evsys.h
index a9732fa78..c5fdcf53e 100644
--- a/atmel-samd/asf4/samd51/include/component/evsys.h
+++ b/atmel-samd/asf4/samd51/include/component/evsys.h
@@ -3,22 +3,23 @@
*
* \brief Component description for EVSYS
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/freqm.h b/atmel-samd/asf4/samd51/include/component/freqm.h
index ccdea6384..3eca2144e 100644
--- a/atmel-samd/asf4/samd51/include/component/freqm.h
+++ b/atmel-samd/asf4/samd51/include/component/freqm.h
@@ -3,22 +3,23 @@
*
* \brief Component description for FREQM
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/gclk.h b/atmel-samd/asf4/samd51/include/component/gclk.h
index b143ffd4d..6de7d5cdb 100644
--- a/atmel-samd/asf4/samd51/include/component/gclk.h
+++ b/atmel-samd/asf4/samd51/include/component/gclk.h
@@ -3,22 +3,23 @@
*
* \brief Component description for GCLK
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/hmatrixb.h b/atmel-samd/asf4/samd51/include/component/hmatrixb.h
index 99e4b42eb..e0526c0d8 100644
--- a/atmel-samd/asf4/samd51/include/component/hmatrixb.h
+++ b/atmel-samd/asf4/samd51/include/component/hmatrixb.h
@@ -3,22 +3,23 @@
*
* \brief Component description for HMATRIXB
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -74,7 +75,7 @@ typedef struct {
#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))
typedef struct {
RoReg8 Reserved1[0x80];
- HmatrixbPrs Prs[5]; /**< \brief Offset: 0x080 HmatrixbPrs groups [CLK_AHB_ID] */
+ HmatrixbPrs Prs[16]; /**< \brief Offset: 0x080 HmatrixbPrs groups */
} Hmatrixb;
#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */
diff --git a/atmel-samd/asf4/samd51/include/component/i2s.h b/atmel-samd/asf4/samd51/include/component/i2s.h
index 1df00524d..5583c69f6 100644
--- a/atmel-samd/asf4/samd51/include/component/i2s.h
+++ b/atmel-samd/asf4/samd51/include/component/i2s.h
@@ -3,22 +3,23 @@
*
* \brief Component description for I2S
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/icm.h b/atmel-samd/asf4/samd51/include/component/icm.h
index 14ed710a6..eb4b28e6f 100644
--- a/atmel-samd/asf4/samd51/include/component/icm.h
+++ b/atmel-samd/asf4/samd51/include/component/icm.h
@@ -3,22 +3,23 @@
*
* \brief Component description for ICM
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/mclk.h b/atmel-samd/asf4/samd51/include/component/mclk.h
index bdc17d19f..23f84a9b1 100644
--- a/atmel-samd/asf4/samd51/include/component/mclk.h
+++ b/atmel-samd/asf4/samd51/include/component/mclk.h
@@ -3,22 +3,23 @@
*
* \brief Component description for MCLK
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/nvmctrl.h b/atmel-samd/asf4/samd51/include/component/nvmctrl.h
index ab027e769..50f95f5d0 100644
--- a/atmel-samd/asf4/samd51/include/component/nvmctrl.h
+++ b/atmel-samd/asf4/samd51/include/component/nvmctrl.h
@@ -3,22 +3,23 @@
*
* \brief Component description for NVMCTRL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -636,6 +637,8 @@ typedef struct {
#define SECTION_NVMCTRL_SW7
+#define SECTION_NVMCTRL_TEMP_LOG
+
#define SECTION_NVMCTRL_TEMP_LOG_W0
#define SECTION_NVMCTRL_TEMP_LOG_W1
diff --git a/atmel-samd/asf4/samd51/include/component/osc32kctrl.h b/atmel-samd/asf4/samd51/include/component/osc32kctrl.h
index feb079c18..8e41c450e 100644
--- a/atmel-samd/asf4/samd51/include/component/osc32kctrl.h
+++ b/atmel-samd/asf4/samd51/include/component/osc32kctrl.h
@@ -3,22 +3,23 @@
*
* \brief Component description for OSC32KCTRL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/oscctrl.h b/atmel-samd/asf4/samd51/include/component/oscctrl.h
index ca2ad0245..ee9ad2113 100644
--- a/atmel-samd/asf4/samd51/include/component/oscctrl.h
+++ b/atmel-samd/asf4/samd51/include/component/oscctrl.h
@@ -3,22 +3,23 @@
*
* \brief Component description for OSCCTRL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/pac.h b/atmel-samd/asf4/samd51/include/component/pac.h
index a383245d9..d8c27d2a4 100644
--- a/atmel-samd/asf4/samd51/include/component/pac.h
+++ b/atmel-samd/asf4/samd51/include/component/pac.h
@@ -3,22 +3,23 @@
*
* \brief Component description for PAC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/pcc.h b/atmel-samd/asf4/samd51/include/component/pcc.h
index 7f8143cce..899c23da0 100644
--- a/atmel-samd/asf4/samd51/include/component/pcc.h
+++ b/atmel-samd/asf4/samd51/include/component/pcc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for PCC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/pdec.h b/atmel-samd/asf4/samd51/include/component/pdec.h
index 53d3c6f85..2cb862c05 100644
--- a/atmel-samd/asf4/samd51/include/component/pdec.h
+++ b/atmel-samd/asf4/samd51/include/component/pdec.h
@@ -3,22 +3,23 @@
*
* \brief Component description for PDEC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/pm.h b/atmel-samd/asf4/samd51/include/component/pm.h
index 78c928412..b6161047b 100644
--- a/atmel-samd/asf4/samd51/include/component/pm.h
+++ b/atmel-samd/asf4/samd51/include/component/pm.h
@@ -3,22 +3,23 @@
*
* \brief Component description for PM
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/port.h b/atmel-samd/asf4/samd51/include/component/port.h
index 7c64027e4..9727dcb0a 100644
--- a/atmel-samd/asf4/samd51/include/component/port.h
+++ b/atmel-samd/asf4/samd51/include/component/port.h
@@ -3,22 +3,23 @@
*
* \brief Component description for PORT
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/qspi.h b/atmel-samd/asf4/samd51/include/component/qspi.h
index 0ab56e5cd..208a955d6 100644
--- a/atmel-samd/asf4/samd51/include/component/qspi.h
+++ b/atmel-samd/asf4/samd51/include/component/qspi.h
@@ -3,22 +3,23 @@
*
* \brief Component description for QSPI
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/ramecc.h b/atmel-samd/asf4/samd51/include/component/ramecc.h
index 46387ea88..c5f044685 100644
--- a/atmel-samd/asf4/samd51/include/component/ramecc.h
+++ b/atmel-samd/asf4/samd51/include/component/ramecc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for RAMECC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/rstc.h b/atmel-samd/asf4/samd51/include/component/rstc.h
index 32455d35e..65f4ed76f 100644
--- a/atmel-samd/asf4/samd51/include/component/rstc.h
+++ b/atmel-samd/asf4/samd51/include/component/rstc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for RSTC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/rtc.h b/atmel-samd/asf4/samd51/include/component/rtc.h
index 506ef4c15..aafac662b 100644
--- a/atmel-samd/asf4/samd51/include/component/rtc.h
+++ b/atmel-samd/asf4/samd51/include/component/rtc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for RTC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/sdhc.h b/atmel-samd/asf4/samd51/include/component/sdhc.h
index 55a1dd817..a42b9fc56 100644
--- a/atmel-samd/asf4/samd51/include/component/sdhc.h
+++ b/atmel-samd/asf4/samd51/include/component/sdhc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for SDHC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/sercom.h b/atmel-samd/asf4/samd51/include/component/sercom.h
index e32189106..f884c127a 100644
--- a/atmel-samd/asf4/samd51/include/component/sercom.h
+++ b/atmel-samd/asf4/samd51/include/component/sercom.h
@@ -3,22 +3,23 @@
*
* \brief Component description for SERCOM
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/supc.h b/atmel-samd/asf4/samd51/include/component/supc.h
index ae898d78b..9963fa336 100644
--- a/atmel-samd/asf4/samd51/include/component/supc.h
+++ b/atmel-samd/asf4/samd51/include/component/supc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for SUPC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/tal.h b/atmel-samd/asf4/samd51/include/component/tal.h
index 81dfd265b..dc904e556 100644
--- a/atmel-samd/asf4/samd51/include/component/tal.h
+++ b/atmel-samd/asf4/samd51/include/component/tal.h
@@ -3,22 +3,23 @@
*
* \brief Component description for TAL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/tc.h b/atmel-samd/asf4/samd51/include/component/tc.h
index ded57ffc9..f4c0daf34 100644
--- a/atmel-samd/asf4/samd51/include/component/tc.h
+++ b/atmel-samd/asf4/samd51/include/component/tc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for TC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/tcc.h b/atmel-samd/asf4/samd51/include/component/tcc.h
index b60085cf5..a32abe964 100644
--- a/atmel-samd/asf4/samd51/include/component/tcc.h
+++ b/atmel-samd/asf4/samd51/include/component/tcc.h
@@ -3,22 +3,23 @@
*
* \brief Component description for TCC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/trng.h b/atmel-samd/asf4/samd51/include/component/trng.h
index c7a5ba380..f81d22838 100644
--- a/atmel-samd/asf4/samd51/include/component/trng.h
+++ b/atmel-samd/asf4/samd51/include/component/trng.h
@@ -3,22 +3,23 @@
*
* \brief Component description for TRNG
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/usb.h b/atmel-samd/asf4/samd51/include/component/usb.h
index 5bed6c7e1..1c56e1dd0 100644
--- a/atmel-samd/asf4/samd51/include/component/usb.h
+++ b/atmel-samd/asf4/samd51/include/component/usb.h
@@ -3,22 +3,23 @@
*
* \brief Component description for USB
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/component/wdt.h b/atmel-samd/asf4/samd51/include/component/wdt.h
index 050250a1b..ce1947dcc 100644
--- a/atmel-samd/asf4/samd51/include/component/wdt.h
+++ b/atmel-samd/asf4/samd51/include/component/wdt.h
@@ -3,22 +3,23 @@
*
* \brief Component description for WDT
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/ac.h b/atmel-samd/asf4/samd51/include/instance/ac.h
index 24ef486e7..bc5bd05e9 100644
--- a/atmel-samd/asf4/samd51/include/instance/ac.h
+++ b/atmel-samd/asf4/samd51/include/instance/ac.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for AC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/adc0.h b/atmel-samd/asf4/samd51/include/instance/adc0.h
index 21b5d2800..6808fff9d 100644
--- a/atmel-samd/asf4/samd51/include/instance/adc0.h
+++ b/atmel-samd/asf4/samd51/include/instance/adc0.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for ADC0
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -94,6 +95,5 @@
#define ADC0_OPAMP01 0 // MUXPOS value to select OPAMP01
#define ADC0_PTAT 28 // MUXPOS value to select PTAT
#define ADC0_TOUCH_IMPLEMENTED 1 // TOUCH implemented or not
-#define ADC0_TOUCH_LINES_NUM 32 // Number of touch lines
#endif /* _SAMD51_ADC0_INSTANCE_ */
diff --git a/atmel-samd/asf4/samd51/include/instance/adc1.h b/atmel-samd/asf4/samd51/include/instance/adc1.h
index 8d9deb497..af572c056 100644
--- a/atmel-samd/asf4/samd51/include/instance/adc1.h
+++ b/atmel-samd/asf4/samd51/include/instance/adc1.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for ADC1
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/aes.h b/atmel-samd/asf4/samd51/include/instance/aes.h
index df35a8cef..5ce5cb337 100644
--- a/atmel-samd/asf4/samd51/include/instance/aes.h
+++ b/atmel-samd/asf4/samd51/include/instance/aes.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for AES
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/ccl.h b/atmel-samd/asf4/samd51/include/instance/ccl.h
index 93d94bf47..5f76d1ae3 100644
--- a/atmel-samd/asf4/samd51/include/instance/ccl.h
+++ b/atmel-samd/asf4/samd51/include/instance/ccl.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for CCL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/cmcc.h b/atmel-samd/asf4/samd51/include/instance/cmcc.h
index 33458a05b..6744e27f8 100644
--- a/atmel-samd/asf4/samd51/include/instance/cmcc.h
+++ b/atmel-samd/asf4/samd51/include/instance/cmcc.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for CMCC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/dac.h b/atmel-samd/asf4/samd51/include/instance/dac.h
index 31a834a8a..15a7af4ab 100644
--- a/atmel-samd/asf4/samd51/include/instance/dac.h
+++ b/atmel-samd/asf4/samd51/include/instance/dac.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for DAC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/dmac.h b/atmel-samd/asf4/samd51/include/instance/dmac.h
index d621c312c..078ebfb02 100644
--- a/atmel-samd/asf4/samd51/include/instance/dmac.h
+++ b/atmel-samd/asf4/samd51/include/instance/dmac.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for DMAC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/dsu.h b/atmel-samd/asf4/samd51/include/instance/dsu.h
index b25ad15e0..dc0c3d2e6 100644
--- a/atmel-samd/asf4/samd51/include/instance/dsu.h
+++ b/atmel-samd/asf4/samd51/include/instance/dsu.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for DSU
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/eic.h b/atmel-samd/asf4/samd51/include/instance/eic.h
index 353e170b0..d4d6d3eb4 100644
--- a/atmel-samd/asf4/samd51/include/instance/eic.h
+++ b/atmel-samd/asf4/samd51/include/instance/eic.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for EIC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/evsys.h b/atmel-samd/asf4/samd51/include/instance/evsys.h
index a3a41406e..59c14905b 100644
--- a/atmel-samd/asf4/samd51/include/instance/evsys.h
+++ b/atmel-samd/asf4/samd51/include/instance/evsys.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for EVSYS
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/freqm.h b/atmel-samd/asf4/samd51/include/instance/freqm.h
index 1dbe9d388..0a9459317 100644
--- a/atmel-samd/asf4/samd51/include/instance/freqm.h
+++ b/atmel-samd/asf4/samd51/include/instance/freqm.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for FREQM
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/gclk.h b/atmel-samd/asf4/samd51/include/instance/gclk.h
index 5f4f668de..c04e38402 100644
--- a/atmel-samd/asf4/samd51/include/instance/gclk.h
+++ b/atmel-samd/asf4/samd51/include/instance/gclk.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for GCLK
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/hmatrix.h b/atmel-samd/asf4/samd51/include/instance/hmatrix.h
index 6b80fe578..9333d859e 100644
--- a/atmel-samd/asf4/samd51/include/instance/hmatrix.h
+++ b/atmel-samd/asf4/samd51/include/instance/hmatrix.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for HMATRIX
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -41,6 +42,28 @@
#define REG_HMATRIX_PRBS3 (0x4100C09C) /**< \brief (HMATRIX) Priority B for Slave 3 */
#define REG_HMATRIX_PRAS4 (0x4100C0A0) /**< \brief (HMATRIX) Priority A for Slave 4 */
#define REG_HMATRIX_PRBS4 (0x4100C0A4) /**< \brief (HMATRIX) Priority B for Slave 4 */
+#define REG_HMATRIX_PRAS5 (0x4100C0A8) /**< \brief (HMATRIX) Priority A for Slave 5 */
+#define REG_HMATRIX_PRBS5 (0x4100C0AC) /**< \brief (HMATRIX) Priority B for Slave 5 */
+#define REG_HMATRIX_PRAS6 (0x4100C0B0) /**< \brief (HMATRIX) Priority A for Slave 6 */
+#define REG_HMATRIX_PRBS6 (0x4100C0B4) /**< \brief (HMATRIX) Priority B for Slave 6 */
+#define REG_HMATRIX_PRAS7 (0x4100C0B8) /**< \brief (HMATRIX) Priority A for Slave 7 */
+#define REG_HMATRIX_PRBS7 (0x4100C0BC) /**< \brief (HMATRIX) Priority B for Slave 7 */
+#define REG_HMATRIX_PRAS8 (0x4100C0C0) /**< \brief (HMATRIX) Priority A for Slave 8 */
+#define REG_HMATRIX_PRBS8 (0x4100C0C4) /**< \brief (HMATRIX) Priority B for Slave 8 */
+#define REG_HMATRIX_PRAS9 (0x4100C0C8) /**< \brief (HMATRIX) Priority A for Slave 9 */
+#define REG_HMATRIX_PRBS9 (0x4100C0CC) /**< \brief (HMATRIX) Priority B for Slave 9 */
+#define REG_HMATRIX_PRAS10 (0x4100C0D0) /**< \brief (HMATRIX) Priority A for Slave 10 */
+#define REG_HMATRIX_PRBS10 (0x4100C0D4) /**< \brief (HMATRIX) Priority B for Slave 10 */
+#define REG_HMATRIX_PRAS11 (0x4100C0D8) /**< \brief (HMATRIX) Priority A for Slave 11 */
+#define REG_HMATRIX_PRBS11 (0x4100C0DC) /**< \brief (HMATRIX) Priority B for Slave 11 */
+#define REG_HMATRIX_PRAS12 (0x4100C0E0) /**< \brief (HMATRIX) Priority A for Slave 12 */
+#define REG_HMATRIX_PRBS12 (0x4100C0E4) /**< \brief (HMATRIX) Priority B for Slave 12 */
+#define REG_HMATRIX_PRAS13 (0x4100C0E8) /**< \brief (HMATRIX) Priority A for Slave 13 */
+#define REG_HMATRIX_PRBS13 (0x4100C0EC) /**< \brief (HMATRIX) Priority B for Slave 13 */
+#define REG_HMATRIX_PRAS14 (0x4100C0F0) /**< \brief (HMATRIX) Priority A for Slave 14 */
+#define REG_HMATRIX_PRBS14 (0x4100C0F4) /**< \brief (HMATRIX) Priority B for Slave 14 */
+#define REG_HMATRIX_PRAS15 (0x4100C0F8) /**< \brief (HMATRIX) Priority A for Slave 15 */
+#define REG_HMATRIX_PRBS15 (0x4100C0FC) /**< \brief (HMATRIX) Priority B for Slave 15 */
#else
#define REG_HMATRIX_PRAS0 (*(RwReg *)0x4100C080UL) /**< \brief (HMATRIX) Priority A for Slave 0 */
#define REG_HMATRIX_PRBS0 (*(RwReg *)0x4100C084UL) /**< \brief (HMATRIX) Priority B for Slave 0 */
@@ -52,6 +75,28 @@
#define REG_HMATRIX_PRBS3 (*(RwReg *)0x4100C09CUL) /**< \brief (HMATRIX) Priority B for Slave 3 */
#define REG_HMATRIX_PRAS4 (*(RwReg *)0x4100C0A0UL) /**< \brief (HMATRIX) Priority A for Slave 4 */
#define REG_HMATRIX_PRBS4 (*(RwReg *)0x4100C0A4UL) /**< \brief (HMATRIX) Priority B for Slave 4 */
+#define REG_HMATRIX_PRAS5 (*(RwReg *)0x4100C0A8UL) /**< \brief (HMATRIX) Priority A for Slave 5 */
+#define REG_HMATRIX_PRBS5 (*(RwReg *)0x4100C0ACUL) /**< \brief (HMATRIX) Priority B for Slave 5 */
+#define REG_HMATRIX_PRAS6 (*(RwReg *)0x4100C0B0UL) /**< \brief (HMATRIX) Priority A for Slave 6 */
+#define REG_HMATRIX_PRBS6 (*(RwReg *)0x4100C0B4UL) /**< \brief (HMATRIX) Priority B for Slave 6 */
+#define REG_HMATRIX_PRAS7 (*(RwReg *)0x4100C0B8UL) /**< \brief (HMATRIX) Priority A for Slave 7 */
+#define REG_HMATRIX_PRBS7 (*(RwReg *)0x4100C0BCUL) /**< \brief (HMATRIX) Priority B for Slave 7 */
+#define REG_HMATRIX_PRAS8 (*(RwReg *)0x4100C0C0UL) /**< \brief (HMATRIX) Priority A for Slave 8 */
+#define REG_HMATRIX_PRBS8 (*(RwReg *)0x4100C0C4UL) /**< \brief (HMATRIX) Priority B for Slave 8 */
+#define REG_HMATRIX_PRAS9 (*(RwReg *)0x4100C0C8UL) /**< \brief (HMATRIX) Priority A for Slave 9 */
+#define REG_HMATRIX_PRBS9 (*(RwReg *)0x4100C0CCUL) /**< \brief (HMATRIX) Priority B for Slave 9 */
+#define REG_HMATRIX_PRAS10 (*(RwReg *)0x4100C0D0UL) /**< \brief (HMATRIX) Priority A for Slave 10 */
+#define REG_HMATRIX_PRBS10 (*(RwReg *)0x4100C0D4UL) /**< \brief (HMATRIX) Priority B for Slave 10 */
+#define REG_HMATRIX_PRAS11 (*(RwReg *)0x4100C0D8UL) /**< \brief (HMATRIX) Priority A for Slave 11 */
+#define REG_HMATRIX_PRBS11 (*(RwReg *)0x4100C0DCUL) /**< \brief (HMATRIX) Priority B for Slave 11 */
+#define REG_HMATRIX_PRAS12 (*(RwReg *)0x4100C0E0UL) /**< \brief (HMATRIX) Priority A for Slave 12 */
+#define REG_HMATRIX_PRBS12 (*(RwReg *)0x4100C0E4UL) /**< \brief (HMATRIX) Priority B for Slave 12 */
+#define REG_HMATRIX_PRAS13 (*(RwReg *)0x4100C0E8UL) /**< \brief (HMATRIX) Priority A for Slave 13 */
+#define REG_HMATRIX_PRBS13 (*(RwReg *)0x4100C0ECUL) /**< \brief (HMATRIX) Priority B for Slave 13 */
+#define REG_HMATRIX_PRAS14 (*(RwReg *)0x4100C0F0UL) /**< \brief (HMATRIX) Priority A for Slave 14 */
+#define REG_HMATRIX_PRBS14 (*(RwReg *)0x4100C0F4UL) /**< \brief (HMATRIX) Priority B for Slave 14 */
+#define REG_HMATRIX_PRAS15 (*(RwReg *)0x4100C0F8UL) /**< \brief (HMATRIX) Priority A for Slave 15 */
+#define REG_HMATRIX_PRBS15 (*(RwReg *)0x4100C0FCUL) /**< \brief (HMATRIX) Priority B for Slave 15 */
#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */
/* ========== Instance parameters for HMATRIX peripheral ========== */
diff --git a/atmel-samd/asf4/samd51/include/instance/i2s.h b/atmel-samd/asf4/samd51/include/instance/i2s.h
index 4957cfeb9..833a2b101 100644
--- a/atmel-samd/asf4/samd51/include/instance/i2s.h
+++ b/atmel-samd/asf4/samd51/include/instance/i2s.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for I2S
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/icm.h b/atmel-samd/asf4/samd51/include/instance/icm.h
index 7525f5cc7..08a8e8c01 100644
--- a/atmel-samd/asf4/samd51/include/instance/icm.h
+++ b/atmel-samd/asf4/samd51/include/instance/icm.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for ICM
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/mclk.h b/atmel-samd/asf4/samd51/include/instance/mclk.h
index e84f031e7..65e68bcf7 100644
--- a/atmel-samd/asf4/samd51/include/instance/mclk.h
+++ b/atmel-samd/asf4/samd51/include/instance/mclk.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for MCLK
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/nvmctrl.h b/atmel-samd/asf4/samd51/include/instance/nvmctrl.h
index b49e16592..efd120920 100644
--- a/atmel-samd/asf4/samd51/include/instance/nvmctrl.h
+++ b/atmel-samd/asf4/samd51/include/instance/nvmctrl.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for NVMCTRL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/osc32kctrl.h b/atmel-samd/asf4/samd51/include/instance/osc32kctrl.h
index 03d206830..1313a0c67 100644
--- a/atmel-samd/asf4/samd51/include/instance/osc32kctrl.h
+++ b/atmel-samd/asf4/samd51/include/instance/osc32kctrl.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for OSC32KCTRL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/oscctrl.h b/atmel-samd/asf4/samd51/include/instance/oscctrl.h
index e1b6c9a63..5e8d00066 100644
--- a/atmel-samd/asf4/samd51/include/instance/oscctrl.h
+++ b/atmel-samd/asf4/samd51/include/instance/oscctrl.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for OSCCTRL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/pac.h b/atmel-samd/asf4/samd51/include/instance/pac.h
index a1866ef8a..3d35951e7 100644
--- a/atmel-samd/asf4/samd51/include/instance/pac.h
+++ b/atmel-samd/asf4/samd51/include/instance/pac.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for PAC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/pcc.h b/atmel-samd/asf4/samd51/include/instance/pcc.h
index 0414681f7..114823744 100644
--- a/atmel-samd/asf4/samd51/include/instance/pcc.h
+++ b/atmel-samd/asf4/samd51/include/instance/pcc.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for PCC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/pdec.h b/atmel-samd/asf4/samd51/include/instance/pdec.h
index 41b1ab909..0b207a220 100644
--- a/atmel-samd/asf4/samd51/include/instance/pdec.h
+++ b/atmel-samd/asf4/samd51/include/instance/pdec.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for PDEC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/pm.h b/atmel-samd/asf4/samd51/include/instance/pm.h
index 9942ca4fe..534aee29f 100644
--- a/atmel-samd/asf4/samd51/include/instance/pm.h
+++ b/atmel-samd/asf4/samd51/include/instance/pm.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for PM
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/port.h b/atmel-samd/asf4/samd51/include/instance/port.h
index b8dfe92d7..85c913108 100644
--- a/atmel-samd/asf4/samd51/include/instance/port.h
+++ b/atmel-samd/asf4/samd51/include/instance/port.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for PORT
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/qspi.h b/atmel-samd/asf4/samd51/include/instance/qspi.h
index c604518e9..a85bf3bfa 100644
--- a/atmel-samd/asf4/samd51/include/instance/qspi.h
+++ b/atmel-samd/asf4/samd51/include/instance/qspi.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for QSPI
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/ramecc.h b/atmel-samd/asf4/samd51/include/instance/ramecc.h
index 6f5f3dcdb..c162e1e8d 100644
--- a/atmel-samd/asf4/samd51/include/instance/ramecc.h
+++ b/atmel-samd/asf4/samd51/include/instance/ramecc.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for RAMECC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/rstc.h b/atmel-samd/asf4/samd51/include/instance/rstc.h
index a36433b6a..f1e5d7db7 100644
--- a/atmel-samd/asf4/samd51/include/instance/rstc.h
+++ b/atmel-samd/asf4/samd51/include/instance/rstc.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for RSTC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/rtc.h b/atmel-samd/asf4/samd51/include/instance/rtc.h
index 15da68d75..c31c67452 100644
--- a/atmel-samd/asf4/samd51/include/instance/rtc.h
+++ b/atmel-samd/asf4/samd51/include/instance/rtc.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for RTC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sdhc0.h b/atmel-samd/asf4/samd51/include/instance/sdhc0.h
index ae52a297c..c7f723da5 100644
--- a/atmel-samd/asf4/samd51/include/instance/sdhc0.h
+++ b/atmel-samd/asf4/samd51/include/instance/sdhc0.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SDHC0
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sdhc1.h b/atmel-samd/asf4/samd51/include/instance/sdhc1.h
index 92b767727..94eeaaab2 100644
--- a/atmel-samd/asf4/samd51/include/instance/sdhc1.h
+++ b/atmel-samd/asf4/samd51/include/instance/sdhc1.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SDHC1
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sercom0.h b/atmel-samd/asf4/samd51/include/instance/sercom0.h
index 7b3e4902f..cd440c564 100644
--- a/atmel-samd/asf4/samd51/include/instance/sercom0.h
+++ b/atmel-samd/asf4/samd51/include/instance/sercom0.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SERCOM0
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sercom1.h b/atmel-samd/asf4/samd51/include/instance/sercom1.h
index 6252cf09a..ebf29a0fa 100644
--- a/atmel-samd/asf4/samd51/include/instance/sercom1.h
+++ b/atmel-samd/asf4/samd51/include/instance/sercom1.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SERCOM1
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sercom2.h b/atmel-samd/asf4/samd51/include/instance/sercom2.h
index 3ba6570d6..674e63b70 100644
--- a/atmel-samd/asf4/samd51/include/instance/sercom2.h
+++ b/atmel-samd/asf4/samd51/include/instance/sercom2.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SERCOM2
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sercom3.h b/atmel-samd/asf4/samd51/include/instance/sercom3.h
index 195469696..9edd4e924 100644
--- a/atmel-samd/asf4/samd51/include/instance/sercom3.h
+++ b/atmel-samd/asf4/samd51/include/instance/sercom3.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SERCOM3
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sercom4.h b/atmel-samd/asf4/samd51/include/instance/sercom4.h
index b89b229fb..20665abba 100644
--- a/atmel-samd/asf4/samd51/include/instance/sercom4.h
+++ b/atmel-samd/asf4/samd51/include/instance/sercom4.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SERCOM4
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sercom5.h b/atmel-samd/asf4/samd51/include/instance/sercom5.h
index 51b3325ca..7705b5f5c 100644
--- a/atmel-samd/asf4/samd51/include/instance/sercom5.h
+++ b/atmel-samd/asf4/samd51/include/instance/sercom5.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SERCOM5
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sercom6.h b/atmel-samd/asf4/samd51/include/instance/sercom6.h
index ffe8c123a..0d86569e8 100644
--- a/atmel-samd/asf4/samd51/include/instance/sercom6.h
+++ b/atmel-samd/asf4/samd51/include/instance/sercom6.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SERCOM6
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/sercom7.h b/atmel-samd/asf4/samd51/include/instance/sercom7.h
index 5f531fb5e..22bccde20 100644
--- a/atmel-samd/asf4/samd51/include/instance/sercom7.h
+++ b/atmel-samd/asf4/samd51/include/instance/sercom7.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SERCOM7
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/supc.h b/atmel-samd/asf4/samd51/include/instance/supc.h
index ec5cebbde..495c6a399 100644
--- a/atmel-samd/asf4/samd51/include/instance/supc.h
+++ b/atmel-samd/asf4/samd51/include/instance/supc.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for SUPC
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tal.h b/atmel-samd/asf4/samd51/include/instance/tal.h
index b2f75ff2f..9facace8e 100644
--- a/atmel-samd/asf4/samd51/include/instance/tal.h
+++ b/atmel-samd/asf4/samd51/include/instance/tal.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TAL
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tc0.h b/atmel-samd/asf4/samd51/include/instance/tc0.h
index 0fd858973..7b3d2b859 100644
--- a/atmel-samd/asf4/samd51/include/instance/tc0.h
+++ b/atmel-samd/asf4/samd51/include/instance/tc0.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TC0
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tc1.h b/atmel-samd/asf4/samd51/include/instance/tc1.h
index 987c1c34e..544a7055a 100644
--- a/atmel-samd/asf4/samd51/include/instance/tc1.h
+++ b/atmel-samd/asf4/samd51/include/instance/tc1.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TC1
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tc2.h b/atmel-samd/asf4/samd51/include/instance/tc2.h
index 7be1a4cde..2578fbfdb 100644
--- a/atmel-samd/asf4/samd51/include/instance/tc2.h
+++ b/atmel-samd/asf4/samd51/include/instance/tc2.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TC2
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tc3.h b/atmel-samd/asf4/samd51/include/instance/tc3.h
index 0950ecb3d..6ef2009d5 100644
--- a/atmel-samd/asf4/samd51/include/instance/tc3.h
+++ b/atmel-samd/asf4/samd51/include/instance/tc3.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TC3
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tc4.h b/atmel-samd/asf4/samd51/include/instance/tc4.h
index 1b3aca282..392bc74ab 100644
--- a/atmel-samd/asf4/samd51/include/instance/tc4.h
+++ b/atmel-samd/asf4/samd51/include/instance/tc4.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TC4
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tc5.h b/atmel-samd/asf4/samd51/include/instance/tc5.h
index 27b0cfb4a..7e28247ab 100644
--- a/atmel-samd/asf4/samd51/include/instance/tc5.h
+++ b/atmel-samd/asf4/samd51/include/instance/tc5.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TC5
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tc6.h b/atmel-samd/asf4/samd51/include/instance/tc6.h
index d42f65f0a..df6718fc8 100644
--- a/atmel-samd/asf4/samd51/include/instance/tc6.h
+++ b/atmel-samd/asf4/samd51/include/instance/tc6.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TC6
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tc7.h b/atmel-samd/asf4/samd51/include/instance/tc7.h
index 339c2f51a..3de53eeb5 100644
--- a/atmel-samd/asf4/samd51/include/instance/tc7.h
+++ b/atmel-samd/asf4/samd51/include/instance/tc7.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TC7
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tcc0.h b/atmel-samd/asf4/samd51/include/instance/tcc0.h
index bf4900d98..edcfc368e 100644
--- a/atmel-samd/asf4/samd51/include/instance/tcc0.h
+++ b/atmel-samd/asf4/samd51/include/instance/tcc0.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TCC0
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tcc1.h b/atmel-samd/asf4/samd51/include/instance/tcc1.h
index 96cc6e6df..0c9ce3e88 100644
--- a/atmel-samd/asf4/samd51/include/instance/tcc1.h
+++ b/atmel-samd/asf4/samd51/include/instance/tcc1.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TCC1
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tcc2.h b/atmel-samd/asf4/samd51/include/instance/tcc2.h
index eb9af59ac..31f86e2de 100644
--- a/atmel-samd/asf4/samd51/include/instance/tcc2.h
+++ b/atmel-samd/asf4/samd51/include/instance/tcc2.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TCC2
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tcc3.h b/atmel-samd/asf4/samd51/include/instance/tcc3.h
index 1ffa0a06c..f492436f6 100644
--- a/atmel-samd/asf4/samd51/include/instance/tcc3.h
+++ b/atmel-samd/asf4/samd51/include/instance/tcc3.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TCC3
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/tcc4.h b/atmel-samd/asf4/samd51/include/instance/tcc4.h
index 9c12d95ea..84d55b8c9 100644
--- a/atmel-samd/asf4/samd51/include/instance/tcc4.h
+++ b/atmel-samd/asf4/samd51/include/instance/tcc4.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TCC4
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/trng.h b/atmel-samd/asf4/samd51/include/instance/trng.h
index b320025bc..86008b962 100644
--- a/atmel-samd/asf4/samd51/include/instance/trng.h
+++ b/atmel-samd/asf4/samd51/include/instance/trng.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for TRNG
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/usb.h b/atmel-samd/asf4/samd51/include/instance/usb.h
index 32a311a21..9776c79fc 100644
--- a/atmel-samd/asf4/samd51/include/instance/usb.h
+++ b/atmel-samd/asf4/samd51/include/instance/usb.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for USB
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/instance/wdt.h b/atmel-samd/asf4/samd51/include/instance/wdt.h
index 3590a7c37..98a2ca13d 100644
--- a/atmel-samd/asf4/samd51/include/instance/wdt.h
+++ b/atmel-samd/asf4/samd51/include/instance/wdt.h
@@ -3,22 +3,23 @@
*
* \brief Instance description for WDT
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51g18a.h b/atmel-samd/asf4/samd51/include/pio/samd51g18a.h
index 7df83ceb7..109c04ba5 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51g18a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51g18a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51G18A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51g19a.h b/atmel-samd/asf4/samd51/include/pio/samd51g19a.h
index 75bbb8ba0..86babdbe7 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51g19a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51g19a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51G19A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51j18a.h b/atmel-samd/asf4/samd51/include/pio/samd51j18a.h
index dd802f85f..d8fa56d5b 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51j18a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51j18a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51J18A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51j19a.h b/atmel-samd/asf4/samd51/include/pio/samd51j19a.h
index 76191476a..d5a76b4e3 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51j19a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51j19a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51J19A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51j20a.h b/atmel-samd/asf4/samd51/include/pio/samd51j20a.h
index 51bedee2f..59828db2a 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51j20a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51j20a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51J20A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51n19a.h b/atmel-samd/asf4/samd51/include/pio/samd51n19a.h
index 6f169eee1..265f482eb 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51n19a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51n19a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51N19A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51n20a.h b/atmel-samd/asf4/samd51/include/pio/samd51n20a.h
index 8ec9a1ddd..6f3a1d63c 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51n20a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51n20a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51N20A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51p19a.h b/atmel-samd/asf4/samd51/include/pio/samd51p19a.h
index 195771bda..82cae824d 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51p19a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51p19a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51P19A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/pio/samd51p20a.h b/atmel-samd/asf4/samd51/include/pio/samd51p20a.h
index 2551b2873..6e1477e46 100644
--- a/atmel-samd/asf4/samd51/include/pio/samd51p20a.h
+++ b/atmel-samd/asf4/samd51/include/pio/samd51p20a.h
@@ -3,22 +3,23 @@
*
* \brief Peripheral I/O description for SAMD51P20A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/samd51.h b/atmel-samd/asf4/samd51/include/samd51.h
index 4869ad9b4..d08ac64cb 100644
--- a/atmel-samd/asf4/samd51/include/samd51.h
+++ b/atmel-samd/asf4/samd51/include/samd51.h
@@ -3,22 +3,23 @@
*
* \brief Top header file for SAMD51
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
diff --git a/atmel-samd/asf4/samd51/include/samd51g18a.h b/atmel-samd/asf4/samd51/include/samd51g18a.h
index 239f73e94..3be17b543 100644
--- a/atmel-samd/asf4/samd51/include/samd51g18a.h
+++ b/atmel-samd/asf4/samd51/include/samd51g18a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51G18A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -510,7 +511,7 @@ void SDHC0_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -738,6 +739,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -863,6 +865,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1017,6 +1020,7 @@ void SDHC0_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060008)
+#define ADC0_TOUCH_LINES_NUM 22
#define PORT_GROUPS 2
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/samd51g19a.h b/atmel-samd/asf4/samd51/include/samd51g19a.h
index ab62fabad..cc236e8da 100644
--- a/atmel-samd/asf4/samd51/include/samd51g19a.h
+++ b/atmel-samd/asf4/samd51/include/samd51g19a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51G19A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -510,7 +511,7 @@ void SDHC0_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -738,6 +739,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -863,6 +865,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1017,6 +1020,7 @@ void SDHC0_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060007)
+#define ADC0_TOUCH_LINES_NUM 22
#define PORT_GROUPS 2
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/samd51j18a.h b/atmel-samd/asf4/samd51/include/samd51j18a.h
index 0d33551e3..a4ea15596 100644
--- a/atmel-samd/asf4/samd51/include/samd51j18a.h
+++ b/atmel-samd/asf4/samd51/include/samd51j18a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51J18A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -528,7 +529,7 @@ void SDHC0_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -768,6 +769,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -901,6 +903,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1059,6 +1062,7 @@ void SDHC0_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060006)
+#define ADC0_TOUCH_LINES_NUM 32
#define PORT_GROUPS 2
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/samd51j19a.h b/atmel-samd/asf4/samd51/include/samd51j19a.h
index 7748fcd0c..c7fae83e1 100644
--- a/atmel-samd/asf4/samd51/include/samd51j19a.h
+++ b/atmel-samd/asf4/samd51/include/samd51j19a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51J19A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -528,7 +529,7 @@ void SDHC0_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -768,6 +769,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -901,6 +903,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1059,6 +1062,7 @@ void SDHC0_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060005)
+#define ADC0_TOUCH_LINES_NUM 32
#define PORT_GROUPS 2
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/samd51j20a.h b/atmel-samd/asf4/samd51/include/samd51j20a.h
index 17fcd9466..ea57a4172 100644
--- a/atmel-samd/asf4/samd51/include/samd51j20a.h
+++ b/atmel-samd/asf4/samd51/include/samd51j20a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51J20A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -528,7 +529,7 @@ void SDHC0_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -768,6 +769,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -901,6 +903,7 @@ void SDHC0_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1059,6 +1062,7 @@ void SDHC0_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060004)
+#define ADC0_TOUCH_LINES_NUM 32
#define PORT_GROUPS 2
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/samd51n19a.h b/atmel-samd/asf4/samd51/include/samd51n19a.h
index 0c9220cc9..08d4f1296 100644
--- a/atmel-samd/asf4/samd51/include/samd51n19a.h
+++ b/atmel-samd/asf4/samd51/include/samd51n19a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51N19A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -550,7 +551,7 @@ void SDHC1_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -800,6 +801,7 @@ void SDHC1_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -938,6 +940,7 @@ void SDHC1_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1101,6 +1104,7 @@ void SDHC1_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060003)
+#define ADC0_TOUCH_LINES_NUM 32
#define PORT_GROUPS 3
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/samd51n20a.h b/atmel-samd/asf4/samd51/include/samd51n20a.h
index e392a7fb4..9947b773a 100644
--- a/atmel-samd/asf4/samd51/include/samd51n20a.h
+++ b/atmel-samd/asf4/samd51/include/samd51n20a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51N20A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -550,7 +551,7 @@ void SDHC1_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -800,6 +801,7 @@ void SDHC1_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -938,6 +940,7 @@ void SDHC1_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1101,6 +1104,7 @@ void SDHC1_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060002)
+#define ADC0_TOUCH_LINES_NUM 32
#define PORT_GROUPS 3
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/samd51p19a.h b/atmel-samd/asf4/samd51/include/samd51p19a.h
index 62c58fd52..97b776c7d 100644
--- a/atmel-samd/asf4/samd51/include/samd51p19a.h
+++ b/atmel-samd/asf4/samd51/include/samd51p19a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51P19A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -550,7 +551,7 @@ void SDHC1_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -800,6 +801,7 @@ void SDHC1_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -938,6 +940,7 @@ void SDHC1_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1101,6 +1104,7 @@ void SDHC1_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060001)
+#define ADC0_TOUCH_LINES_NUM 32
#define PORT_GROUPS 4
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/samd51p20a.h b/atmel-samd/asf4/samd51/include/samd51p20a.h
index 35bc1a511..9b19e2aa4 100644
--- a/atmel-samd/asf4/samd51/include/samd51p20a.h
+++ b/atmel-samd/asf4/samd51/include/samd51p20a.h
@@ -3,22 +3,23 @@
*
* \brief Header file for SAMD51P20A
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*
@@ -550,7 +551,7 @@ void SDHC1_Handler ( void );
* \brief Configuration of the Cortex-M4 Processor and Core Peripherals
*/
-//#define LITTLE_ENDIAN 1
+//#define LITTLE_ENDIAN 1
#define __CM4_REV 1 /*!< Core revision r0p1 */
#define __DEBUG_LVL 3 /*!< Full debug plus DWT data matching */
#define __FPU_PRESENT 1 /*!< FPU present or not */
@@ -800,6 +801,7 @@ void SDHC1_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -938,6 +940,7 @@ void SDHC1_Handler ( void );
#define NVMCTRL_SW5 (0x008000D0UL) /**< \brief (NVMCTRL) SW5 Base Address */
#define NVMCTRL_SW6 (0x008000E0UL) /**< \brief (NVMCTRL) SW6 Base Address */
#define NVMCTRL_SW7 (0x008000F0UL) /**< \brief (NVMCTRL) SW7 Base Address */
+#define NVMCTRL_TEMP_LOG (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG Base Address */
#define NVMCTRL_TEMP_LOG_W0 (0x00800100UL) /**< \brief (NVMCTRL) TEMP_LOG_W0 Base Address */
#define NVMCTRL_TEMP_LOG_W1 (0x00800110UL) /**< \brief (NVMCTRL) TEMP_LOG_W1 Base Address */
#define NVMCTRL_TEMP_LOG_W2 (0x00800120UL) /**< \brief (NVMCTRL) TEMP_LOG_W2 Base Address */
@@ -1101,6 +1104,7 @@ void SDHC1_Handler ( void );
#define PPB_ADDR _UL_(0xE0000000) /**< PPB base address */
#define DSU_DID_RESETVALUE _UL_(0x60060000)
+#define ADC0_TOUCH_LINES_NUM 32
#define PORT_GROUPS 4
/* ************************************************************************** */
diff --git a/atmel-samd/asf4/samd51/include/system_samd51.h b/atmel-samd/asf4/samd51/include/system_samd51.h
index 2f4d2ad58..cfbd2b921 100644
--- a/atmel-samd/asf4/samd51/include/system_samd51.h
+++ b/atmel-samd/asf4/samd51/include/system_samd51.h
@@ -3,22 +3,23 @@
*
* \brief Low-level initialization functions called upon chip startup
*
- * Copyright (c) 2017 Atmel Corporation,
- * a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2017 Microchip Technology Inc.
*
* \asf_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 Licence at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * SPDX-License-Identifier: Apache-2.0
*
+ * 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 Licence 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.
+ * 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.
*