Skip to content

Commit 6007338

Browse files
committed
modules: hal: mchp cec: Add CEC1702 HAL header
Add the Microchip CEC1702 HAL sources from CEC1702 SDK. Origin: Microchip CEC1702 SDK URL: http://www.microchip.com/SWLibraryWeb/product.aspx?product=CEC1702_SDK Version: B0 build 0300 Purpose: Provides HAL support to Microchip CEC1702 Maintained-by: External Signed-off-by: Timo Teräs <[email protected]>
1 parent aad89bf commit 6007338

File tree

3 files changed

+30832
-0
lines changed

3 files changed

+30832
-0
lines changed

README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ sed -i -e 's/[ \t\r]*$//g' MCHP_MEC1701_bit_fields.h, then file was renamed
77
to MCHP_MEC1701.h
88

99
Field EOF was renamed to PEOF as it was collapsing with EOF defined in stdio.h
10+
11+
---
12+
13+
The CEC1702 HAL is downloaded from:
14+
http://ww1.microchip.com/downloads/en/softwarelibrary/cec1702_sdk/cec1702_hw_blks_b0_build_0300.zip
15+
16+
Header files are from:
17+
Source/hw_blks_B0/common/include
18+
19+
Treated with:
20+
sed -i -e 's/[ \t\r]*$//g' -e '/system_CEC1702_C0.h/d'

mec/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66

77
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1701X .)
8+
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_CEC1702 .)
89

910
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1501X common)
1011
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1501X mec1501)

0 commit comments

Comments
 (0)