summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/common/up_initialize.c
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-081-0/+3
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-061-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-1/+1
* 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/+10
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-0/+8
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-4/+6
* apps/-related updatespatacongo2011-03-111-1/+1
* First cut at x86 build environmentpatacongo2011-03-041-0/+168