nuttx/arch/arm/src/imxrt
2018-09-21 21:32:50 -06:00
..
chip arch/arm/src/imxrt/chip/imxrt_lpspi.h: IMXRT1050 LPSPI register and bit definitions added. 2018-07-26 07:03:57 -06:00
chip.h configs/imxrt1050-evk: Add knsh configuration.. PROTECTED mode NSH build. 2018-06-08 16:27:14 -06:00
imxrt_allocateheap.c
imxrt_clockconfig.c
imxrt_clockconfig.h arch/arm/src/imxrt: Various fixes from attempt at initial bringup. 2018-05-14 16:07:34 -06:00
imxrt_clrpend.c
imxrt_config.h This commit adds an i.MX RT Ethernet drivers. 2018-05-25 09:36:23 -06:00
imxrt_edma.c /arch/arm/src/imxrt/imxrt_edma.c: Correct arguments to arch_clean_dcache() and arch_invalidate_dcache(). 2018-05-24 09:41:46 -06:00
imxrt_edma.h arch/arm/src/imxrt: There is a separate interrupt vector for DMA channel error interrupts. 2018-05-23 06:52:41 -06:00
imxrt_enet.c Rename devif_loopback_out to devi_loopback 2018-08-25 08:33:21 -06:00
imxrt_enet.h This commit adds an i.MX RT Ethernet drivers. 2018-05-25 09:36:23 -06:00
imxrt_gpio.c This commit adds an i.MX RT Ethernet drivers. 2018-05-25 09:36:23 -06:00
imxrt_gpio.h This commit adds an i.MX RT Ethernet drivers. 2018-05-25 09:36:23 -06:00
imxrt_gpioirq.c arch/arm/src/imxrt: Add GPIO5 IRQ support. 2018-05-02 09:19:42 -06:00
imxrt_hprtc.c arch/arm/src/imxrt: Fix some early testing bugs. The HPRTC is now functional. However, if the LPSRTC is enabled, then there is a hang during LPSRTC initialization. It appears that there is some problem in providing clocking and initializing the LPSRTC domain. 2018-06-27 15:27:56 -06:00
imxrt_hprtc.h This commit addes support for the i.MXRT RTC. This initial commit is code complete (with limited featurs and options) but untested. 2018-06-27 11:19:12 -06:00
imxrt_idle.c
imxrt_iomuxc.c arch/arm/src/imxrt: IOMUXC logic now uses peripheral clock helpers (I think it was enabling the wrong clocks anyway). Minor updates to eDMA logic. 2018-05-20 12:02:50 -06:00
imxrt_iomuxc.h arch/arm/src/imxrt: Corrects some IOMUX controls. 2018-05-15 10:16:57 -06:00
imxrt_irq.c arch/arm/src: Correct all ARMv7-M architectures. Interrupts were not be disabled correctly on power up. Writing zero to the NVIC SET-ENABLE registers has no effect. In order to disable interrupts, it is necessary to write all ones to the NVIC CLEAR-ENABLE register. Noted by David Sidrane. 2018-09-21 21:32:50 -06:00
imxrt_irq.h
imxrt_lowputc.c arch/arm/src/imxrt: IOMUXC logic now uses peripheral clock helpers (I think it was enabling the wrong clocks anyway). Minor updates to eDMA logic. 2018-05-20 12:02:50 -06:00
imxrt_lowputc.h
imxrt_lpsrtc.c arch/arm/src/imxrt: Trivial SNVS from Rev 1. of the Reference Manual. 2018-06-28 10:54:56 -06:00
imxrt_lpsrtc.h This commit addes support for the i.MXRT RTC. This initial commit is code complete (with limited featurs and options) but untested. 2018-06-27 11:19:12 -06:00
imxrt_mpuinit.c configs/imxrt1050-evk: Add knsh configuration.. PROTECTED mode NSH build. 2018-06-08 16:27:14 -06:00
imxrt_mpuinit.h configs/imxrt1050-evk: Add knsh configuration.. PROTECTED mode NSH build. 2018-06-08 16:27:14 -06:00
imxrt_periphclks.c arch/arm/src/imxrt: Centralilze and standardize control of peripheral clocking. Add logic to initialize the DMAMUX. 2018-05-20 10:03:45 -06:00
imxrt_periphclks.h arch/arm/src/imxrt: Centralilze and standardize control of peripheral clocking. Add logic to initialize the DMAMUX. 2018-05-20 10:03:45 -06:00
imxrt_rtc_lowerhalf.c This commit addes support for the i.MXRT RTC. This initial commit is code complete (with limited featurs and options) but untested. 2018-06-27 11:19:12 -06:00
imxrt_serial.c arch/arm/src/imxrt/imxrt_serial.c: IMXRT1050 LPUART TERMIOS support added. 2018-07-26 07:08:17 -06:00
imxrt_serial.h
imxrt_start.c Squashed commit of the following: 2018-06-20 12:30:37 -06:00
imxrt_start.h configs/imxrt1050-evk: Add knsh configuration.. PROTECTED mode NSH build. 2018-06-08 16:27:14 -06:00
imxrt_timerisr.c arch/arm/src/imxrt: Fix typo introduced in last commit. Noted by jakearcx@gmail.com. 2018-04-20 06:49:45 -06:00
imxrt_userspace.c
imxrt_userspace.h
imxrt_wdog.c
imxrt_wdog.h arch/arm/src/imxrt: Various fixes from attempt at initial bringup. 2018-05-14 16:07:34 -06:00
Kconfig arch/arm/src/imxrt/imxrt_serial.c: IMXRT1050 LPUART TERMIOS support added. 2018-07-26 07:08:17 -06:00
Make.defs arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions. 2018-08-25 10:23:21 -06:00