• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

devices/11-Mar-2024-86,71473,481

drivers/11-Mar-2024-13,8545,822

CMakeLists.txtD11-Mar-2024295 97

READMED11-Mar-20242 KiB5339

README

1iMX7D and MX6SX Port
2#####################
3
4Origin:
5   i.MX 7Dual/Solo FreeRTOS BSP for Cortex-M4 Peripheral Driver
6   https://www.nxp.com/webapp/Download?colCode=FreeRTOS_iMX7D_1.0.1_LINUX&appType=license
7   i.MX 6SoloX FreeRTOS BSP 1.0.1 for Cortex-M4 Peripheral Driver
8   https://www.nxp.com/webapp/Download?colCode=FreeRTOS_MX6SX_1.0.1_LINUX&appType=license
9
10
11Status:
12   FreeRTOS_iMX7D_1.0.1
13   FreeRTOS_MX6SX_1.0.1
14
15Purpose:
16   The peripheral driver wrap the H/W
17
18Description:
19   This code component is used to add Zephyr support on iMX7 and iMX6SX
20   processors, exclusively on Cortex M4 core, and to speed up the development
21   process it was decided to have it based on NXP FreeRTOS BSP implementation.
22
23   The i.MX FreeRTOS BSP is split into separate downloadable packages,
24   based on SoC. The packages share most of the peripheral driver files
25   and here they are combined together.
26
27   The source code was imported from the following folders:
28   FreeRTOS_BSP_1.0.1_iMX7D/platform/drivers
29   FreeRTOS_BSP_1.0.1_iMX6SX/platform/drivers
30   FreeRTOS_BSP_1.0.1_iMX7D/platform/devices
31   FreeRTOS_BSP_1.0.1_iMX6SX/platform/devices
32
33Dependencies:
34   This source code depends on headers and sources from zephyr:
35   ext/hal/cmsis
36
37URL:
38   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
39   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
40
41commit:
42   No commit hash
43
44Maintained-by:
45   External
46
47License:
48   BSD-3-Clause
49
50License Link:
51   https://www.nxp.com/webapp/sps/download/license.jsp?colCode=FreeRTOS_iMX7D_1.0.1_LINUX&appType=file1&DOWNLOAD_ID=null
52   https://www.nxp.com/webapp/sps/download/license.jsp?colCode=FreeRTOS_MX6SX_1.0.1_LINUX&appType=file1&DOWNLOAD_ID=null
53