summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add a binary 'loader' so that builtin applications can be executed from the ↵patacongo2013-01-164-25/+59
| | | | | | BINFS file system git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3
* Rename apps/include/apps.h to builtin.h. Move parts of ↵patacongo2013-01-169-102/+18
| | | | | | apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-169-563/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-163-258/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
* Implement redirection of output from NSH builtin commands to a file in a ↵patacongo2013-01-1512-670/+993
| | | | | | mounted volume git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
* Finish dup logic for open files; fix bug in sigtimedwait(), would return ↵patacongo2013-01-142-1/+51
| | | | | | wrong signo value if the signal was already pending git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5517 42af7a65-404d-4744-a932-0658087f49c3
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need ↵patacongo2013-01-143-15/+4
| | | | | | FAT, BINFS, NXFFS, and NFS git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5516 42af7a65-404d-4744-a932-0658087f49c3
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-135-19/+307
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic cleanup from SIGCHLD changespatacongo2013-01-131-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5514 42af7a65-404d-4744-a932-0658087f49c3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-122-0/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error handling bug in the fread logicpatacongo2013-01-113-15/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5511 42af7a65-404d-4744-a932-0658087f49c3
* Various changes while debugging posix_spawnpatacongo2013-01-118-35/+283
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5510 42af7a65-404d-4744-a932-0658087f49c3
* Fix problem with initialization of file actionspatacongo2013-01-101-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5508 42af7a65-404d-4744-a932-0658087f49c3
* Added a test of posix_spawn()patacongo2013-01-1013-28/+766
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3
* Add interfaces to dynamically change symbol tables used by posix_spawn, ↵patacongo2013-01-103-7/+85
| | | | | | 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
* Documentation updatepatacongo2013-01-081-0/+1
| | | | 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-071-6/+0
| | | | 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-071-0/+10
| | | | 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-074-0/+115
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5488 42af7a65-404d-4744-a932-0658087f49c3
* Remove CONFIG_BUILTIN_APPS_STARTpatacongo2013-01-061-15/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5482 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
* Remove non-functional WLAN examples, configurationspatacongo2012-12-317-423/+3
| | | | 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-301-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5467 42af7a65-404d-4744-a932-0658087f49c3
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board ↵patacongo2012-12-281-6/+5
| | | | | | 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-272-9/+29
| | | | 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-264-4/+153
| | | | | | 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-261-0/+1
| | | | | | 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-261-2/+2
| | | | | | 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-252-5/+5
| | | | 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-243-31/+41
| | | | 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-243-2/+18
| | | | 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-241-18/+96
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5457 42af7a65-404d-4744-a932-0658087f49c3
* Some fixes to apps/builtin/registry need to handle some additional casespatacongo2012-12-2445-47/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5456 42af7a65-404d-4744-a932-0658087f49c3
* Remove .context kludge from apps/ directorypatacongo2012-12-2351-191/+310
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5455 42af7a65-404d-4744-a932-0658087f49c3
* Rename namedapp as simply builtinpatacongo2012-12-2317-100/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
* Remove some dependencies of distclean on clean. This should not be ↵patacongo2012-12-236-5/+10
| | | | | | necessary in higher level makefiles and should speed up make distclean git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5453 42af7a65-404d-4744-a932-0658087f49c3
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-23/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5448 42af7a65-404d-4744-a932-0658087f49c3
* Prep for release 6.24nuttx-6.24patacongo2012-12-201-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5447 42af7a65-404d-4744-a932-0658087f49c3
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-193-7/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5444 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5443 42af7a65-404d-4744-a932-0658087f49c3
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-018-2/+289
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-296-19/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5401 42af7a65-404d-4744-a932-0658087f49c3
* z8 configurations will now build in Windows native environmentpatacongo2012-11-291-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5399 42af7a65-404d-4744-a932-0658087f49c3
* Patches for NSH disable background, and ARMv7M assembly from Freddie Chopinpatacongo2012-11-291-4/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5398 42af7a65-404d-4744-a932-0658087f49c3
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ↵patacongo2012-11-276-22/+102
| | | | | | ifconfig command and improve DHCPC -- All from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
* configs/z8f64200100kit/ostest at same level as ez80 configurations; ↵patacongo2012-11-273-3/+4
| | | | | | nuttx/arch/arm/src/lpc17xx/lpc17_i2c.cuninitialization fix git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5392 42af7a65-404d-4744-a932-0658087f49c3
* A few more fixes for ez80 Windows Native build (still not enough)patacongo2012-11-211-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5381 42af7a65-404d-4744-a932-0658087f49c3
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use ↵patacongo2012-11-211-3/+3
| | | | | | Mike's Toolchain.defs; Fix error introduced into tools/configure.sh git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-20111-360/+360
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3