summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* More ELF loader changespatacongo2012-10-251-1/+3
* Add x86 ELF supportpatacongo2012-10-251-0/+139
* Resync new repository with old repo r5166patacongo2012-09-176-12/+19
* Remove executable property from source and make filespatacongo2012-09-1323-0/+0
* Email address change in nuttx/patacongo2012-09-1354-376/+376
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-094-0/+8
* Remove some old logic in the arm, x86, hc, and sh linker scripts that was kic...patacongo2012-09-081-5/+0
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-051-18/+23
* 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