summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src
Commit message (Expand)AuthorAgeFilesLines
* Resync new repository with old repo r5166patacongo2012-09-171-2/+2
* Email address change in nuttx/patacongo2012-09-1329-29/+29
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-092-0/+4
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-1/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-2/+1
* More Kconfig filespatacongo2012-04-182-0/+14
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-7/+15
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-115-27/+37
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+4
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-5/+17
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-22/+28
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-3/+3
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-272-11/+10
* Argument to up_udelay() should be type useconds_tpatacongo2009-12-201-1/+2
* Missed uint32 type conversionspatacongo2009-12-174-5/+5
* Fix backward conditional compilationpatacongo2009-12-171-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-162-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1625-148/+153
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-6/+6
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-254-4/+4
* Basic i.MX1 low-level bootpatacongo2009-04-101-1/+1
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
* Add support for priority inheritancepatacongo2009-03-081-4/+20
* Fixes for z16f compilepatacongo2009-02-071-5/+1
* Make sure z16f still buildspatacongo2008-11-071-0/+14
* Fix errors/omissions in previous check-inpatacongo2008-02-171-1/+0
* Suppress debug output if CONFIG_DEBUG_SCHED is not definedpatacongo2008-02-174-11/+39
* Fix inconsistent use of CONFIG_ARCH_LOWPUTCpatacongo2008-02-163-12/+15
* Add timer initialization and interrupt controlpatacongo2008-02-161-2/+7
* Changes for clean link of pashello with z16fpatacongo2008-02-031-3/+5
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-2/+2
* *** empty log message ***patacongo2008-01-315-140/+127
* Z16F integration changespatacongo2008-01-313-5/+5
* fix conditional compilationpatacongo2008-01-301-1/+1
* Recalibrate delay looppatacongo2008-01-301-2/+5
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-36/+9
* Added low-level console driverpatacongo2008-01-305-20/+56
* Fix some Z16F serial bugspatacongo2008-01-291-29/+26
* Z16F Debugpatacongo2008-01-292-120/+121
* Basic Z16F serial driver functionalitypatacongo2008-01-283-12/+9
* Z16F compile/link with all OS features enabledpatacongo2008-01-284-25/+36
* Code completepatacongo2008-01-281-80/+112
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-262-83/+143
* Basic NuttX port functionalpatacongo2008-01-261-1/+1