Skip to content

Commit a4e72cc

Browse files
franciscomunoznashif
authored andcommitted
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>
0 parents commit a4e72cc

File tree

4 files changed

+41446
-0
lines changed

4 files changed

+41446
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
zephyr_include_directories_ifdef(CONFIG_HAS_MEC_HAL mec)

Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Kconfig - Microchip MEC HAL drivers configuration
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
menuconfig HAS_MEC_HAL
6+
bool "Microchip MEC HAL drivers support"
7+
default n

README.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The MEC1701 HAL was downloaded from:
2+
3+
https://github.com/MicrochipTech/Peripheral-mec1701
4+
5+
Massaged the file with :
6+
sed -i -e 's/[ \t\r]*$//g' MCHP_MEC1701_bit_fields.h, then file was renamed
7+
to MCHP_MEC1701.h
8+
9+
Field EOF was renamed to PEOF as it was collapsing with EOF defined in stdio.h

0 commit comments

Comments
 (0)