nuttx/arch/arm/src/lpc17xx
2015-08-21 08:42:24 -06:00
..
chip Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
chip.h
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
lpc17_adc.c LPC17xx: DC updates from Max. Also fixes some syntax errors that I introduced in the last commit. 2014-07-28 07:23:49 -06:00
lpc17_adc.h
lpc17_allocateheap.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_can.c All CAN drivers: Set the new error indication to zero in the CAN message report 2015-08-18 07:24:12 -06:00
lpc17_can.h
lpc17_clockconfig.c
lpc17_clockconfig.h
lpc17_clrpend.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_clrpend.h
lpc17_dac.c Mostly cosmetic changes from Max 2014-07-24 16:00:21 -06:00
lpc17_dac.h
lpc17_emacram.h Fix some typos in header files 2015-07-01 11:45:08 -06:00
lpc17_emc.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
lpc17_emc.h
lpc17_ethernet.c LC17 Ethernet: Ignore 4-bit versin number when checking for PHY ID match 2015-06-03 19:47:10 -06:00
lpc17_ethernet.h
lpc17_gpdma.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_gpdma.h Fix some common typos 2015-08-16 10:59:10 -06:00
lpc17_gpio.c
lpc17_gpio.h
lpc17_gpiodbg.c
lpc17_gpioint.c
lpc17_i2c.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_i2c.h
lpc17_i2s.h
lpc17_idle.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
lpc17_irq.c All ARMV7-M IRQ setup: Always set the NVIC vector table address. This is needed in cases where the code is running with a bootload and when the code is running from RAM. It is also needed by the logic of up_ramvec_initialize() which gets the vector base address from the NVIC. Suggested by Pavel Pisa 2015-08-21 08:42:24 -06:00
lpc17_lcd.c Eliminate a warning detected by nuttx/tools/testbuild.sh 2015-07-22 14:11:10 -06:00
lpc17_lcd.h
lpc17_lowputc.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_lowputc.h
lpc17_mcpwm.c
lpc17_mpuinit.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_mpuinit.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
lpc17_ohciram.h
lpc17_pwm.c Mostly cosmetic changes from Max 2014-07-24 16:00:21 -06:00
lpc17_pwm.h
lpc17_qei.h
lpc17_rit.h
lpc17_rtc.h RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
lpc17_sdcard.c Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
lpc17_sdcard.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
lpc17_serial.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
lpc17_serial.h
lpc17_spi.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_spi.h Fix some typos in header files 2015-07-01 11:45:08 -06:00
lpc17_ssp.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_ssp.h
lpc17_start.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_timer.c Mostly cosmetic changes from Max 2014-07-24 16:00:21 -06:00
lpc17_timer.h
lpc17_timerisr.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_usbdev.c Fix some common typos 2015-08-16 10:59:10 -06:00
lpc17_usbhost.c Fix some warnings/errors detected by nuttx/tools/testbuilds.sh 2015-07-10 18:41:26 -06:00
lpc17_usbhost.h
lpc17_userspace.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
lpc17_userspace.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
lpc17_vectors.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_wdt.h
lpc176x_clockconfig.c
lpc176x_gpio.c LPC17 GPIO: Reorder steps when an output GPIO is configured in order to avoid transient bad values from being output. From Hal Glenn. 2015-05-02 06:30:19 -06:00
lpc176x_gpio.h
lpc176x_rtc.c RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
lpc178x_clockconfig.c
lpc178x_gpio.c Remove executable flag from more .c and .h files 2015-04-09 08:20:57 -06:00
lpc178x_gpio.h
Make.defs Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization 2015-07-17 07:20:16 -06:00