There was an error while loading. Please reload this page.
0 parents commit a4e72ccCopy full SHA for a4e72cc
CMakeLists.txt
@@ -0,0 +1 @@
1
+zephyr_include_directories_ifdef(CONFIG_HAS_MEC_HAL mec)
Kconfig
@@ -0,0 +1,7 @@
+# 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
@@ -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
8
9
+Field EOF was renamed to PEOF as it was collapsing with EOF defined in stdio.h
0 commit comments