summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/common/up_initialize.c
Commit message (Expand)AuthorAgeFilesLines
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-4/+24
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+5
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-0/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-11/+24
* Progress debugging serial driverpatacongo2010-11-061-0/+13
* Add framework for AVRpatacongo2010-10-031-0/+170