nuttx/arch/arm/src/lpc17xx_40xx
Nathan Hartman 68d43d3679 Fix typos.
2019-08-04 14:50:28 -06:00
..
hardware
chip.h
Kconfig
lpc17_40_adc.c arch/arm/src/lpc17xx_40xx/lpc17_40_adc.c: Fix very minor coding standard problem in last PR. 2019-07-29 12:05:47 -06:00
lpc17_40_adc.h
lpc17_40_allocateheap.c
lpc17_40_can.c
lpc17_40_can.h
lpc17_40_clockconfig.c
lpc17_40_clockconfig.h
lpc17_40_clrpend.c
lpc17_40_clrpend.h
lpc17_40_dac.c
lpc17_40_dac.h
lpc17_40_emacram.h
lpc17_40_emc.c
lpc17_40_emc.h
lpc17_40_ethernet.c arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Set speed back to 10Mbps if 10Mmbps link negotiated. 2019-07-27 12:16:13 -06:00
lpc17_40_ethernet.h
lpc17_40_gpdma.c
lpc17_40_gpdma.h
lpc17_40_gpio.c
lpc17_40_gpio.h
lpc17_40_gpiodbg.c
lpc17_40_gpioint.c
lpc17_40_i2c.c arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c: Calculate the appropriate timeout for I2C transfers. Depending on the bus frequency and transfer size, I2C transactions can take quite a bit, so a fixed timeout is not a good solution. Calculating the timeout at run time poses some overhead but still better than aborting long transactions. 2019-07-25 13:07:28 -06:00
lpc17_40_i2c.h
lpc17_40_i2s.h
lpc17_40_idle.c
lpc17_40_irq.c
lpc17_40_lcd.c
lpc17_40_lcd.h
lpc17_40_lowputc.c Fix typos. 2019-08-04 14:50:28 -06:00
lpc17_40_lowputc.h
lpc17_40_mcpwm.c
lpc17_40_mpuinit.c
lpc17_40_mpuinit.h
lpc17_40_ohciram.h
lpc17_40_progmem.c
lpc17_40_progmem.h
lpc17_40_pwm.c
lpc17_40_pwm.h
lpc17_40_qei.h
lpc17_40_rit.h
lpc17_40_rtc.h
lpc17_40_sdcard.c
lpc17_40_sdcard.h
lpc17_40_serial.c
lpc17_40_serial.h
lpc17_40_spi.c
lpc17_40_spi.h
lpc17_40_ssp.c
lpc17_40_ssp.h
lpc17_40_start.c
lpc17_40_start.h
lpc17_40_timer.c
lpc17_40_timer.h
lpc17_40_timerisr.c
lpc17_40_usbdev.c
lpc17_40_usbhost.c
lpc17_40_usbhost.h
lpc17_40_userspace.c
lpc17_40_userspace.h
lpc17_40_wdt.h
lpc176x_clockconfig.c
lpc176x_gpio.c
lpc176x_gpio.h
lpc176x_rtc.c
lpc178x_40xx_clockconfig.c
lpc178x_40xx_gpio.c
lpc178x_40xx_gpio.h
Make.defs