summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-109-58/+211
|
* Add a mouse interface that is similar to the touchscreen interface except ↵Gregory Nutt2014-02-1014-248/+588
| | | | that it can handle multple buttons and continuously reports positional data so that it can control a cursor
* Fix some errors in the clean target of the windows native buildGregory Nutt2014-02-102-21/+20
|
* The USB HID mouse driver is now functional. There are some usage issues as ↵Gregory Nutt2014-02-096-29/+73
| | | | described in the top-level TODO list
* USB HID mouse: Fixes the basic data transfer model. Returned position data ↵Gregory Nutt2014-02-093-68/+15
| | | | is still bad
* LP1766-STK: Add a configuration to test the USB HID mouseGregory Nutt2014-02-097-11/+1286
|
* USB HID mouse: Automatically select CONFIG_INPUT with USB HID mouse is selectedGregory Nutt2014-02-091-0/+1
|
* Rename Olimex LPC1766-STK files to conform with current naming standardsGregory Nutt2014-02-0910-2141/+0
|
* Rename Olimex LPC1766-STK files to conform with current naming standardsGregory Nutt2014-02-0910-0/+2130
|
* LPC17 USB Host: Fix a compile error when USB debug is enabledGregory Nutt2014-02-091-1/+1
|
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-097-13/+2512
|
* Fix typos in commentsGregory Nutt2014-02-091-29/+39
|
* Remove EXTERN from prototypeGregory Nutt2014-02-091-3/+3
|
* Fix a compile error that crept into the LPC17xx USB host driverGregory Nutt2014-02-092-1/+4
|
* Minor typo fixesGregory Nutt2014-02-092-2/+2
|
* Fix some typos in some documentsGregory Nutt2014-02-084-22/+22
|
* More changes for a correct NSH Windows natvie buildGregory Nutt2014-02-072-1/+14
|
* More changes to restore the native Windows buildGregory Nutt2014-02-075-3/+10
|
* Use xcopy, mot mklink in link.bat; No an error if directory does not exist ↵Gregory Nutt2014-02-073-5/+20
| | | | in unlink.bat
* Some Windows native build fixesGregory Nutt2014-02-072-2/+7
|
* Add a coding standards documentGregory Nutt2014-02-062-0/+2566
|
* Update README with configuration warningGregory Nutt2014-02-042-3/+35
|
* A10 had the same cut'n'paste error as did the LM4FGregory Nutt2014-02-032-44/+46
|
* STM32F4 Discovery: Rename most everything in the board source directory to ↵Gregory Nutt2014-02-0323-103/+178
| | | | conform with the ever evolving naming standard
* Fix cut'n'paster errors in conditional compilation. Prevented LM4F120 ↵Gregory Nutt2014-02-032-43/+49
| | | | Launchpad UARTs 2-7 from being used
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-034-32/+136
|
* VI and CLE: Fix lots of typos in commentsGregory Nutt2014-02-022-18/+18
|
* CLE: Remove some un-used constant data definitionsGregory Nutt2014-02-021-13/+9
|
* CLE: Forgot to NUL terminate the command lineGregory Nutt2014-02-022-6/+12
|
* Fix bugs in EMACS command line editor, primarily errors in the VT100 commandsGregory Nutt2014-02-022-142/+154
|
* Add an EMACS-like command line editor that can be used wit NSHGregory Nutt2014-02-0212-8/+1232
|
* Remove some old, unused imagesGregory Nutt2014-02-017-61/+0
|
* VI: cosmetic updates to commentsGregory Nutt2014-02-012-10/+9
|
* fix typos reported in release notesGregory Nutt2014-01-311-2/+2
|
* vi: Add missing BSD headerGregory Nutt2014-01-312-1/+42
|
* Purely cosmetic updates to release notes and Makfile commentsGregory Nutt2014-01-303-17/+17
|
* VI: Finally test vi file-related command, fixed bugs, and add file read commandGregory Nutt2014-01-301-59/+218
|
* Back out change. Unnecessary with code is all in tree and costs a LOT of ↵Gregory Nutt2014-01-301-11/+0
| | | | build performance
* Fix version number in relase notesGregory Nutt2014-01-301-3/+3
|
* Final prep for 6.33 releasenuttx-6.33Gregory Nutt2014-01-304-78/+166
|
* SAMA5: Oops. Upper case in include does not match lower case of filename.Gregory Nutt2014-01-301-2/+2
|
* Preparation for NuttX-6.33 release (maybe tomorrow)Gregory Nutt2014-01-295-27/+341
|
* Update dependencies for CONFIG_BOOT_SDRAM_DATA. This should not be ↵Gregory Nutt2014-01-291-5/+11
| | | | available if the system boots from SDRAM (via a bootloader)
* A10: Make sure it is tolerant of CONFIG_BOOT_SDRAM_DATAGregory Nutt2014-01-291-3/+13
|
* SAMA5: Fix logic for running with data in SDRAMGregory Nutt2014-01-294-58/+27
|
* SAMA5: Add a missing endif in a Make.defs that recently added; Several ↵Gregory Nutt2014-01-2812-4/+69
| | | | other cosmetic changes
* ARMv7-A: Conditionally compile out more unneeded logic when .data and .bss ↵Gregory Nutt2014-01-281-11/+2
| | | | are in SDRAM
* SAMA5: Mostly cosmeticGregory Nutt2014-01-283-23/+40
|
* SAMA5: More variables-in-SDRAM stuffGregory Nutt2014-01-283-7/+15
|
* Add support for .data and .bss in SDRAMGregory Nutt2014-01-2810-155/+484
|