summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-302-1/+98
* Fix QEMU timer interrupt handlerpatacongo2011-03-177-17/+163
* Documentation updatespatacongo2011-03-171-52/+64
* Fix QEMU timer interruptspatacongo2011-03-161-3/+3
* apps/-related updatespatacongo2011-03-111-1/+1
* enable/disable IRQ backwardpatacongo2011-03-103-14/+17
* Restructure interrupt/timer logicpatacongo2011-03-103-54/+141
* 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-083-29/+39
* Add i486 toolchain supportpatacongo2011-03-072-23/+23
* Cosmetics updatespatacongo2011-03-068-8/+8
* 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-065-50/+149
* Add a stub for the QEMU serial driverpatacongo2011-03-052-1/+90
* Completes port of interrpt handling logicpatacongo2011-03-0516-110/+877
* Add QEMU interrupt handling (incomplete)patacongo2011-03-056-23/+560
* Add task init and signal scheduling logicpatacongo2011-03-056-16/+475
* More QEMU logicpatacongo2011-03-0514-25/+1449
* First cut at x86 build environmentpatacongo2011-03-0426-0/+3022