.. |
chip
|
Squashed commit of the following:
|
2018-05-22 15:28:28 -06:00 |
chip.h
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_allocateheap.c
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_clockconfig.c
|
arch/arm/src/imxrt: Fix problem with with CPU hanging during boot in the clockconfig function. configs/imxrt1050-evk/scripts: Update linker script so that the NXP boot header will be included in the build.
|
2018-04-16 09:30:04 -06:00 |
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
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_config.h
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_edma.c
|
arch/arm/src/imxrt/imxrt_edma.c: Fix some issues with adding a new TCD to the end of a scatter/gather chain: Was not correctly writing back the new tail pointer; Need to flush the previous TCD in the chain whose fields were modify to link to the new TCD.
|
2018-05-23 20:29:20 -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_gpio.c
|
arch/arm/src/imxrt: Add IOMUX implemention for GPIO5.
|
2018-04-27 08:42:02 -06:00 |
imxrt_gpio.h
|
arch/arm/src/imxrt: Corrects some IOMUX controls.
|
2018-05-15 10:16:57 -06:00 |
imxrt_gpioirq.c
|
arch/arm/src/imxrt: Add GPIO5 IRQ support.
|
2018-05-02 09:19:42 -06:00 |
imxrt_idle.c
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
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/imxrt: This commit fixes more issues with the i.MX RT GPIO IRQ.
|
2018-05-01 14:25:47 -06:00 |
imxrt_irq.h
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
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
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_mpuinit.c
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_mpuinit.h
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -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_serial.c
|
arch/arm/src/imxrt/imxrt_serial.c: Fix some interrupt instabilities; must be in a critical section when modifying serial interrupts. configs/imxrt1050-evk/nsh/defconfig: Use the BASEPRI register to enable/disable interrupts; enable the PROCFS file system.
|
2018-05-15 07:50:19 -06:00 |
imxrt_serial.h
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_start.c
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_start.h
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -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
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_userspace.h
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_wdog.c
|
This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested.
|
2018-04-12 09:31:09 -06:00 |
imxrt_wdog.h
|
arch/arm/src/imxrt: Various fixes from attempt at initial bringup.
|
2018-05-14 16:07:34 -06:00 |
Kconfig
|
Squashed commit of the following:
|
2018-05-22 15:28:28 -06:00 |
Make.defs
|
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 |