..
chip
Merged in hg42/nuttx/lpc17-disable-FDR-2 (pull request #596 )
2018-02-11 21:24:47 +00:00
chip.h
Kconfig
Correct mispelling
2017-04-22 17:03:34 -06:00
lpc17_adc.c
irq_dispatch: Add argument pointer to irq_dispatch
2017-02-27 06:27:56 -06:00
lpc17_adc.h
lpc17_allocateheap.c
Trivial removal of a blank line.
2017-08-31 11:36:18 -06:00
lpc17_can.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_can.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
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
irq_dispatch: Add argument pointer to irq_dispatch
2017-02-27 06:27:56 -06:00
lpc17_i2c.c
sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed.
2018-01-31 10:09:14 -06:00
lpc17_i2c.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_i2s.h
lpc17_idle.c
lpc17_irq.c
irq_dispatch: Add argument pointer to irq_dispatch
2017-02-27 06:27:56 -06:00
lpc17_lcd.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_lcd.h
lpc17_lowputc.c
Merged in hg42/nuttx/lpc17-disable-FDR-2 (pull request #596 )
2018-02-11 21:24:47 +00:00
lpc17_lowputc.h
lpc17_mcpwm.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_mpuinit.c
lpc17_mpuinit.h
lpc17_ohciram.h
lpc17_pwm.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_pwm.h
lpc17_qei.h
lpc17_rit.h
lpc17_rtc.h
lpc17_sdcard.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_sdcard.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_serial.c
Merged in hg42/nuttx/lpc17-disable-FDR-2 (pull request #596 )
2018-02-11 21:24:47 +00:00
lpc17_serial.h
lpc17_spi.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_spi.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_ssp.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_ssp.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06: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
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
lpc17_timer.h
lpc17_timerisr.c
irq_dispatch: Add argument pointer to irq_dispatch
2017-02-27 06:27:56 -06:00
lpc17_usbdev.c
irq_dispatch: Add argument pointer to irq_dispatch
2017-02-27 06:27:56 -06:00
lpc17_usbhost.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -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
irq_dispatch: Add argument pointer to irq_dispatch
2017-02-27 06:27:56 -06:00
lpc178x_clockconfig.c
lpc178x_gpio.c
lpc178x_gpio.h
Make.defs
armv7-a, armv7-r, armv7-m: Add atomic read-add-write and read-subtract-write functions.
2018-02-04 12:22:03 -06:00