ext : hal : mec1701 Add the MEC1701 external header.

Origin: Microchip CPG
URL: https://github.com/MicrochipTech/Peripheral-mec1701
Version: 0.2
Purpose: Official peripheral firmware library for MEC1701
License: Apache
Maintained-by: External

Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
This commit is contained in:
Francisco Munoz 2019-02-06 17:11:50 -05:00 committed by Anas Nashif
commit a4e72cce06
4 changed files with 41446 additions and 0 deletions

1
CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
zephyr_include_directories_ifdef(CONFIG_HAS_MEC_HAL mec)

7
Kconfig Normal file
View File

@ -0,0 +1,7 @@
# Kconfig - Microchip MEC HAL drivers configuration
#
# SPDX-License-Identifier: Apache-2.0
menuconfig HAS_MEC_HAL
bool "Microchip MEC HAL drivers support"
default n

9
README.txt Normal file
View File

@ -0,0 +1,9 @@
The MEC1701 HAL was downloaded from:
https://github.com/MicrochipTech/Peripheral-mec1701
Massaged the file with :
sed -i -e 's/[ \t\r]*$//g' MCHP_MEC1701_bit_fields.h, then file was renamed
to MCHP_MEC1701.h
Field EOF was renamed to PEOF as it was collapsing with EOF defined in stdio.h

41429
mec/MCHP_MEC1701.h Normal file

File diff suppressed because it is too large Load Diff