summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Support for the MIO283QT9A LCD from Toby DuckworthGregory Nutt2014-02-109-4/+1636
|
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-107-57/+207
|
* Add a mouse interface that is similar to the touchscreen interface except ↵Gregory Nutt2014-02-109-237/+510
| | | | 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-101-4/+4
|
* 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 to restore the native Windows buildGregory Nutt2014-02-074-3/+8
|
* 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-071-1/+1
|
* Add a coding standards documentGregory Nutt2014-02-062-0/+2566
|
* Update README with configuration warningGregory Nutt2014-02-041-2/+34
|
* 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-032-31/+122
|
* Fix bugs in EMACS command line editor, primarily errors in the VT100 commandsGregory Nutt2014-02-021-5/+5
|
* Remove some old, unused imagesGregory Nutt2014-02-017-61/+0
|
* fix typos reported in release notesGregory Nutt2014-01-311-2/+2
|
* Purely cosmetic updates to release notes and Makfile commentsGregory Nutt2014-01-302-16/+14
|
* Back out change. Unnecessary with code is all in tree and costs a LOT of ↵Gregory Nutt2014-01-301-11/+0
| | | | build performance
* Final prep for 6.33 releaseGregory Nutt2014-01-302-61/+136
|
* 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-292-22/+331
|
* 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-2811-4/+54
| | | | 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
|
* Add option to indicatet that data is retained in SDRAMGregory Nutt2014-01-2815-21/+71
|
* A test of kconfig-fontends 3.12.0Gregory Nutt2014-01-271-10/+58
|
* Remove EFM32 from build systemGregory Nutt2014-01-273-34/+0
|
* Remove support for EFM32. Not ready to be fieldedGregory Nutt2014-01-2720-2619/+2
|
* Correct document dateGregory Nutt2014-01-271-1/+1
|
* x86: fix 'Error: .size expression for idle_stack does not evaluate to a ↵Gregory Nutt2014-01-252-1/+4
| | | | constant' bug from Matt Campbell
* Improve documentation of naming conventionsGregory Nutt2014-01-252-90/+190
|
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-24256-1966/+1969
|