nuttx/arch/arm/src/lpc17xx
2018-01-22 08:17:45 -06:00
..
chip
chip.h
Kconfig Correct mispelling 2017-04-22 17:03:34 -06:00
lpc17_adc.c
lpc17_adc.h
lpc17_allocateheap.c Trivial removal of a blank line. 2017-08-31 11:36:18 -06:00
lpc17_can.c Move CAN subsystem to its own directory and put device drivers there 2017-05-12 11:48:47 -03: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 The existence of the network driver ioctl() method should depend on CONFIG_NETDEV_IOCTL rather than CONFIG_NETDEV_PHY_IOCTL. The former enables the method, the later enables a subset of possible driver IOCTLs. This change should be basically a no-operation. The affected ioctl methods only support those subset of driver IOCTLs selected by CONFIG_NETDEV_PHY_IOCTL and the network logic will tolerate a nul ioctl method. 2018-01-22 08:17:45 -06:00
lpc17_ethernet.h
lpc17_gpdma.c Cosmetic fixes to comments, README, and other trivial corrections. 2017-12-25 10:45:47 -06:00
lpc17_gpdma.h Cosmetic fixes to comments, README, and other trivial corrections. 2017-12-25 10:45:47 -06:00
lpc17_gpio.c
lpc17_gpio.h
lpc17_gpiodbg.c
lpc17_gpioint.c
lpc17_i2c.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
lpc17_i2c.h
lpc17_i2s.h
lpc17_idle.c
lpc17_irq.c
lpc17_lcd.c configs/indium/include/board.h: Remove extra endif 2017-12-16 19:29:58 -06:00
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 Squashed commit of the following: 2017-10-04 15:22:27 -06:00
lpc17_sdcard.h
lpc17_serial.c
lpc17_serial.h
lpc17_spi.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
lpc17_spi.h Fix forward references that were mangled in last large changes. 2017-04-29 06:59:35 -06:00
lpc17_ssp.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
lpc17_ssp.h ARM arch changes 2017-04-28 18:23:29 +02:00
lpc17_start.c arch/arm/src/lpc17xx, lpc43xx, and stm32: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 14:29:55 -06:00
lpc17_start.h arch/arm/src/: Fix a error in last commit that was cloned in three places. 2017-12-17 14:38:20 -06:00
lpc17_timer.c
lpc17_timer.h
lpc17_timerisr.c
lpc17_usbdev.c
lpc17_usbhost.c Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
lpc17_usbhost.h
lpc17_userspace.c
lpc17_userspace.h
lpc17_vectors.S Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
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