summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Progress toward kernel buildpatacongo2011-04-059-25/+82
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-049-134/+301
* Fix a couple of recently introduced build problemspatacongo2011-04-043-4/+17
* Add stub lookup logicpatacongo2011-04-047-8/+559
* Don't define unused system call numberspatacongo2011-04-042-148/+248
* Move memory manager into user spacepatacongo2011-04-0320-64/+90
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-03122-344/+604
* fix dependenciespatacongo2011-04-034-20/+40
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-0330-204/+1012
* Add SAM3U kernel build logicpatacongo2011-04-0211-24/+307
* Fix error in set_errno macropatacongo2011-04-021-1/+1
* Kernel build mostly successfulpatacongo2011-04-0247-163/+523
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-0216-155/+440
* Add conditional compilation to syscall autogenerationpatacongo2011-04-014-252/+284
* Stubs are working/Proxies are closepatacongo2011-04-0119-99/+2123
* Remove .built_alwayspatacongo2011-04-01102-202/+211
* Add Cortex-M3 MPU header filepatacongo2011-04-011-0/+115
* Progress on syscall buildpatacongo2011-03-315-4/+113
* Add mksyscall toolpatacongo2011-03-3114-15/+587
* Move more files into subdirectories under lib/patacongo2011-03-3138-184/+293
* Move more files into subdirectories under lib/patacongo2011-03-307-152/+7
* Move more files into subdirectories under lib/patacongo2011-03-309-29/+104
* Move more files into subdirectories under lib/patacongo2011-03-3027-53/+162
* Move more files into subdirectories under lib/patacongo2011-03-3031-70/+179
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-3051-121/+157
* Move string.h functions in lib/ to lib/stringpatacongo2011-03-3036-104/+143
* Add syscall directorypatacongo2011-03-308-6/+299
* Add basic syscall logic for i486 and AVR32patacongo2011-03-305-1/+458
* Add more syscall filespatacongo2011-03-298-123/+836
* Moving toward system call infrastructurepatacongo2011-03-299-89/+207
* header file and file header clean-uppatacongo2011-03-2835-52/+267
* Fix an error in opendir() when a mountpoint is in the root directory.patacongo2011-03-282-70/+142
* More changes from Urospatacongo2011-03-2814-370/+803
* Move helper macro into sched.hpatacongo2011-03-282-19/+29
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-2821-146/+286
* Files deleted by Urospatacongo2011-03-274-1496/+0
* More changes from Urospatacongo2011-03-2737-3635/+5453
* Updates from Urospatacongo2011-03-2720-742/+1427
* Update WLAN configurationspatacongo2011-03-262-8/+8
* RTL bug fixespatacongo2011-03-263-13/+14
* RTL updatespatacongo2011-03-263-1/+9
* Incorporate changes from Uros Platisepatacongo2011-03-2624-267/+1729
* Add RTL8187 TX logicpatacongo2011-03-253-11/+180
* Add RTL initialization logicpatacongo2011-03-251-0/+2
* Add netdev_unregister()patacongo2011-03-255-6/+173
* RTL8187 I/O routinespatacongo2011-03-251-3/+2
* Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-inpatacongo2011-03-245-31/+173
* apps/ initialization now occurs during the earlier context build phasepatacongo2011-03-243-3/+15
* Fix lpc17xx GPIO interrupt handling errorspatacongo2011-03-233-19/+19
* Detron updatespatacongo2011-03-213-0/+237