zephyr/ext/hal/nxp/imx
Stanislav Poboril ee1bdc12f7 ext: hal: nxp: imx: Fixed duplicit file device_imx.h
The file was in two subfolders as copied from the FreeRTOS BSP
for i.MX6 and i.MX7. Unified the file and moved it into the
devices folder, like in the FreeRTOS BSPs.

Fixes: #13748

Signed-off-by: Stanislav Poboril <stanislav.poboril@nxp.com>
2019-02-27 08:32:31 -06:00
..
devices
drivers
CMakeLists.txt
Kconfig
README

README

iMX7D and MX6SX Port
#####################

Origin:
   i.MX 7Dual/Solo FreeRTOS BSP for Cortex-M4 Peripheral Driver
   https://www.nxp.com/webapp/Download?colCode=FreeRTOS_iMX7D_1.0.1_LINUX&appType=license
   i.MX 6SoloX FreeRTOS BSP 1.0.1 for Cortex-M4 Peripheral Driver
   https://www.nxp.com/webapp/Download?colCode=FreeRTOS_MX6SX_1.0.1_LINUX&appType=license


Status:
   FreeRTOS_iMX7D_1.0.1
   FreeRTOS_MX6SX_1.0.1

Purpose:
   The peripheral driver wrap the H/W

Description:
   This code component is used to add Zephyr support on iMX7 and iMX6SX
   processors, exclusively on Cortex M4 core, and to speed up the development
   process it was decided to have it based on NXP FreeRTOS BSP implementation.

   The i.MX FreeRTOS BSP is split into separate downloadable packages,
   based on SoC. The packages share most of the peripheral driver files
   and here they are combined together.

   The source code was imported from the following folders:
   FreeRTOS_BSP_1.0.1_iMX7D/platform/drivers
   FreeRTOS_BSP_1.0.1_iMX6SX/platform/drivers
   FreeRTOS_BSP_1.0.1_iMX7D/platform/devices
   FreeRTOS_BSP_1.0.1_iMX6SX/platform/devices

Dependencies:
   This source code depends on headers and sources from zephyr:
   ext/hal/cmsis

URL:
   https://www.nxp.com/products/processors-and-microcontrollers/applications-processors/i.mx-applications-processors/i.mx-7-processors/i.mx-7dual-processors-heterogeneous-processing-with-dual-arm-cortex-a7-cores-and-cortex-m4-core:i.MX7D?tab=Design_Tools_Tab
   https://www.nxp.com/products/processors-and-microcontrollers/applications-processors/i.mx-applications-processors/i.mx-6-processors/i.mx-6solox-processors-heterogeneous-processing-with-arm-cortex-a9-and-cortex-m4-cores:i.MX6SX?tab=Design_Tools_Tab

commit:
   No commit hash

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   https://www.nxp.com/webapp/sps/download/license.jsp?colCode=FreeRTOS_iMX7D_1.0.1_LINUX&appType=file1&DOWNLOAD_ID=null
   https://www.nxp.com/webapp/sps/download/license.jsp?colCode=FreeRTOS_MX6SX_1.0.1_LINUX&appType=file1&DOWNLOAD_ID=null