summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* THTTPD works on LPCXpressopatacongo2011-04-161-11/+5
* More changes from Urospatacongo2011-04-163-55/+125
* Fix bad conditional compilation that breaks THTTPD and dup2()patacongo2011-04-161-1/+1
* Add support for SMSC LAN8720 PHYpatacongo2011-04-151-0/+39
* Add code changes from Urospatacongo2011-04-152-144/+157
* Add time and uptimepatacongo2011-04-153-43/+90
* Documentation updatepatacongo2011-04-141-0/+124
* Add tools to manage a version filepatacongo2011-04-141-1/+1
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-3/+3
* LPCXpression console on UART3patacongo2011-04-133-9/+28
* Add rtc.h header filepatacongo2011-04-123-10/+25
* Add logic to initialize SAM3U user applicationspatacongo2011-04-083-47/+58
* Add support for kernel-mode threadspatacongo2011-04-071-1/+1
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-071-4/+8
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-3/+2
* Fixes for kernel stub buildspatacongo2011-04-061-12/+15
* Integrate syscall with existing svcall logicpatacongo2011-04-061-19/+29
* Fix bugs introduced in last commitpatacongo2011-04-051-2/+2
* More separation of kernel- and user-memory managementpatacongo2011-04-051-4/+16
* LIS331DL and STM32 I2C patch from Urospatacongo2011-04-051-4/+14
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-051-21/+22
* Progress toward kernel buildpatacongo2011-04-051-9/+21
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-042-9/+11
* Fix a couple of recently introduced build problemspatacongo2011-04-041-1/+4
* Add stub lookup logicpatacongo2011-04-041-4/+38
* Don't define unused system call numberspatacongo2011-04-041-141/+245
* Move memory manager into user spacepatacongo2011-04-031-6/+13
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-3/+28
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-032-4/+197
* Fix error in set_errno macropatacongo2011-04-021-1/+1
* Kernel build mostly successfulpatacongo2011-04-022-50/+71
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-023-61/+240
* Add conditional compilation to syscall autogenerationpatacongo2011-04-011-75/+77
* Progress on syscall buildpatacongo2011-03-311-1/+2
* Move more files into subdirectories under lib/patacongo2011-03-312-7/+90
* Move string.h functions in lib/ to lib/stringpatacongo2011-03-301-1/+1
* Add syscall directorypatacongo2011-03-306-6/+6
* Moving toward system call infrastructurepatacongo2011-03-292-77/+86
* header file and file header clean-uppatacongo2011-03-283-20/+235
* More changes from Urospatacongo2011-03-282-3/+37
* Move helper macro into sched.hpatacongo2011-03-281-4/+20
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-284-14/+214
* Updates from Urospatacongo2011-03-271-0/+18
* Add RTL8187 TX logicpatacongo2011-03-251-0/+76
* Add netdev_unregister()patacongo2011-03-251-0/+5
* Move netutils header files from include/net/uip to include/apps/netutilspatacongo2011-03-1911-53/+53
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+6
* apps/ update from Urospatacongo2011-03-182-8/+95
* Fix SLIP bugpatacongo2011-03-161-7/+6
* More SLIP integrationpatacongo2011-03-151-1/+51