nuttx/arch/arm/src/lpc2378
2015-06-28 08:08:57 -06:00
..
chip.h LPC23xx: Several fixes for typos from Lizhuoyi 2014-06-06 11:06:19 -06:00
internal.h Clean up and review of header files for conformance to standards 2015-06-12 19:17:42 -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
lpc23xx_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
lpc23xx_gpio.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc23xx_head.S
lpc23xx_i2c.c wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
lpc23xx_i2c.h LPC2378: SPI driver from Lizhuoyi 2014-03-08 11:37:50 -06:00
lpc23xx_io.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc23xx_irq.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
lpc23xx_lowputc.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc23xx_pinsel.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc23xx_pllsetup.c
lpc23xx_scb.h
lpc23xx_serial.c Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
lpc23xx_spi.c More bugs/warnings found by cppcheck 2014-11-24 13:24:51 -06:00
lpc23xx_spi.h LPC2378: SPI driver from Lizhuoyi 2014-03-08 11:37:50 -06:00
lpc23xx_timer.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc23xx_timerisr.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc23xx_uart.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc23xx_vic.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
Make.defs Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless 2015-01-24 06:49:51 -06:00