summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-261-1/+2
* Add a hello world example for the ZKIT-ARM-1769 boardpatacongo2013-02-261-1/+4
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-0/+2
* Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo2013-02-221-2/+4
* Changes for a clean NuvoTon NuTiny-SDK-NUC120 buildpatacongo2013-02-221-0/+2
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-181-1/+1
* First cut at support for Cortex-M0patacongo2013-02-161-0/+4
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-0/+18
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-111-0/+1
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+2
* Several patches from Petteri Aimonenpatacongo2013-02-081-1/+14
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-0/+3
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-071-0/+2
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-061-1/+4
* Changed needed to fix issues with task_restart()patacongo2013-02-061-0/+9
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-0/+9
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-0/+5
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-0/+6
* Rename _TCB to struct tcb_spatacongo2013-02-041-0/+3
* Move list of open message queues to task group. Now message queues opened by...patacongo2013-02-041-0/+5
* Move waitpid() data structures to task group; The caller of waitpid() is now ...patacongo2013-02-041-1/+5
* Move atexit/on_exit data structures to task group; Now callbacks only occur w...patacongo2013-02-041-0/+5
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-1/+2
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-0/+7
* drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-021-0/+3
* Prep for 6.25 releasepatacongo2013-02-011-13/+14
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-1/+18
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-0/+5
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-1/+5
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-281-0/+3
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-1/+10
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-0/+7
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-271-0/+2
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-271-0/+3
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-0/+6
* Move socket data from TCB to task group structure.patacongo2013-01-261-2/+4
* Move stream data from TCB to task group structure.patacongo2013-01-261-0/+2
* Move file data from TCB to task grouppatacongo2013-01-261-0/+2
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-1/+3
* Move environment variables in the task group structurepatacongo2013-01-251-0/+2
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-251-0/+5
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-1/+4
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-0/+1
* Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-241-0/+2
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-231-0/+2
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+5
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-231-1/+3
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-0/+10
* Beginning of support for LCD1602patacongo2013-01-211-0/+5
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-201-0/+3