summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add several new fontspatacongo2011-07-2713-7/+3532
* Correct USB mass storage memory leakpatacongo2011-07-264-35/+27
* Fix for bdf-converterpatacongo2011-07-263-13/+86
* Add memory usage monitor to USB storage examplepatacongo2011-07-255-8/+15
* Move NX header files to include/nuttx/nxpatacongo2011-07-24132-400/+415
* Update BDF converterpatacongo2011-07-245-41/+247
* Documentation updatepatacongo2011-07-231-8/+8
* Add JP's BDF font conversion programpatacongo2011-07-237-23/+895
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-2212-68/+201
* Documentation updatepatacongo2011-07-225-38/+263
* Documentation Updatespatacongo2011-07-213-5/+38
* Reduce image size; documentation updates; LPC17 typo fixedpatacongo2011-07-212-494/+498
* Fix some NX configurationspatacongo2011-07-213-9/+9
* Add a NuttX logo image examplepatacongo2011-07-215-3/+114
* Fix for sem_timedwait.cpatacongo2011-07-206-37/+37
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-205-113/+174
* Add support for multiple fontspatacongo2011-07-196-67/+191
* Missing right comment delimiterpatacongo2011-07-191-1/+1
* Setup environment to support multiple fontspatacongo2011-07-1930-97/+147
* Add sem_timedwait()patacongo2011-07-196-284/+646
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-183-3/+33
* Add logic to assure that short FAT names are uniquepatacongo2011-07-183-46/+295
* Documentation updatepatacongo2011-07-182-20/+52
* Correct FAT long file name padding characterpatacongo2011-07-185-51/+72
* Fix a problem with STM32 SDIO DMA.patacongo2011-07-171-18/+62
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-1615-26/+254
* FAT long file names are basically functionalpatacongo2011-07-152-14/+38
* Some FAT long file name fixespatacongo2011-07-151-30/+71
* Implement reversed portrait mode displays for the STM3210E-EVAL LCDpatacongo2011-07-154-11/+61
* Fix NXTEXT link errorpatacongo2011-07-141-4/+5
* Add configuration for reverse portrait LCD orientation for the STM3210E-EVALpatacongo2011-07-143-12/+33
* Changes to get clean FAT long file name compilationpatacongo2011-07-143-92/+129
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-1414-17/+435
* FAT long support is code complete (but untested)patacongo2011-07-143-220/+826
* More FAT long file name logicpatacongo2011-07-134-157/+777
* Add long file name parsing logicpatacongo2011-07-134-107/+615
* Re-architect FAT data structures to support long file namespatacongo2011-07-137-127/+194
* Fix typopatacongo2011-07-132-4/+4
* Export make target now produces a .zip file by defaultpatacongo2011-07-124-141/+198
* Separate FAT directory operations into a separate filepatacongo2011-07-125-839/+1016
* Add FAT long file name definitionspatacongo2011-07-121-9/+141
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-128-9/+341
* Correct error handling in the case of an overrun error in the serial driverpatacongo2011-07-122-21/+41
* Correct errors in LPC17xx CAN register definespatacongo2011-07-125-33/+54
* Extend 'make export' logic to bundle up CFLAGS and linker scripts as wellpatacongo2011-07-124-33/+117
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-1118-49/+424
* Prep for 6.6 Releasenuttx-6.6patacongo2011-07-113-148/+158
* Correct an NX error that would leave stuff on the display when a window is cl...patacongo2011-07-113-6/+12
* Fix more NXTEXT bugs -- seems to be working nowpatacongo2011-07-102-8/+36
* Fix an error in the NX move logicpatacongo2011-07-103-7/+11