nuttx/arch/arm/src/lpc17xx
2015-05-15 08:29:45 -06:00
..
chip Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
chip.h More LPC1788 updates from Rommel Marcelo 2013-03-19 13:33:00 +00:00
Kconfig USB host: Modify the transfer() and asynch() methods so that the actual size of the transfer is returned. Unverified on initial commit. 2015-05-05 13:14:22 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_clockconfig.c LPC1788 updates -- OS test configuration now works 2013-03-04 18:00:07 +00:00
lpc17_clockconfig.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_clrpend.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_clrpend.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_dac.c Mostly cosmetic changes from Max 2014-07-24 16:00:21 -06:00
lpc17_dac.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_emacram.h LPC17xx: Add IPv6 support to the LPC17 Ethernet driver. Untested... I no longer have a proper environment for LPC17 debug. 2015-02-10 14:04:08 -06:00
lpc17_emc.c wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
lpc17_emc.h Misc fixes to get SDRAM support and RAM test to build for the Open1788 platform 2013-03-27 14:28:43 +00:00
lpc17_ethernet.c LP17 Ethernet Driver: Fix some compile problems when IPv6 is enabled 2015-02-10 15:23:11 -06:00
lpc17_ethernet.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_gpdma.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_gpdma.h LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse sense of the IDLE LED 2013-04-01 15:52:55 +00:00
lpc17_gpio.c Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
lpc17_gpio.h Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_i2c.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_i2s.h Add LPC1788 EMC initialization logic 2013-02-12 18:44:41 +00:00
lpc17_idle.c arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 17:19:38 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_lowputc.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_mpuinit.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
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 convert Kwikstik K40 configurations to use kconfig-frontends tools 2013-03-25 17:33:41 +00:00
lpc17_qei.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_rit.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_rtc.h RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
lpc17_sdcard.c Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -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 Add flow control support to the STM32 serial driver; Fix some issues with UART2 and 5. From Lorenz Meier and Mike Smith 2013-06-06 14:49:14 -06:00
lpc17_spi.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_spi.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc17_ssp.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_ssp.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lpc17_start.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_timer.c Mostly cosmetic changes from Max 2014-07-24 16:00:21 -06:00
lpc17_timer.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_timerisr.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_usbdev.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_usbhost.c LPC17 USB host: Fix some OHCI done head handling when a tranfer is cancelled 2015-05-15 08:29:45 -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 Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
lpc17_userspace.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
lpc17_vectors.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
lpc17_wdt.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc176x_clockconfig.c LPC1788 updates -- OS test configuration now works 2013-03-04 18:00:07 +00:00
lpc176x_gpio.c LPC17 GPIO: Reorder steps when an output GPIO is configured in order to avoid transient bad values from being output. From Hal Glenn. 2015-05-02 06:30:19 -06:00
lpc176x_gpio.h Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
lpc176x_rtc.c RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
lpc178x_clockconfig.c LPC1788 updates -- OS test configuration now works 2013-03-04 18:00:07 +00:00
lpc178x_gpio.c Remove executable flag from more .c and .h files 2015-04-09 08:20:57 -06:00
lpc178x_gpio.h Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel Marcelo 2013-04-12 17:48:50 -06:00
Make.defs SAMV71-XULT: Enable 64-bit floating point support 2015-03-11 12:30:14 -06:00