.. |
chip.h
|
Fix LPC17xx chip memory configuration error
|
2011-08-03 04:26:31 +00:00 |
lpc17_adc.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_allocateheap.c
|
Make number of user endpoints configurable
|
2010-12-19 15:58:45 +00:00 |
lpc17_can.c
|
Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported by Lzyy
|
2011-07-12 16:36:45 +00:00 |
lpc17_can.h
|
Correct errors in LPC17xx CAN register defines
|
2011-07-12 13:29:44 +00:00 |
lpc17_clockconfig.c
|
Fix missing PCONP bit definition to enable GPIO
|
2010-07-03 04:58:51 +00:00 |
lpc17_clrpend.c
|
Add logic to clear pending EMAC interrupts
|
2010-11-18 01:36:04 +00:00 |
lpc17_dac.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_emacram.h
|
Fix minimum MTU... must be at lest 576
|
2011-06-06 15:06:08 +00:00 |
lpc17_ethernet.c
|
Fix minimum MTU... must be at lest 576
|
2011-06-06 15:06:08 +00:00 |
lpc17_ethernet.h
|
Add ethernet interrupt handler
|
2010-11-13 19:31:01 +00:00 |
lpc17_gpdma.c
|
Add GPDMA skeleton file
|
2010-06-15 14:46:53 +00:00 |
lpc17_gpdma.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_gpio.c
|
Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-in
|
2011-03-24 02:26:25 +00:00 |
lpc17_gpio.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_gpiodbg.c
|
GPIO debug-related fixes
|
2010-07-03 01:35:53 +00:00 |
lpc17_gpioint.c
|
Bugfix for lpc17xx GPIO interrupts
|
2011-04-11 19:14:11 +00:00 |
lpc17_i2c.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_i2s.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_idle.c
|
Add logic to sleep in lpc17xx idle loop
|
2011-03-02 14:43:28 +00:00 |
lpc17_internal.h
|
Handling missing RHSC interrupt
|
2010-12-30 23:08:46 +00:00 |
lpc17_irq.c
|
current_regs should be volatile; add support for nested interrupts; enable interrupts during syscall processing
|
2011-04-06 23:01:06 +00:00 |
lpc17_lowputc.c
|
ARM stack check logic; ARM no-console build fixes; Nucleus-2G updates
|
2011-07-09 12:53:12 +00:00 |
lpc17_mcpwm.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_memorymap.h
|
Files needed to make LPC17xx EMAC RAM more configurable
|
2010-11-28 01:04:11 +00:00 |
lpc17_ohciram.h
|
Clean kernel-/user-mode module build
|
2011-04-05 20:54:00 +00:00 |
lpc17_pinconn.h
|
Fix float PINMODE case
|
2010-08-10 04:08:40 +00:00 |
lpc17_pwm.h
|
Add NX configuration
|
2010-12-06 05:15:14 +00:00 |
lpc17_qei.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_rit.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_rtc.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_serial.c
|
ARM stack check logic; ARM no-console build fixes; Nucleus-2G updates
|
2011-07-09 12:53:12 +00:00 |
lpc17_serial.h
|
Add apps/poweroff lpc17 hardware handshake
|
2011-03-14 20:50:46 +00:00 |
lpc17_spi.c
|
Add cmddata method to the SPI interface
|
2010-12-03 01:37:56 +00:00 |
lpc17_spi.h
|
typos
|
2010-06-15 00:45:28 +00:00 |
lpc17_ssp.c
|
LCD bug fixes
|
2010-12-07 03:06:19 +00:00 |
lpc17_ssp.h
|
Add SSP driver
|
2010-06-14 23:14:20 +00:00 |
lpc17_start.c
|
Add config for 2G Engineering Nucleus LPC1768 board
|
2010-06-05 20:04:21 +00:00 |
lpc17_syscon.h
|
Reduce image size; documentation updates; LPC17 typo fixed
|
2011-07-21 16:01:03 +00:00 |
lpc17_timer.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
lpc17_timerisr.c
|
Add clock initialization logic for the Nucleus2g boad
|
2010-06-12 18:47:02 +00:00 |
lpc17_uart.h
|
Fix basic QEMU port
|
2011-03-10 00:58:10 +00:00 |
lpc17_usb.h
|
mostly cosmetic
|
2010-12-30 02:25:14 +00:00 |
lpc17_usbdev.c
|
LPCXpresso USB device works
|
2011-04-17 00:35:54 +00:00 |
lpc17_usbhost.c
|
Clean kernel-/user-mode module build
|
2011-04-05 20:54:00 +00:00 |
lpc17_vectors.S
|
Fix error introduced in last commit
|
2011-04-08 03:54:17 +00:00 |
lpc17_wdt.h
|
Add GPIO library functions
|
2010-06-06 15:10:19 +00:00 |
Make.defs
|
Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported by Lzyy
|
2011-07-12 16:36:45 +00:00 |