nuttx/arch/arm/src/lpc17xx
2013-06-06 14:49:14 -06:00
..
chip Changes to remove some warning sduring compilation for ZKit-arm-1769 Board. 2013-05-02 06:28:59 -06:00
chip.h More LPC1788 updates from Rommel Marcelo 2013-03-19 13:33:00 +00:00
Kconfig 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_adc.c LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannan 2013-04-23 08:47:21 -06:00
lpc17_adc.h Directories where the same source files are used to build different objects need to keep those objects in separate directories; LPC17xx updates from Chris Taglia 2013-03-19 23:40:07 +00:00
lpc17_allocateheap.c itoa() from Ryan Sundberg 2013-03-14 18:30:06 +00:00
lpc17_can.c Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00: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 Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00: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 ZKIT-ARM-1769 support for ADC and DAC from Rashid 2013-03-09 13:29:47 +00: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 Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_emc.c Misc fixes to get SDRAM support and RAM test to build for the Open1788 platform 2013-03-27 14:28:43 +00: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 Use of BASEPRI to control ARM interrupts is now functional 2013-01-22 16:09:10 +00: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 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_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 Minor improvements to comments and debug output 2013-04-08 09:55:12 -06:00
lpc17_gpioint.c LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disable interrupts from interrupt handlers because they are automatically re-enabled. Try re-configuring pin instead. 2013-04-07 13:46:05 -06:00
lpc17_i2c.c Fix for lpc17xx i2c single byte read timeout error problem from M.Kannan 2013-05-08 06:57:55 -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 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_irq.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
lpc17_lcd.c Back out the LPC1788 GPIO typemask logic that was just checked in. This is not necessary 2013-04-08 18:58:50 -06:00
lpc17_lcd.h In LPC1788 24-bit color mode, we need to tell NX that the resolution if 32 bpp; Add interfaces to control Open1788 backlight 2013-03-28 17:12:11 +00:00
lpc17_lowputc.c 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_lowputc.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_mpuinit.c Add kernel build support to the STM32 family and to the STM32F4Discovery board 2013-03-22 14:49:21 +00:00
lpc17_mpuinit.h Add MPU support for the LPC17xx family 2013-03-11 17:51:42 +00:00
lpc17_ohciram.h Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00: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 Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_sdcard.c Several fixes for open1788 SDCARD DMA (more files) 2013-03-31 18:15:19 +00:00
lpc17_sdcard.h Fixe to kernel build and syscalls. 2013-03-13 17:32:37 +00:00
lpc17_serial.c 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_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 LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); Changed to lpc17_spinitialize() and lpc17_sspinitialize(). 2013-04-01 15:02:22 +00:00
lpc17_spi.h LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); Changed to lpc17_spinitialize() and lpc17_sspinitialize(). 2013-04-01 15:02:22 +00:00
lpc17_ssp.c SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driver 2013-04-02 16:36:19 +00:00
lpc17_ssp.h LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); Changed to lpc17_spinitialize() and lpc17_sspinitialize(). 2013-04-01 15:02:22 +00:00
lpc17_start.c Add kernel build support to the STM32 family and to the STM32F4Discovery board 2013-03-22 14:49:21 +00: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 Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_usbdev.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
lpc17_usbhost.c Refactor all lpc17xx header files (more like STM32 header file structure now) 2013-01-18 19:16:44 +00:00
lpc17_userspace.c More updates to MPU control logic 2013-03-12 17:50:59 +00:00
lpc17_userspace.h Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs 2013-03-24 17:28:38 +00:00
lpc17_vectors.S Add a OS test kernel build configuration for the STM32F4Discovery board 2013-03-22 16:19:59 +00: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 Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
lpc176x_gpio.h Separater LPC176x and LPC178x GPIO logic into separate files 2013-04-03 23:47:43 +00:00
lpc178x_clockconfig.c LPC1788 updates -- OS test configuration now works 2013-03-04 18:00:07 +00:00
lpc178x_gpio.c Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel Marcelo 2013-04-12 17:48:50 -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 LPC17 LCD driver is code complete and in need of testing 2013-03-26 20:06:53 +00:00