summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apps/inifile: Filename parameter should be constGregory Nutt2014-12-062-2/+2
* apps/examples/ostest: Missing prototype for nsem_test()Gregory Nutt2014-12-061-0/+4
* Update ChangeLogGregory Nutt2014-12-061-1/+4
* In message queue created return ENOSPC error if size exceeds the configured s...Gregory Nutt2014-12-063-25/+22
* Update ChangeLogGregory Nutt2014-12-051-0/+4
* msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, an...Gregory Nutt2014-12-058-46/+46
* Update ChangeLogGregory Nutt2014-12-051-0/+3
* Add support for ST Micro EEPROM device geometries. From Sebastien LorquetGregory Nutt2014-12-052-23/+65
* Nucleo-f4x1re: Add pull-ups to joystick button GPIOsGregory Nutt2014-12-043-38/+61
* Nucleo-f4x1re: Fix some joystick pin definitionsGregory Nutt2014-12-045-8/+21
* Nucleo-f402re: Add an option to use only a minimal set of joystick buttons. ...Gregory Nutt2014-12-044-7/+44
* Nucleo-f4x1re: Add comments about pin conflicts; Fix GPIO configurationGregory Nutt2014-12-043-2/+33
* Nucleo-F4x1RE: Fix some joystick shield logicGregory Nutt2014-12-046-15/+80
* Oops.. incomplete stuff from a branch accidentally merged. At least make it ...Gregory Nutt2014-12-031-0/+1
* Add two files that were missed in a previous commitGregory Nutt2014-12-034-1/+331
* A more more input positional logicGregory Nutt2014-12-034-13/+225
* Rethink positional input; Add input configuration logicGregory Nutt2014-12-034-45/+208
* Add framework for joystick inputGregory Nutt2014-12-037-3/+156
* Add color initilization logiGregory Nutt2014-12-035-2/+713
* Making a place for color transformationsGregory Nutt2014-12-033-7/+7
* Add graphic device initialize logic (incomplete)Gregory Nutt2014-12-0317-80/+1123
* A few more traveler fixesGregory Nutt2014-12-032-1/+6
* Let's get consistent with spelling: Use the US spelling of traveler with one...Gregory Nutt2014-12-0319-70/+70
* 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 so...Gregory Nutt2014-12-036-5/+760
* 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 pro...Gregory Nutt2014-12-0114-24/+24
* 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 non-...Gregory Nutt2014-11-2911-53/+233
* Update/correct some commentsGregory Nutt2014-11-294-5/+31