summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x
Commit message (Expand)AuthorAgeFilesLines
* More bugs/warnings found by cppcheckGregory Nutt2014-11-241-1/+2
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-2/+2
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-13/+14
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-084-4/+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-5/+8
* 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-136-30/+30
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-231-1/+5
* configs/mcu123-lpc214x/usbmsc: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-031-1/+8
* arch/arm/src/lpc2378/Kconfig: Create Kconfig for the platform; Adjust configu...Gregory Nutt2014-03-021-2/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-1/+1
* Fix types in conditional compilationGregory Nutt2014-01-101-1/+1
* 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-252-2/+4
* 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
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-5/+6
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-1/+17
* 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-3/+4
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-0/+134
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+4
* Remove executable property from source and make filespatacongo2012-09-132-0/+0
* Email address change in nuttx/patacongo2012-09-1316-157/+157
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-5/+33
* 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/+2
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-1/+1
* 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
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-5/+32
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-5/+11
* Create include/nuttx/usb directorypatacongo2010-12-141-3/+3
* lpc313x updatepatacongo2010-04-041-1/+1
* Fixes for recent header file reorganizationpatacongo2009-12-286-2/+13
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-166-235/+242
* More init logicpatacongo2009-12-031-1/+1
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-301-1/+1
* Misc integration fixespatacongo2009-10-301-1/+1
* Fix typo in vectored interrpt logicpatacongo2009-07-141-2/+2
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Same as last check-in, just implemented more sanelypatacongo2009-06-121-2/+2
* eliminate some warningspatacongo2009-06-111-2/+2
* Add support for Windows GCC to lpc2148 and str711patacongo2009-06-111-5/+0