summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add interfaces to dynamically change symbol tables used by posix_spawn, ↵patacongo2013-01-109-41/+292
| | | | | | execv, and execl. This is needed for testing. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5506 42af7a65-404d-4744-a932-0658087f49c3
* Add missing support for signal masks to posix_spawn.patacongo2013-01-107-49/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5505 42af7a65-404d-4744-a932-0658087f49c3
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-106-19/+445
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5504 42af7a65-404d-4744-a932-0658087f49c3
* Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ↵patacongo2013-01-109-350/+205
| | | | | | skeleton for posix_spawn proposer - still incomplete git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5503 42af7a65-404d-4744-a932-0658087f49c3
* Fix rounding in clock_time2ticks(). From Mike Smith.patacongo2013-01-102-4/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5502 42af7a65-404d-4744-a932-0658087f49c3
* Add spawn attribute logic which will eventually be needed to support ↵patacongo2013-01-1019-25/+891
| | | | | | posix_spawn() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5501 42af7a65-404d-4744-a932-0658087f49c3
* Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-0911-12/+735
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5500 42af7a65-404d-4744-a932-0658087f49c3
* Re-partition Stellaris vector logicpatacongo2013-01-097-751/+963
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5499 42af7a65-404d-4744-a932-0658087f49c3
* Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to ↵patacongo2013-01-0959-2286/+2288
| | | | | | make room in the namespace for LM4F git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5498 42af7a65-404d-4744-a932-0658087f49c3
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename ↵patacongo2013-01-0987-2080/+2079
| | | | | | configuration variables from CONFIG_LM3S_ to CONFIG_LM_ git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5497 42af7a65-404d-4744-a932-0658087f49c3
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-0934-117/+340
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
* Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will ↵patacongo2013-01-0862-148/+184
| | | | | | include the lm4f git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5495 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-0852-298/+793
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5494 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2013-01-083-8/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5493 42af7a65-404d-4744-a932-0658087f49c3
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-0823-123/+669
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2013-01-084-3/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5491 42af7a65-404d-4744-a932-0658087f49c3
* Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-074-9/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5490 42af7a65-404d-4744-a932-0658087f49c3
* Disable the vfork() OS test... it failspatacongo2013-01-072-3/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5489 42af7a65-404d-4744-a932-0658087f49c3
* Add ostest vfork test (does not work yet)patacongo2013-01-0711-22/+182
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5488 42af7a65-404d-4744-a932-0658087f49c3
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-0724-75/+598
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5487 42af7a65-404d-4744-a932-0658087f49c3
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-0719-52/+389
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5486 42af7a65-404d-4744-a932-0658087f49c3
* Missed a file in the kconfig-frontends 3.7.0 updatepatacongo2013-01-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5485 42af7a65-404d-4744-a932-0658087f49c3
* Update kconfig-frontends to 3.7.0patacongo2013-01-0616-141/+388
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5484 42af7a65-404d-4744-a932-0658087f49c3
* Fix SEM_INITIALIZERpatacongo2013-01-061-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5483 42af7a65-404d-4744-a932-0658087f49c3
* Remove CONFIG_BUILTIN_APPS_STARTpatacongo2013-01-064-57/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5482 42af7a65-404d-4744-a932-0658087f49c3
* Extend tools/configure.c for better compatibility with configure.shpatacongo2013-01-053-39/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5481 42af7a65-404d-4744-a932-0658087f49c3
* Clean up a few tools/ build issuespatacongo2013-01-054-14/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5480 42af7a65-404d-4744-a932-0658087f49c3
* Correct some errors in the LPC17xx SYSCON register bit definitions (from ↵patacongo2013-01-058-41/+28
| | | | | | Rommel Marcello) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5479 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/configure.c and configure.batpatacongo2013-01-0412-43/+1003
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
* Working on configure.cpatacongo2013-01-046-251/+91
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5477 42af7a65-404d-4744-a932-0658087f49c3
* Renaming some files in tools/patacongo2013-01-048-44/+469
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5476 42af7a65-404d-4744-a932-0658087f49c3
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-039-8/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5475 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad conditional in nuttx/libc/misc/Make.defspatacongo2013-01-032-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5474 42af7a65-404d-4744-a932-0658087f49c3
* STM32 FLASH changes from Freddie Chopinpatacongo2013-01-034-16/+138
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5473 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-0212-10/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5472 42af7a65-404d-4744-a932-0658087f49c3
* All lm3s6965-ek configurations converted to use kconfig-frontendspatacongo2013-01-011-0/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5471 42af7a65-404d-4744-a932-0658087f49c3
* All lm3s6965-ek configurations converted to use kconfig-frontendspatacongo2013-01-019-952/+1678
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5470 42af7a65-404d-4744-a932-0658087f49c3
* Updates from Darcy Gong for UG-2864SWEG01 OLEDpatacongo2013-01-018-42/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5469 42af7a65-404d-4744-a932-0658087f49c3
* Remove non-functional WLAN examples, configurationspatacongo2012-12-3112-1147/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5468 42af7a65-404d-4744-a932-0658087f49c3
* Fix the nxlines configuration for the zp214xpa boardpatacongo2012-12-307-44/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5467 42af7a65-404d-4744-a932-0658087f49c3
* Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-3018-95/+2098
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5466 42af7a65-404d-4744-a932-0658087f49c3
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board ↵patacongo2012-12-2822-282/+2591
| | | | | | with the LPC2148; Add configurations sim/nxlines. convert mcu123-lpc214x/nsh to use the kconfig-frontends. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5465 42af7a65-404d-4744-a932-0658087f49c3
* Add support for key release eventspatacongo2012-12-278-132/+356
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5464 42af7a65-404d-4744-a932-0658087f49c3
* Verified USB HID KBD driver encoding of special characters; ↵patacongo2012-12-2611-24/+234
| | | | | | apps/examples/hidkbd now decodes encoded keyboar characters. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5463 42af7a65-404d-4744-a932-0658087f49c3
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ↵patacongo2012-12-2610-7/+1613
| | | | | | reawakened in the USB HID keyboard driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5462 42af7a65-404d-4744-a932-0658087f49c3
* Implement encoding the usbhost HID keyboard driver; configre ↵patacongo2012-12-2612-533/+1080
| | | | | | olimex-lpc1766stk HID keyboard configuration to use the kconfig-frontends tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5461 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-258-8/+641
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5460 42af7a65-404d-4744-a932-0658087f49c3
* Fix several build issues noted by Mike Smithpatacongo2012-12-2412-80/+228
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5459 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-2413-32/+105
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5458 42af7a65-404d-4744-a932-0658087f49c3
* Correct round-to-ticks logic in sigtimedwait()patacongo2012-12-243-21/+118
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5457 42af7a65-404d-4744-a932-0658087f49c3