Skip to content

Commit

Permalink
modules: hal: mchp cec: Add CEC1702 HAL header
Browse files Browse the repository at this point in the history
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 <timo.teras@iki.fi>
  • Loading branch information
fabled committed Jul 1, 2020
1 parent aad89bf commit 6007338
Show file tree
Hide file tree
Showing 3 changed files with 30,832 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@ 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

---

The CEC1702 HAL is downloaded from:
http://ww1.microchip.com/downloads/en/softwarelibrary/cec1702_sdk/cec1702_hw_blks_b0_build_0300.zip

Header files are from:
Source/hw_blks_B0/common/include

Treated with:
sed -i -e 's/[ \t\r]*$//g' -e '/system_CEC1702_C0.h/d'
1 change: 1 addition & 0 deletions mec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#

zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1701X .)
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_CEC1702 .)

zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1501X common)
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1501X mec1501)
Loading

0 comments on commit 6007338

Please sign in to comment.