summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/Make.defs
Commit message (Expand)AuthorAgeFilesLines
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-3/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-2/+2
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-061-1/+5
* Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All f...Gregory Nutt2014-06-231-1/+17
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+4
* LPC17 LCD driver is code complete and in need of testingpatacongo2013-03-261-0/+4
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-1/+5
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-1/+1
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-0/+4
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-171-0/+3
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-1/+1
* Switch to user-mode before starting a new taskpatacongo2013-03-141-1/+1
* Add MPU support for the LPC17xx familypatacongo2013-03-111-0/+8
* Updates to the LPC1788 SDIO supportpatacongo2013-03-051-0/+4
* Add LPC1788 EMC initialization logicpatacongo2013-02-121-0/+4
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-25/+44
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-2/+2
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-3/+4
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-201-8/+12
* Add PIC32 SPI driverpatacongo2012-03-071-0/+0
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-5/+8
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-071-2/+3
* ADC bugfixes plus new DAC logic from Lzyypatacongo2011-08-251-0/+8
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-2/+2
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-091-1/+1
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-1/+1
* Add a stub that can be used when networking is enabled, but there is no ether...patacongo2011-03-111-1/+9
* Add logic to sleep in lpc17xx idle looppatacongo2011-03-021-4/+4
* Add start of USB host controllerpatacongo2010-12-151-0/+4
* Add logic to clear pending EMAC interruptspatacongo2010-11-181-3/+3
* Add skeleton for LPC17xx ethernet driverpatacongo2010-10-291-0/+4
* GPIO debug-related fixespatacongo2010-07-031-3/+3
* Add GPDMA skeleton filepatacongo2010-06-151-1/+1
* Add a simple SPI driverpatacongo2010-06-151-1/+1
* Add SSP driverpatacongo2010-06-141-1/+1
* Add USB device driverpatacongo2010-06-131-1/+5
* Add clock initialization logic for the Nucleus2g boadpatacongo2010-06-121-2/+3
* Add systick timerpatacongo2010-06-111-4/+2
* More lpc17xx port filespatacongo2010-06-081-1/+1
* Add interrupt control logicpatacongo2010-06-061-1/+5
* Add GPIO debug logicpatacongo2010-06-061-2/+6
* Add GPIO library functionspatacongo2010-06-061-2/+2
* Add config for 2G Engineering Nucleus LPC1768 boardpatacongo2010-06-051-0/+63