nuttx/arch/arm/src/lpc17xx
2014-08-08 18:39:28 -06:00
..
chip More trailing whilespace removal 2014-04-13 16:22:22 -06:00
chip.h
Kconfig LPC17 Ethernet: Added option to use the kernel worker thread to do most of the workload with CONFIG_NET_WORKER_THREAD option in Kconfig. Eliminated a problem with PHY DP83848C : it doesn't need a specific initialization on mbed. Critical bufix: From time to time (after some hours) the Ethernet receiver would lose one receive interrupt and the IP stack never recover because there is no receive watchdog as the transmit watchdog. From Max 2014-07-24 16:39:18 -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 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
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 Mostly cosmetic changes from Max 2014-07-24 16:00:21 -06:00
lpc17_dac.h
lpc17_emacram.h
lpc17_emc.c
lpc17_emc.h
lpc17_ethernet.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_ethernet.h
lpc17_gpdma.c LPC17: Fix a critical error in GPDMA reported by Lizhuoyi 2014-06-06 11:20:28 -06:00
lpc17_gpdma.h
lpc17_gpio.c
lpc17_gpio.h
lpc17_gpiodbg.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc17_gpioint.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc17_i2c.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_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 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_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
lpc17_lowputc.h
lpc17_mcpwm.c Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All form Max 2014-06-23 12:13:52 -06:00
lpc17_mpuinit.c
lpc17_mpuinit.h
lpc17_ohciram.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
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
lpc17_sdcard.c Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors 2014-08-07 18:00:38 -06:00
lpc17_sdcard.h More trailing whilespace removal 2014-04-13 16:22:22 -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 LPC17xx SPI: Remove an unused static prototype that caused a compile time warning 2013-09-17 17:14:08 -06:00
lpc17_spi.h
lpc17_ssp.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc17_ssp.h
lpc17_start.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc17_timer.c Mostly cosmetic changes from Max 2014-07-24 16:00:21 -06:00
lpc17_timer.h
lpc17_timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
lpc17_usbdev.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc17_usbhost.c More trailing whilespace removal 2014-04-13 16:22:22 -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 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
lpc17_userspace.h
lpc17_vectors.S Every ARM architecture must export g_instackbase 2014-03-23 10:05:21 -06:00
lpc17_wdt.h
lpc176x_clockconfig.c
lpc176x_gpio.c
lpc176x_gpio.h
lpc176x_rtc.c Eliminate warnings. From Max 2014-07-24 15:50:37 -06:00
lpc178x_clockconfig.c
lpc178x_gpio.c
lpc178x_gpio.h
Make.defs Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined. 2014-08-06 16:26:01 -06:00