zephyr/ext/hal/nxp/imx
Diego Sueiro 636d5451a0 ext/hal/nxp/imx: Add all UARTs clock frequency information
Adds support for retrieving all possible UARTs clock.

Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com>
2018-08-21 18:54:41 -05:00
..
devices ext/hal/nxp/imx: Add all UARTs clock frequency information 2018-08-21 18:54:41 -05:00
drivers drivers: add i.MX I2C driver shim 2018-07-06 15:55:57 -05:00
CMakeLists.txt
Kconfig drivers: add i.MX I2C driver shim 2018-07-06 15:55:57 -05:00
README ext/hal/nxp/imx: Import the nxp imx6 freertos bsp 2018-06-19 17:08:51 -05:00

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