summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Misc changes from Richard CochranGregory Nutt2014-01-1553-12/+12
* Fix all Cortex-M3/4 implementations of up_disable_irq(). They were doing not...Gregory Nutt2014-01-157-62/+226
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-1512-79/+59
* NET: write buffering configuration no longer depends on EXPERIMENTALGregory Nutt2014-01-152-4/+13
* FAT: Fix some root directory logic that was conditionally done only for FAT32...Gregory Nutt2014-01-142-2/+7
* If write buffering is enabled, then it is necessary to release the write buff...Gregory Nutt2014-01-142-5/+20
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-148-13/+19
* Updated TODO listGregory Nutt2014-01-141-40/+67
* Fix a FAT cluster allocation bug. From TridgeGregory Nutt2014-01-142-3/+6
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-1439-668/+768
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-1416-100/+124
* All of Jason Jaing's write buffering logic has been incorporated, but not eve...Gregory Nutt2014-01-144-24/+61
* More TCP write buffer code. Part of big change from Jason JiangGregory Nutt2014-01-131-5/+46
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-1314-629/+1488
* Add configuration support for TCP Write BufferingGregory Nutt2014-01-133-15/+84
* One too many PX4 files addedGregory Nutt2014-01-131-105/+0
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-1388-49/+135
* PX4FMU V2 configuration. Still not integrated with the system configuration ...Gregory Nutt2014-01-1314-0/+3100
* NET: prevent tcp_connect callback from being double freed. From Max Holtzberg.Gregory Nutt2014-01-134-3/+20
* Add support for the SO_LINGER socket option. Based on logic from Jason Jiang...Gregory Nutt2014-01-137-44/+333
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-132-5/+6
* Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho de...Gregory Nutt2014-01-1224-11/+4042
* Enable new NSH features by default in the sim/nsh configurationGregory Nutt2014-01-111-0/+3
* Fix a memory leak in dynamic loaderGregory Nutt2014-01-112-1/+7
* Back quoted NSH arguments now functionalGregory Nutt2014-01-111-0/+74
* A10: Serial clock is OSC24M. From Alan Carvalho de AssisGregory Nutt2014-01-105-24/+15
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-104-9/+53
* Fix types in conditional compilationGregory Nutt2014-01-108-9/+9
* Forgot to add stpcpy.c in last commitGregory Nutt2014-01-103-5/+84
* Flesh out stddefs.hGregory Nutt2014-01-091-0/+49
* Add stpcpy()Gregory Nutt2014-01-094-42/+57
* Vietool STM32F103: LCD updates (still does not work)Gregory Nutt2014-01-094-29/+82
* Add support for the XPT2046 touchscreen controller on the Viewtool LCD moduleGregory Nutt2014-01-097-32/+438
* Still recovering from recent NX reorganization. Reported by Steve Redler IVGregory Nutt2014-01-089-6/+15
* Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX reorganizat...Gregory Nutt2014-01-084-2/+12
* Minor fixes to lib_fgets() typingGregory Nutt2014-01-085-5/+15
* Add lib_libfgets() to better support the small differences between gets(), ge...Gregory Nutt2014-01-087-242/+297
* Fix some of the SIZE_MAX definitions updated in a recent commitGregory Nutt2014-01-083-18/+24
* Add a quick'n'dirty implementation of C11 threads.hGregory Nutt2014-01-072-0/+318
* Add x qualifier to fopen to support exlusive openGregory Nutt2014-01-072-40/+57
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-076-20/+173
* Add pcDuino patch needed for booting. Update README to explain whyGregory Nutt2013-12-083-7/+200
* Cosmetic spaces to tabs changeGregory Nutt2013-12-081-1/+1
* A10: Fix serial TX interruptsGregory Nutt2013-12-081-2/+2
* A10: Correct handling of the serial busy interruptGregory Nutt2013-12-082-1/+14
* Add more nops after enabling MMU for Cortex-A8Gregory Nutt2014-01-073-17/+10
* A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes p...Gregory Nutt2013-12-073-2/+12
* mkconfig: Cast RAM size to unsigned to avoid complains about integer overflow...Gregory Nutt2014-01-062-2/+5
* A10: Add missing interrupt handling logic for UART4-7 and remove bogus flow c...Gregory Nutt2014-01-062-63/+111
* A10: Fix error in IRQ dispatch; vector table seems to be offset by 64 bytes?Gregory Nutt2013-12-074-3/+7