summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc2378
Commit message (Expand)AuthorAgeFilesLines
* More bugs/warnings found by cppcheckGregory Nutt2014-11-241-8/+18
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-3/+3
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-12/+12
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-1/+1
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-085-5/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-3/+7
* LPC23xx: Several fixes for typos from LizhuoyiGregory Nutt2014-06-063-765/+817
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-133-9/+9
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-3/+3
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-231-2/+6
* LPC2378: SPI driver from LizhuoyiGregory Nutt2014-03-086-17/+812
* LPC2378: I2C driver from LizhuoyiGregory Nutt2014-03-083-4/+792
* Fix some confusion in the code about vectored interrupts; fix so that it buil...Gregory Nutt2014-03-084-25/+33
* arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configu...Gregory Nutt2014-03-025-64/+245
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-1/+1
* Fix types in conditional compilationGregory Nutt2014-01-101-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-101/+101
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+1
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-1/+3
* Remove up_assert_codeGregory Nutt2013-04-252-2/+2
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-6/+6
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-2/+2
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-7/+8
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Remove executable property from source and make filespatacongo2012-09-1315-0/+0
* Email address change in nuttx/patacongo2012-09-1313-243/+243
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-4/+3
* More configuration filespatacongo2012-04-111-0/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-8/+8
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-5/+10
* Run indent.sh agains lpc2378 codepatacongo2010-04-117-546/+578
* lpc2378 port contributed by Rommel Marcelopatacongo2010-04-0917-0/+5012