summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Missed SST39VF driver in commit 45640patacongo2013-02-121-0/+847
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ...patacongo2013-02-125-75/+6
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-119-50/+207
* Fix some errors in how STM32 USB F3 state was being handled. Fix is correct,...patacongo2013-02-111-53/+59
* Fixes to get USB working on STM32 F3patacongo2013-02-104-238/+270
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-102-63/+30
* Add STM32 F3 I2C register definitionspatacongo2013-02-103-3/+255
* Many STM32 header files updated for F3 supportpatacongo2013-02-1012-203/+1165
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-103-70/+177
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-104-13/+14
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-092-49/+74
* Updates for STM32 F3 SPI and RTCpatacongo2013-02-0910-1246/+170
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-09106-355/+235
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-094-11/+20
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-083-31/+13
* Fixes to get STM32F3Discovery runningpatacongo2013-02-088-23/+81
* Add STM32 F3 USART definitionspatacongo2013-02-087-50/+895
* Several patches from Petteri Aimonenpatacongo2013-02-086-32/+102
* More stm32f3discovery updatespatacongo2013-02-085-316/+104
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-0812-92/+399
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-0720-162/+1555
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-078-50/+473
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-075-45/+45
* Add STM32 F3 pinmap filepatacongo2013-02-071-0/+597
* Add STM32F3Discovery LED supportpatacongo2013-02-077-937/+221
* More updates for the STM32F3Discoverypatacongo2013-02-0629-148/+228
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-0638-33/+8120
* Changed needed to fix issues with task_restart()patacongo2013-02-0621-188/+586
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-064-16/+49
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-0527-482/+908
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-0420-66/+140
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-0422-176/+332
* Rename _TCB to struct tcb_spatacongo2013-02-04293-839/+836
* Move list of open message queues to task group. Now message queues opened by...patacongo2013-02-048-42/+164
* Move waitpid() data structures to task group; The caller of waitpid() is now ...patacongo2013-02-044-24/+66
* Move atexit/on_exit data structures to task group; Now callbacks only occur w...patacongo2013-02-047-104/+135
* Updated LPC78x GPIO logic from Rommel Marcelopatacongo2013-02-031-63/+128
* Make the names of the execsem consistent; Need defaults for some CONFIG_ sett...patacongo2013-02-033-8/+8
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-03149-149/+149
* Now that join info is in the task group, need to free when task group exits. ...patacongo2013-02-035-5/+129
* Move pthread join and key creation data into the task grouppatacongo2013-02-0320-213/+302
* Correct a memory leak in NSHpatacongo2013-02-0248-72/+119
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-0241-371/+1453
* A spurious checkin... I just want to improve some code structurepatacongo2013-02-021-29/+34
* drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-022-29/+78
* Last minute 6.25 changenuttx-6.25patacongo2013-02-013-26/+41
* Prep for 6.25 releasepatacongo2013-02-013-415/+1139
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-018-31/+94
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bann...patacongo2013-02-012-1/+7
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-3117-72/+102