summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a few NXTEXT bugspatacongo2011-07-101-3/+18
* Fix a critical font rendering bugpatacongo2011-07-093-3/+11
* Redesign of NXTEXT font cachepatacongo2011-07-094-4/+9
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-0914-383/+733
* Documentation updatepatacongo2011-07-082-13/+44
* Fix a few NXTEXT bugs (there are many more)patacongo2011-07-081-2/+6
* Changes for clean NXTEXT compilepatacongo2011-07-083-18/+18
* Add a test for NX text displays and also a configuration for the STM3210E-EVALpatacongo2011-07-088-2/+1547
* Add pin de-multiplexing to STM32 EXTI handlingpatacongo2011-07-081-72/+133
* Fix some typos in commentspatacongo2011-07-071-1/+2
* Verified STM3210E-EVAL button handling and new button test applicationpatacongo2011-07-075-8/+35
* Add support for STM3210E-EVAL button interruptspatacongo2011-07-0717-84/+1510
* Standardize button interfacespatacongo2011-07-076-132/+239
* Add support for the STM3210E-EVAL LCD backlightpatacongo2011-07-064-17/+192
* Verify the STM3210E-EVAL LCD driverpatacongo2011-07-063-36/+83
* Add NX configuration for the STM3210E-EVAL boardpatacongo2011-07-0516-47/+1536
* Add STM3210E-EVAL LCD driver.patacongo2011-07-059-56/+1283
* Correct several errors in STM32 serial port configurationpatacongo2011-07-046-12/+34
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-0412-20/+1383
* Change for clean compilation of Sure PIC32MX configurationpatacongo2011-07-036-12/+13
* Add board configuration for Sure Electronics PIC32MX boardpatacongo2011-07-0326-235/+3566
* Fix SPI SD card detect logic; Fix AVR USB device interrupt initializationpatacongo2011-07-025-23/+28
* Add termios header files; add files missed in last commitpatacongo2011-07-015-12/+653
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-0113-73/+316
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-012-3/+20