summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ...patacongo2013-02-124-47/+5
* Fixes to get USB working on STM32 F3patacongo2013-02-102-5/+30
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-63/+22
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-10/+5
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-0982-273/+89
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-093-7/+10
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-081-1/+1
* Fixes to get STM32F3Discovery runningpatacongo2013-02-084-5/+8
* More stm32f3discovery updatespatacongo2013-02-084-316/+74
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-082-3/+110
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-074-55/+48
* Add STM32F3Discovery LED supportpatacongo2013-02-077-937/+221
* More updates for the STM32F3Discoverypatacongo2013-02-0625-128/+206
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-0628-1/+7264
* Rename _TCB to struct tcb_spatacongo2013-02-042-6/+6
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-03149-149/+149
* Correct a memory leak in NSHpatacongo2013-02-0244-61/+61
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-0211-15/+15
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-2/+10
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-15/+27
* USB monitor daemon updatespatacongo2013-01-293-9/+82
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2875-151/+151
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-31/+1
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-288-28/+28
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-283-26/+33
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-274-676/+613
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-274-0/+974
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-272-8/+38
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
* Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-242-397/+517
* Add logic to retain child task exit status if so configuredpatacongo2013-01-232-4/+78
* Beginning of support for LCD1602patacongo2013-01-212-1/+375
* LM3S OpenOCD configuration from Jose Pablo Carballopatacongo2013-01-213-0/+263
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-0/+14
* Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-1823-98/+1076
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1822-39/+41
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-183-474/+598
* Misc bug fixes related to NSH file executionpatacongo2013-01-171-8/+25
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-3/+9
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-1/+2
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-0/+10
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-166-245/+455
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-1638-11/+50
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-164-7/+17
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-152-3/+3
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-6/+3
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-15170-186/+161
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-1425-886/+572
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-132-6/+12
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-12118-117/+176