nuttx/arch/arm/src/lpc2378
2015-04-23 14:04:43 -06:00
..
chip.h LPC23xx: Several fixes for typos from Lizhuoyi 2014-06-06 11:06:19 -06:00
internal.h Fix some confusion in the code about vectored interrupts; fix so that it builds with prioritized interrutps disabed 2014-03-08 10:57:11 -06:00
Kconfig LPC23xx: Several fixes for typos from Lizhuoyi 2014-06-06 11:06:19 -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 arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configuration names for compatibility, configs/olimex-lpc2378/nsh: Convert to use the kconfig-frontends tools 2014-03-02 11:08:23 -06:00
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 arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configuration names for compatibility, configs/olimex-lpc2378/nsh: Convert to use the kconfig-frontends tools 2014-03-02 11:08:23 -06:00
lpc23xx_scb.h arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configuration names for compatibility, configs/olimex-lpc2378/nsh: Convert to use the kconfig-frontends tools 2014-03-02 11:08:23 -06:00
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