nuttx/arch/arm/src/lpc17xx
2014-02-09 16:50:09 -06:00
..
chip Changes to remove some warning sduring compilation for ZKit-arm-1769 Board. 2013-05-02 06:28:59 -06:00
chip.h
Kconfig Add option to indicatet that data is retained in SDRAM 2014-01-28 10:42:49 -06:00
lpc17_adc.c LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannan 2013-04-23 08:47:21 -06:00
lpc17_adc.h
lpc17_allocateheap.c rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
lpc17_can.c SAMA5 CAN: Driver is now code complete but still untested 2013-10-22 15:47:52 -06:00
lpc17_can.h
lpc17_clockconfig.c
lpc17_clockconfig.h
lpc17_clrpend.c
lpc17_clrpend.h
lpc17_dac.c
lpc17_dac.h
lpc17_emacram.h
lpc17_emc.c
lpc17_emc.h
lpc17_ethernet.c Add prefex ETH0 to all PHY configurations to support multiple NICs 2013-09-17 10:45:07 -06:00
lpc17_ethernet.h
lpc17_gpdma.c
lpc17_gpdma.h
lpc17_gpio.c Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
lpc17_gpio.h Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
lpc17_gpiodbg.c Minor improvements to comments and debug output 2013-04-08 09:55:12 -06:00
lpc17_gpioint.c LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disable interrupts from interrupt handlers because they are automatically re-enabled. Try re-configuring pin instead. 2013-04-07 13:46:05 -06:00
lpc17_i2c.c Fix for lpc17xx i2c single byte read timeout error problem from M.Kannan 2013-05-08 06:57:55 -06:00
lpc17_i2c.h
lpc17_i2s.h
lpc17_idle.c rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
lpc17_irq.c Fix error in last ARMv7-M up_disable_irq checkin 2014-01-15 15:26:32 -06:00
lpc17_lcd.c Move include/nuttx/fb.h to include/nuttx/video/fb.h 2013-12-10 09:23:54 -06:00
lpc17_lcd.h Move include/nuttx/fb.h to include/nuttx/video/fb.h 2013-12-10 09:23:54 -06:00
lpc17_lowputc.c Add flow control support to the STM32 serial driver; Fix some issues with UART2 and 5. From Lorenz Meier and Mike Smith 2013-06-06 14:49:14 -06:00
lpc17_lowputc.h
lpc17_mpuinit.c
lpc17_mpuinit.h
lpc17_ohciram.h
lpc17_pwm.h
lpc17_qei.h
lpc17_rit.h
lpc17_rtc.h
lpc17_sdcard.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
lpc17_sdcard.h
lpc17_serial.c Fix types in conditional compilation 2014-01-10 13:36:18 -06:00
lpc17_serial.h Add flow control support to the STM32 serial driver; Fix some issues with UART2 and 5. From Lorenz Meier and Mike Smith 2013-06-06 14:49:14 -06:00
lpc17_spi.c LPC17xx SPI: Remove an unused static prototype that caused a compile time warning 2013-09-17 17:14:08 -06:00
lpc17_spi.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc17_ssp.c Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc17_ssp.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc17_start.c LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 2013-12-05 10:37:55 -06:00
lpc17_timer.h
lpc17_timerisr.c
lpc17_usbdev.c
lpc17_usbhost.c USB HID mouse: Fixes the basic data transfer model. Returned position data is still bad 2014-02-09 16:50:09 -06:00
lpc17_usbhost.h LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 2013-12-05 10:37:55 -06:00
lpc17_userspace.c
lpc17_userspace.h
lpc17_vectors.S Fix a duplicate label introduce in recent commit 2013-12-23 14:29:25 -06:00
lpc17_wdt.h
lpc176x_clockconfig.c
lpc176x_gpio.c Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
lpc176x_gpio.h Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
lpc178x_clockconfig.c
lpc178x_gpio.c Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel Marcelo 2013-04-12 17:48:50 -06:00
lpc178x_gpio.h Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel Marcelo 2013-04-12 17:48:50 -06:00
Make.defs Improve some ARMv7-A/M floating point register save time; Add floating point register save logic for ARMv7-A 2013-07-23 17:52:06 -06:00