summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* More Kconfig filespatacongo2012-04-184-0/+48
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-221-1/+1
* 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
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-5/+0
* 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-112-8/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-114-21/+42
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+4
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo2011-08-271-0/+8
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-4/+16
* Add kernel mode hooks and reminders for other architecturespatacongo2011-04-081-0/+11
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-065-8/+13
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-5/+5
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-1/+1
* Add basic syscall logic for i486 and AVR32patacongo2011-03-303-1/+236
* Add more syscall filespatacongo2011-03-291-0/+88
* Moving toward system call infrastructurepatacongo2011-03-291-0/+6
* Fix QEMU timer interrupt handlerpatacongo2011-03-178-66/+231
* Documentation updatespatacongo2011-03-173-104/+118
* Fix QEMU timer interruptspatacongo2011-03-163-9/+17
* apps/-related updatespatacongo2011-03-111-1/+1
* enable/disable IRQ backwardpatacongo2011-03-103-14/+17
* Restructure interrupt/timer logicpatacongo2011-03-104-76/+381
* Fix QEMU context switch bugpatacongo2011-03-102-12/+43
* Experimental version of waitpid()patacongo2011-03-101-3/+3
* Add QEMU NSH configurationpatacongo2011-03-102-1/+34
* Fix basic QEMU portpatacongo2011-03-107-436/+103
* #warning removalpatacongo2011-03-093-68/+10
* Some VSN changespatacongo2011-03-091-3/+1
* Fix fullcontextrestore bugpatacongo2011-03-095-63/+98
* Remove Cygwin dependencies from .S filespatacongo2011-03-085-124/+58
* misc QEMU fixespatacongo2011-03-084-29/+77
* Add i486 toolchain supportpatacongo2011-03-072-23/+23
* Cosmetics updatespatacongo2011-03-069-14/+9
* RTL driver update (still in progress)patacongo2011-03-062-13/+33
* Fix QEMU build target namepatacongo2011-03-061-2/+2
* QEMU i486 port is code completepatacongo2011-03-066-53/+158
* Add a stub for the QEMU serial driverpatacongo2011-03-052-1/+90
* Completes port of interrpt handling logicpatacongo2011-03-0518-136/+935
* Add QEMU interrupt handling (incomplete)patacongo2011-03-058-24/+647
* Add task init and signal scheduling logicpatacongo2011-03-057-33/+505
* More QEMU logicpatacongo2011-03-0517-27/+1473
* First cut at x86 build environmentpatacongo2011-03-0439-0/+4225