summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Completes test of line/trapezoid drawing routinespatacongo2011-08-041-0/+5
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-031-1/+1
* Revised CAN driverpatacongo2011-08-031-0/+5
* Prep for 6.7 Releasenuttx-6.7patacongo2011-08-021-1/+2
* Add NX line drawing interfacespatacongo2011-08-021-0/+3
* Add nxgl_splitline()patacongo2011-08-021-1/+2
* Add fixed precision atan2() functionpatacongo2011-08-011-0/+2
* Add low level routines to draw single pixels (not used yet)patacongo2011-07-311-0/+1
* Completes first cut of TSC2007 driverpatacongo2011-07-301-0/+3
* Add one more font; Fix ez80 serial bugpatacongo2011-07-291-4/+7
* Add several new fontspatacongo2011-07-271-0/+1
* Correct USB mass storage memory leakpatacongo2011-07-261-1/+8
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-1/+3
* Add JP's BDF font conversion programpatacongo2011-07-231-1/+4
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-221-0/+3
* Reduce image size; documentation updates; LPC17 typo fixedpatacongo2011-07-211-0/+4
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-201-0/+5
* Add sem_timedwait()patacongo2011-07-191-1/+1
* Correct FAT long file name padding characterpatacongo2011-07-181-0/+5
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-161-0/+6
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-141-2/+9
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-1/+3
* Correct error handling in the case of an overrun error in the serial driverpatacongo2011-07-121-1/+8
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-0/+4
* Prep for 6.6 Releasenuttx-6.6patacongo2011-07-111-3/+5
* Correct an NX error that would leave stuff on the display when a window is cl...patacongo2011-07-111-0/+3
* Fix an error in the NX move logicpatacongo2011-07-101-1/+3
* Fix a critical font rendering bugpatacongo2011-07-091-0/+3
* Redesign of NXTEXT font cachepatacongo2011-07-091-0/+4
* Add a test for NX text displays and also a configuration for the STM3210E-EVALpatacongo2011-07-081-0/+8
* Verified STM3210E-EVAL button handling and new button test applicationpatacongo2011-07-071-0/+6
* Add NX configuration for the STM3210E-EVAL boardpatacongo2011-07-051-1/+2
* Correct several errors in STM32 serial port configurationpatacongo2011-07-041-0/+11
* Add board configuration for Sure Electronics PIC32MX boardpatacongo2011-07-031-0/+5
* Fix SPI SD card detect logic; Fix AVR USB device interrupt initializationpatacongo2011-07-021-6/+9
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-011-0/+8
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-011-1/+7
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-221-0/+5
* Prep for 6.5 releasenuttx-6.5patacongo2011-06-211-4/+6
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-1/+4
* Add configuratin for PJRC Teensy boardpatacongo2011-06-161-0/+2
* Documentatin updatepatacongo2011-06-091-0/+14
* Prep for 6.4 releasenuttx-6.4patacongo2011-06-061-9/+14
* Fix a bug in recvfrom()patacongo2011-06-051-0/+7
* FTP client debug changespatacongo2011-06-021-0/+3
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-011-1/+2
* Add asprintf()patacongo2011-05-311-0/+2
* Add getsockname()patacongo2011-05-301-1/+2
* Add strndup()patacongo2011-05-291-0/+1
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-3/+18