summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-247-45/+77
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-244-11/+13
* Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-244-398/+520
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-233-45/+85
* Add logic to retain child task exit status if so configuredpatacongo2013-01-2323-213/+836
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-234-11/+62
* Missed changed from last lpc1788 check-inpatacongo2013-01-231-3/+3
* Add lpc178x_iocon.h from Rommel Marcelopatacongo2013-01-222-1/+153
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-2212-828/+1331
* Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-227-98/+115
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-2223-60/+159
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-2224-979/+1399
* Beginning of support for LCD1602patacongo2013-01-216-4/+508
* LM3S OpenOCD configuration from Jose Pablo Carballopatacongo2013-01-217-27/+311
* poll was not checking if the socket was still connectedpatacongo2013-01-211-11/+27
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-204-91/+112
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-202-18/+28
* Minor tweak to last bugfixpatacongo2013-01-191-6/+16
* Fix a bug where recv[from]() would hang when remote host gracefully closed co...patacongo2013-01-193-2/+28
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-194-3/+147
* Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-1830-189/+1254
* Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-184-72/+258
* More LPC1788 register definitions from Rommel Marcelopatacongo2013-01-188-540/+2036
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1895-4349/+5972
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-1816-941/+1728
* STM32 I2C changes from Mike Smithpatacongo2013-01-181-4/+7
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-1816-42/+235
* Misc bug fixes related to NSH file executionpatacongo2013-01-172-8/+41
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-1713-22/+433
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-1712-65/+194
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-1711-47/+187
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-168-247/+474
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-1643-17/+257
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-1611-21/+278
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-1620-42/+688
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-166-44/+136
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-154-20/+22
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-1515-15/+599
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-15171-186/+164
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-1435-897/+630
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-1417-102/+333
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-1414-136/+265
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-1318-75/+771
* Cosmetic cleanup from SIGCHLD changespatacongo2013-01-132-3/+5
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-12134-164/+480
* Documentation updatepatacongo2013-01-119-71/+722
* Fix an error handling bug in the fread logicpatacongo2013-01-115-14/+26
* Various changes while debugging posix_spawnpatacongo2013-01-118-9/+346
* Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-114-58/+137
* Fix problem with initialization of file actionspatacongo2013-01-101-1/+1