summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2-1/+5
2012-07-05Change all values in all limits.h for all architectures to signed decimal; th...patacongo1-18/+23
2012-04-18More Kconfig filespatacongo4-0/+48
2012-04-08Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo1-1/+1
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-22Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo1-1/+1
2012-03-21Move serial header files to include/nuttx/serialpatacongo1-1/+1
2012-03-21Move file-system header files to include/nuttx/fspatacongo2-2/+2
2012-02-23Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo1-5/+0
2012-02-12Fix a small RAM log bug (the RAM log still does not work)patacongo1-1/+1
2012-02-12Fix some typos and compilation errors introduced in the last checkinpatacongo1-1/+1
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo2-8/+14
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo4-21/+42
2012-01-29Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo1-2/+4
2011-08-30Fix issue with multilib buildpatacongo1-1/+1
2011-08-27STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo1-0/+8
2011-07-11Add an 'export' target to the NuttX top-level Makefilepatacongo1-4/+16
2011-04-08Add kernel mode hooks and reminders for other architecturespatacongo1-0/+11
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo5-8/+13
2011-04-06Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo1-5/+5
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo1-1/+1
2011-03-30Add basic syscall logic for i486 and AVR32patacongo3-1/+236
2011-03-29Add more syscall filespatacongo1-0/+88
2011-03-29Moving toward system call infrastructurepatacongo1-0/+6
2011-03-17Fix QEMU timer interrupt handlerpatacongo8-66/+231
2011-03-17Documentation updatespatacongo3-104/+118
2011-03-16Fix QEMU timer interruptspatacongo3-9/+17
2011-03-11apps/-related updatespatacongo1-1/+1
2011-03-10enable/disable IRQ backwardpatacongo3-14/+17
2011-03-10Restructure interrupt/timer logicpatacongo4-76/+381
2011-03-10Fix QEMU context switch bugpatacongo2-12/+43
2011-03-10Experimental version of waitpid()patacongo1-3/+3
2011-03-10Add QEMU NSH configurationpatacongo2-1/+34
2011-03-10Fix basic QEMU portpatacongo7-436/+103
2011-03-09#warning removalpatacongo3-68/+10
2011-03-09Some VSN changespatacongo1-3/+1
2011-03-09Fix fullcontextrestore bugpatacongo5-63/+98
2011-03-08Remove Cygwin dependencies from .S filespatacongo5-124/+58
2011-03-08misc QEMU fixespatacongo4-29/+77
2011-03-07Add i486 toolchain supportpatacongo2-23/+23
2011-03-06Cosmetics updatespatacongo9-14/+9
2011-03-06RTL driver update (still in progress)patacongo2-13/+33
2011-03-06Fix QEMU build target namepatacongo1-2/+2
2011-03-06QEMU i486 port is code completepatacongo6-53/+158
2011-03-05Add a stub for the QEMU serial driverpatacongo2-1/+90
2011-03-05Completes port of interrpt handling logicpatacongo18-136/+935
2011-03-05Add QEMU interrupt handling (incomplete)patacongo8-24/+647
2011-03-05Add task init and signal scheduling logicpatacongo7-33/+505
2011-03-05More QEMU logicpatacongo17-27/+1473