summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Extend line buffering logic to puts, fputs, putc, fputc, and putchar()patacongo2011-05-144-40/+54
* Flush buffer after newline in putc, fputc, and puts (but not fputs)patacongo2011-05-145-19/+65
* Implemented line-oriented buffering for std outputpatacongo2011-05-1415-24/+214
* Add FLASH header filepatacongo2011-05-132-91/+229
* Add PIC32 RTC definitionspatacongo2011-05-134-48/+259
* fclose() was not flushing buffered datapatacongo2011-05-133-6/+71
* Add network apps to RGMP appconfigpatacongo2011-05-131-0/+11
* Fix possibly deadlock conditionpatacongo2011-05-131-16/+21
* Fix com.c logic errorpatacongo2011-05-121-1/+5
* Add PIC32 DMA header filepatacongo2011-05-123-22/+503
* Changes for clean RGMP compilepatacongo2011-05-126-26/+99
* Modify standard header files to work with RGMPpatacongo2011-05-1210-8/+492
* First set of changes to incorporate the RGMP portpatacongo2011-05-1230-6/+3896
* Incorporate install app from Urospatacongo2011-05-123-4/+10
* Fix USB host error handling logicpatacongo2011-05-125-16/+20
* Add PIC32 WDT header filepatacongo2011-05-122-10/+127
* More PIC32 header filespatacongo2011-05-113-0/+189
* More PIC32 header filespatacongo2011-05-114-18/+530
* More PIC32 header filespatacongo2011-05-115-53/+767
* tools/mkdep.sh should not report an error if there are no files on the comman...patacongo2011-05-112-3/+5
* Add more PIC32 header filespatacongo2011-05-105-1/+1063
* Ported Ficl to NuttX apps/patacongo2011-05-103-3/+9
* Pascal now installs in the apps/ directorypatacongo2011-05-107-17/+38
* Fix an error in link to include/appspatacongo2011-05-092-1/+3
* Move nuttx/include/apps to apps/includepatacongo2011-05-0914-1212/+12
* Add PIC32 CP0 Regsiter Definitionspatacongo2011-05-095-221/+1013
* Add directory structure to support PIC32patacongo2011-05-0819-2/+1413
* Complets ram mapping logicpatacongo2011-05-0812-118/+404
* More RAM mapping logicpatacongo2011-05-083-5/+204
* Add fs/mmappatacongo2011-05-076-29/+392
* Mostly cosmetic changes from Urospatacongo2011-05-079-86/+87
* Add STM32 FLASH driverpatacongo2011-05-0716-248/+751
* More timer changes from Urospatacongo2011-05-0611-174/+244
* Prep for 6.2 releasenuttx-6.2patacongo2011-05-065-183/+197
* Fix an NXFFS memory leakpatacongo2011-05-061-5/+8
* Fix NXFFS positioning bugpatacongo2011-05-065-41/+69
* Finish logic to update open writer after packingpatacongo2011-05-053-131/+368
* All open file must be adjusted when the filesystem is packedpatacongo2011-05-053-19/+227
* Add NXFFS ioctlspatacongo2011-05-052-4/+48
* NXFFS is basically functional -- more testing neededpatacongo2011-05-056-100/+191
* Fix two more NXFFS bugspatacongo2011-05-053-29/+59
* Minor NXFFS fixespatacongo2011-05-053-21/+81
* More NXFFS bugfixespatacongo2011-05-041-1/+1
* More NXFFS bugfixespatacongo2011-05-0410-33/+82
* More NXFFS bugfixespatacongo2011-05-044-22/+65
* Misc NXFFS bugfixespatacongo2011-05-045-121/+149
* Fix a few more NXFFS bugspatacongo2011-05-041-24/+103
* Incorporate two FAT bugfixes reported by Sheref Younan.patacongo2011-05-033-3/+8
* Most of packing logic is in placepatacongo2011-05-035-147/+717
* Progress on NXFFS packing logicpatacongo2011-05-035-137/+410