summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx
Commit message (Expand)AuthorAgeFilesLines
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-222-2/+21
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-5/+8
* Add generic, upper-half PWM driverpatacongo2011-12-162-91/+106
* More STM32 DAC driver logicpatacongo2011-12-152-30/+45
* Add STM32 DAC register definitions and skeleton DAC driverpatacongo2011-12-121-24/+33
* Replace tabs with spacespatacongo2011-12-121-65/+76
* Update comments, dates, ... housekeepingpatacongo2011-10-031-1/+1
* Add SAM3U board-specific SPI supportpatacongo2011-10-031-1/+1
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-072-2/+548
* ADC bugfixes plus new DAC logic from Lzyypatacongo2011-08-253-0/+466
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-052-3/+3
* Revised CAN driverpatacongo2011-08-031-118/+252
* Fix LPC17xx chip memory configuration errorpatacongo2011-08-031-8/+8
* Reduce image size; documentation updates; LPC17 typo fixedpatacongo2011-07-211-494/+494
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-122-2/+303
* Correct errors in LPC17xx CAN register definespatacongo2011-07-121-3/+3
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-093-122/+165
* Fix minimum MTU... must be at lest 576patacongo2011-06-062-2/+3
* LPCXpresso USB device workspatacongo2011-04-171-0/+4
* Misc USB storage-related cleanuppatacongo2011-04-161-2/+0
* Add support for SMSC LAN8720 PHYpatacongo2011-04-151-7/+100
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-3/+3
* Cosmeticpatacongo2011-04-131-2/+5
* Fix some issues with LPC17xx UART2 and 3 configurationspatacongo2011-04-131-1/+1
* LPCXpression console on UART3patacongo2011-04-132-8/+8
* Bugfix for lpc17xx GPIO interruptspatacongo2011-04-111-6/+22
* Fix error introduced in last commitpatacongo2011-04-081-2/+2
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-081-25/+68
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-1/+1
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-063-364/+367
* Clean kernel-/user-mode module buildpatacongo2011-04-052-2/+2
* Updates from Urospatacongo2011-03-271-1/+1
* Add RTL8187 TX logicpatacongo2011-03-252-11/+104
* Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-inpatacongo2011-03-243-30/+158
* Fix lpc17xx GPIO interrupt handling errorspatacongo2011-03-232-4/+4
* Add apps/poweroff lpc17 hardware handshakepatacongo2011-03-142-2/+23
* Add a stub that can be used when networking is enabled, but there is no ether...patacongo2011-03-111-1/+9
* Fix basic QEMU portpatacongo2011-03-102-14/+11
* Add logic to sleep in lpc17xx idle looppatacongo2011-03-022-4/+108
* Add beginning of m9s12x GPIO supportpatacongo2011-02-251-2/+1
* Update commentspatacongo2011-01-231-2/+15
* Correct a crash when keyboard removedpatacongo2011-01-201-1/+1
* Add logic to map keyboard scancodespatacongo2011-01-181-2/+2
* More HID keyboard progresspatacongo2011-01-171-1/+11
* More HID keyboard supportpatacongo2011-01-161-21/+307
* Make space for int/isoc endpoint supportpatacongo2011-01-161-60/+240
* Many changes in preparation for HID keyboardpatacongo2011-01-151-125/+307
* TD's no longer hard allocatedpatacongo2011-01-152-176/+350
* Extend the ED and get the transfer type into the EDpatacongo2011-01-142-79/+75
* Add support for lowspeed devicespatacongo2011-01-121-2/+36