summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add traveller main file and stubs for required headersGregory Nutt2014-12-0319-14/+1134
|
* Remove carriage returns; correct file modesGregory Nutt2014-12-032-73/+73
|
* Beginning of a 1st person gameGregory Nutt2014-12-033-0/+239
|
* Update ChangeLogGregory Nutt2014-12-031-2/+6
|
* Nucleo-F4x1RE: Add support for an analog joystick shield. There are still ↵Gregory Nutt2014-12-036-5/+760
| | | | some ADC issues to be worked through as of the initial commit
* Update READMEGregory Nutt2014-12-031-0/+10
|
* SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working)Gregory Nutt2014-12-034-24/+29
|
* Update ChangeLogGregory Nutt2014-12-031-3/+4
|
* SAMA5D3 Xplained: Add support for the Itead Joystick shieldGregory Nutt2014-12-038-14/+698
|
* Refresh configurationGregory Nutt2014-12-031-4/+18
|
* Update ChangelogGregory Nutt2014-12-031-1/+3
|
* Add an analog joystick test/exampleGregory Nutt2014-12-038-8/+669
|
* Update ChangeLogGregory Nutt2014-12-021-0/+5
|
* STM32: Add MCO configuration for the STM32L1xx. From Jussi KivilinnaGregory Nutt2014-12-021-0/+36
|
* STM32L15: Fix typo in MCO pin definition. From Jussi KivilinnaGregory Nutt2014-12-021-1/+1
|
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are ↵Gregory Nutt2014-12-0114-24/+24
| | | | problems. From Woohan Lee
* Use tabs in Kconfig fileGregory Nutt2014-11-301-10/+10
|
* Updated commentsGregory Nutt2014-11-295-8/+33
|
* Update commentsGregory Nutt2014-11-294-10/+20
|
* Update ChangeLogGregory Nutt2014-11-291-0/+2
|
* STM32 F4 I2C: Port Tridge's I2C noise resiliance logic from the PX4 repository.Gregory Nutt2014-11-292-23/+87
|
* Re-arrange the AJOYSTICK data structure so that it matches the mouse structureGregory Nutt2014-11-291-1/+5
|
* Update some Documentation and comments associated with the last ioctl changeGregory Nutt2014-11-293-6/+11
|
* Add some commentsGregory Nutt2014-11-292-2/+10
|
* Update ChangeLogGregory Nutt2014-11-291-0/+10
|
* Add support for a variadic ioctl() function. The ioctl() interface is a ↵Gregory Nutt2014-11-2911-53/+233
| | | | non-standard, Unix interface. NuttX has always used the older, three-parameter version. Most contemporary systems now, however, use a variadic form of the ioctl() function. Added an option to insert a shim layer to adapt the three-parameter ioctl() to use the variadic interface form. Internally, the ioctl handling is the same three-parameter logic. The only real complexity to the shim is in how the system calls must be handled.
* Update/correct some commentsGregory Nutt2014-11-294-5/+31
|
* Update ChangeLogGregory Nutt2014-11-281-1/+2
|
* Add an analog joystick driver. Initial checkin is only a little more of a ↵Gregory Nutt2014-11-285-12/+940
| | | | clone of the discrete joystick driver and is as-of-yet untested
* Add an interface definition header file for an analog joystick deviceGregory Nutt2014-11-284-3/+287
|
* Update READMEGregory Nutt2014-11-281-0/+29
|
* Fixes to get the discrete joystick driver and test workingGregory Nutt2014-11-282-8/+8
|
* Update ChangeLogsGregory Nutt2014-11-282-0/+4
|
* STM3210E-EVAL: Add missing initialization for the joystick driverGregory Nutt2014-11-281-0/+18
|
* DJoystick: Add a new ioctl to get the support joystick discrete signalsGregory Nutt2014-11-282-3/+43
|
* apps/examples/djoystick: Add a test of the discreate joystick driverGregory Nutt2014-11-288-14/+461
|
* Update ChangeLogGregory Nutt2014-11-281-0/+2
|
* STM3210E-EVAL: Add a DJoystick driverGregory Nutt2014-11-287-23/+393
|
* STM3210E-EVAL: Don't treat joystick as buttons if the DJOYSTICK driver is ↵Gregory Nutt2014-11-284-62/+94
| | | | enabled
* Fix one warning. There are a couple of others that look like real problemsGregory Nutt2014-11-281-2/+3
|
* Refresh configurationGregory Nutt2014-11-281-73/+219
|
* STM3210E-EVAL: Rename files for compatibility with current standardsGregory Nutt2014-11-2826-123/+101
|
* STM3240G-EVAL: Rename files for compatibility with current naming conventionsGregory Nutt2014-11-2821-85/+69
|
* Fix typoGregory Nutt2014-11-281-1/+1
|
* Refresh configurationGregory Nutt2014-11-281-83/+289
|
* Fix missing quote in KconfigGregory Nutt2014-11-281-1/+1
|
* Cosmetic change to commentGregory Nutt2014-11-281-1/+2
|
* Update ChangeLogGregory Nutt2014-11-281-0/+3
|
* cctype: Undefined macros defined ctype.h so that builtin C++ implementations ↵Gregory Nutt2014-11-281-0/+15
| | | | will be used
* Update ChangeLogGregory Nutt2014-11-281-0/+22
|