aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/z16
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-051-20/+25
* More Kconfig filespatacongo2012-04-183-0/+55
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* 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
* Completes coding of the PWM modulepatacongo2011-12-1943-0/+7111