nuttx/arch/arm/src/lpc31xx
2015-07-10 18:41:26 -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 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -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
lpc31_cgu.h
lpc31_cgudrvr.h Clean up and review of header files for conformance to standards 2015-06-12 19:00:52 -06:00
lpc31_clkdomain.c
lpc31_clkexten.c
lpc31_clkfreq.c
lpc31_clkinit.c
lpc31_decodeirq.c
lpc31_defclk.c
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
lpc31_evntrtr.h
lpc31_fdcndx.c
lpc31_fdivinit.c
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
lpc31_mpmc.h
lpc31_nand.h
lpc31_otp.h
lpc31_pcm.h
lpc31_pllconfig.c
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
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
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 Fix some warnings/errors detected by nuttx/tools/testbuilds.sh 2015-07-10 18:41:26 -06:00
lpc31_usbotg.h
lpc31_wdt.h
Make.defs