Skip to content

modm-io/cmsis-header-sam

Repository files navigation

CMSIS device headers for Microchip SAM

This folder includes the CMSIS device headers for all Microchip SAM devices. The files located here are part of the device packs provided by Microchip at packs.download.atmel.com and can be found inside the include folder of each device pack.

The files are copied and modified by converting all line endings from Windows to Unix style and removing all trailing whitespace.

Here is the list of the current device header version and release date:

License

The Microchip header files in this directory are available under the Apache-2.0 License:

 \file

 \brief Top level header file

 Copyright (c) {year} Microchip Technology Inc.

 \license_start

 \page License

 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 License at

   http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

 \license_stop