nuttx/arch/arm/src/lpc31xx
2015-05-14 09:58:21 -06:00
..
chip.h LPC31 and SAMA5Dx EHCI drivers: Fix cache related problem. All buffers are now aligned with the cache line size in both starting address and in length. This cause major problems in unlucky builds where the USB host buffers where unaligned and abbutting other data. The cache flush and invalidate operations could be subverted by acceses to adjacent data or could have unexpected side effects. This bug has been in the ECHI drivers forever, but was only revealed due to unlucky memory allocations during the integration of the hub feature. 2015-05-03 13:20:15 -06:00
Kconfig Port hub support to LPC31 from SAMA5; Updated Olimex-LPC-H3131 for hub support and refresh configurations 2015-04-26 12:18:08 -06:00
lpc31_adc.h
lpc31_allocateheap.c arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 17:19:38 -06:00
lpc31_analogdie.h
lpc31_bcrndx.c
lpc31_boot.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_cgu.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_cgudrvr.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_clkdomain.c
lpc31_clkexten.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_clkfreq.c
lpc31_clkinit.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_decodeirq.c Big, very risky change: Remove all occurrences of up_maskack_irq() that disable and enable interrupts with up_ack_irq() that only acknowledges the interrupts. This is only used in interrupt decoding logic. Also remove the logic that unconditionally re-enables interrupts with the interrupt exits. This interferes with the drivers ability to control the interrupt state. This is a necessary, sweeping, global change and unfortunately impossible to test. 2015-02-09 16:12:11 -06:00
lpc31_defclk.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_dma.h
lpc31_ehci.c USB host drivers: Cannot take semaphores in cancel() method 2015-05-14 09:58:21 -06:00
lpc31_esrndx.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_evntrtr.h
lpc31_fdcndx.c
lpc31_fdivinit.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_freqin.c
lpc31_i2c.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc31_i2c.h
lpc31_i2s.h
lpc31_intc.h
lpc31_internal.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc31_ioconfig.h
lpc31_irq.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc31_lcd.h
lpc31_lowputc.c Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
lpc31_mci.h
lpc31_memorymap.h Removed unused configuratin variable: CONFIG_PGTABLE_VADDR 2014-03-01 16:21:28 -06:00
lpc31_mpmc.h
lpc31_nand.h
lpc31_otp.h
lpc31_pcm.h
lpc31_pllconfig.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_pwm.h
lpc31_resetclks.c
lpc31_rng.h
lpc31_serial.c Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
lpc31_setfdiv.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_setfreqin.c
lpc31_softreset.c
lpc31_spi.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc31_spi.h Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
lpc31_syscreg.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_timer.h
lpc31_timerisr.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc31_uart.h
lpc31_usbdev.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc31_usbotg.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc31_wdt.h
Make.defs Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless 2015-01-24 06:49:51 -06:00