nuttx/arch/arm/src/lpc17xx
2014-11-24 13:24:51 -06:00
..
chip
chip.h
Kconfig Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common drivers/serial/Kconfig. Add CONFIG_ARCH_HAVE_SERIAL_TERMIOS to indicate if an MCU supports TERMIOS 2014-10-27 11:31:16 -06:00
lpc17_adc.c
lpc17_adc.h
lpc17_allocateheap.c
lpc17_can.c
lpc17_can.h
lpc17_clockconfig.c
lpc17_clockconfig.h
lpc17_clrpend.c
lpc17_clrpend.h
lpc17_dac.c
lpc17_dac.h
lpc17_emacram.h Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet drivers 2014-11-16 08:10:06 -06:00
lpc17_emc.c
lpc17_emc.h
lpc17_ethernet.c Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet drivers 2014-11-16 08:10:06 -06:00
lpc17_ethernet.h
lpc17_gpdma.c
lpc17_gpdma.h
lpc17_gpio.c
lpc17_gpio.h
lpc17_gpiodbg.c
lpc17_gpioint.c
lpc17_i2c.c
lpc17_i2c.h
lpc17_i2s.h
lpc17_idle.c
lpc17_irq.c
lpc17_lcd.c
lpc17_lcd.h
lpc17_lowputc.c
lpc17_lowputc.h
lpc17_mcpwm.c
lpc17_mpuinit.c
lpc17_mpuinit.h
lpc17_ohciram.h
lpc17_pwm.c
lpc17_pwm.h
lpc17_qei.h
lpc17_rit.h
lpc17_rtc.h
lpc17_sdcard.c
lpc17_sdcard.h
lpc17_serial.c
lpc17_serial.h
lpc17_spi.c
lpc17_spi.h
lpc17_ssp.c
lpc17_ssp.h
lpc17_start.c
lpc17_timer.c
lpc17_timer.h
lpc17_timerisr.c
lpc17_usbdev.c More bugs/warnings found by cppcheck 2014-11-24 13:24:51 -06:00
lpc17_usbhost.c More bugs/warnings found by cppcheck 2014-11-24 13:24:51 -06:00
lpc17_usbhost.h
lpc17_userspace.c
lpc17_userspace.h
lpc17_vectors.S
lpc17_wdt.h
lpc176x_clockconfig.c
lpc176x_gpio.c
lpc176x_gpio.h
lpc176x_rtc.c
lpc178x_clockconfig.c
lpc178x_gpio.c
lpc178x_gpio.h
Make.defs There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -06:00