b0c28f2d00
Fix a compilation warning. Compilation of the i2c driver requires QMSI dma object file. As a solution, the current code has "selects DMA_QMSI" in i2c Kconfig. This results in a compilation warning since "select DMA" is also required. Adding "select DMA" and "select DMA_QMSI" together in i2c Kconfig can solve the compilation issue. But, this will cause the dma driver be unnecessarily enabled. So, the solution is to fix the issue in the QMSI part instead of in the shim driver. Jira: ZEP-777 ZEP-778 Change-Id: Id4c1f749bf71eece1e70583bd586a69b596768b2 Signed-off-by: Baohong Liu <baohong.liu@intel.com> |
||
---|---|---|
.. | ||
cmsis | ||
ksdk | ||
nordic/mdk | ||
qmsi | ||
Kbuild | ||
Kconfig | ||
Makefile | ||
README |
README
This directory contains different HALs for SoCs supported by Zephyr. The following HALs are supported: cmsis ------- The ARM Cortex Microcontroller Software Interface Standard (CMSIS) defines a set of standard interfaces to ARM Cortex-M SoCs. ksdk ------- The Kinetis Software Development Kit (KSDK) provides device header files and peripheral drivers for Kinetis SoCs. nordic ------- The Nordic Semiconductor Microcontroller Development Kit (MDK) provides device header files for the Nordic Semiconductor nRF5 SoCs. qmsi ------- Intel® Quark™ Microcontroller Software Interface (QMSI) is a Hardware Abstraction Layer (HAL) for Intel® Quark™ Microcontroller products. It currently support the following SoCs: - Intel® Quark™ D2000 Microcontroller - Intel® Quark™ SE Microcontroller