summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 3334625: Fix typo in conditional compilationpatacongo2011-06-301-1/+1
* RGMP build patches from Yu Qiangpatacongo2011-06-232-1/+42
* More ez80 compilation/warning fixespatacongo2011-06-223-2/+28
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-2217-61/+82
* Fix for Bug[D ID: 3324387patacongo2011-06-221-1/+1
* Remove unused header files; eliminate warningspatacongo2011-06-214-450/+33
* Prep for 6.5 releasenuttx-6.5patacongo2011-06-215-126/+220
* AVR build warnings; minor USB fixpatacongo2011-06-213-34/+49
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-2013-68/+79
* Add a USB mass storage example for AVRpatacongo2011-06-2018-21/+1693
* Add an AVR USB driverpatacongo2011-06-201-0/+2933
* Preparing for AVR USB driverpatacongo2011-06-205-213/+289
* Fix an error that caused interrupts to become disabledpatacongo2011-06-183-59/+73
* Update documents and commentspatacongo2011-06-185-9/+47
* Add logic to measure AVR stack usagepatacongo2011-06-1812-51/+234
* Fix AVR clock setup; add SPI driverpatacongo2011-06-1718-34/+709
* Use USART TX state consistentlypatacongo2011-06-173-24/+81
* Add Teensy NSH config; remove unusable AVR ostest configspatacongo2011-06-1718-1427/+323
* Documentation updatepatacongo2011-06-172-19/+104
* Add configuratin for PJRC Teensy boardpatacongo2011-06-1619-19/+2192
* AT90USB port is basically functionalpatacongo2011-06-167-32/+56
* Reduce memory usage in same AVR configurationspatacongo2011-06-164-35/+34
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-162-4/+4
* Fix off-by-one stack pointer referencepatacongo2011-06-163-13/+15