summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-1019-25/+891
* Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-0911-12/+735
* Re-partition Stellaris vector logicpatacongo2013-01-097-751/+963
* Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-0959-2286/+2288
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-0987-2080/+2079
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-0933-104/+292
* Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will in...patacongo2013-01-0862-148/+184
* Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-0852-298/+793
* Documentation updatepatacongo2013-01-083-8/+135
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-0823-123/+669
* Documentation updatepatacongo2013-01-083-3/+40
* Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-073-3/+5
* Disable the vfork() OS test... it failspatacongo2013-01-071-3/+7
* Add ostest vfork test (does not work yet)patacongo2013-01-077-22/+67
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-0724-75/+598
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-0719-52/+389
* Fix SEM_INITIALIZERpatacongo2013-01-061-3/+7
* Remove CONFIG_BUILTIN_APPS_STARTpatacongo2013-01-063-42/+10
* Extend tools/configure.c for better compatibility with configure.shpatacongo2013-01-053-39/+173
* Clean up a few tools/ build issuespatacongo2013-01-054-14/+27
* Correct some errors in the LPC17xx SYSCON register bit definitions (from Romm...patacongo2013-01-058-41/+28
* Add tools/configure.c and configure.batpatacongo2013-01-0412-43/+1003
* Working on configure.cpatacongo2013-01-046-251/+91
* Renaming some files in tools/patacongo2013-01-048-44/+469
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-039-8/+10
* Fix bad conditional in nuttx/libc/misc/Make.defspatacongo2013-01-032-1/+3
* STM32 FLASH changes from Freddie Chopinpatacongo2013-01-034-16/+138
* Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-0211-10/+43
* All lm3s6965-ek configurations converted to use kconfig-frontendspatacongo2013-01-019-952/+1678
* Updates from Darcy Gong for UG-2864SWEG01 OLEDpatacongo2013-01-018-42/+101
* Remove non-functional WLAN examples, configurationspatacongo2012-12-315-724/+4
* Fix the nxlines configuration for the zp214xpa boardpatacongo2012-12-306-44/+67
* Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-3017-95/+2091
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-2821-276/+2586
* Add support for key release eventspatacongo2012-12-276-123/+327
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-267-20/+81
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-269-7/+1612
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-2611-531/+1078
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-256-3/+636
* Fix several build issues noted by Mike Smithpatacongo2012-12-249-49/+187
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-2410-30/+87
* Correct round-to-ticks logic in sigtimedwait()patacongo2012-12-242-3/+22
* Remove .context kludge from apps/ directorypatacongo2012-12-232-10/+8
* Rename namedapp as simply builtinpatacongo2012-12-2335-78/+78
* Mostly costmetic updatespatacongo2012-12-2316-108/+149
* Fix errors and omissions in last checkinpatacongo2012-12-221-1/+1
* Add tools/kconfig.batpatacongo2012-12-226-53/+265
* configs/sim/nxwm now uses kconfig-frontendspatacongo2012-12-216-429/+705
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-2119-1014/+1801
* Prep for release 6.24nuttx-6.24patacongo2012-12-203-277/+769