summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update ChangeLogGregory Nutt2014-11-281-1/+2
* Add an analog joystick driver. Initial checkin is only a little more of a cl...Gregory Nutt2014-11-285-12/+940
* 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-281-8/+4
* Update ChangeLogsGregory Nutt2014-11-281-0/+2
* 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
* 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 en...Gregory Nutt2014-11-284-62/+94
* 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
* Update ChangeLogGregory Nutt2014-11-281-0/+22
* This commit is a set of patches 02/11 through 03/11 correcting issues with th...Gregory Nutt2014-11-289-94/+304
* Use usleep instead of usdelay as CONFIG_BOARD_LOOPSPERMSEC might not be calib...Gregory Nutt2014-11-281-20/+2
* Some additional, minor improvements to djoystick interrupt controlsGregory Nutt2014-11-272-10/+22
* Update ChangeLogGregory Nutt2014-11-271-1/+4
* EFM32 Serial: Add support for termios TCGET and TCSET. For the moment, only...Gregory Nutt2014-11-272-13/+118
* Update TODOGregory Nutt2014-11-271-2/+40
* Update ChangeLogGregory Nutt2014-11-271-1/+4
* Add an interface definition and upper half driver for a discrete joystick deviceGregory Nutt2014-11-277-14/+1123
* LPC4357 EVB: Ooops got sense of the LED GPIO backwardGregory Nutt2014-11-276-18/+26
* Widen the name space: Rename CONFIG_SPI_EEPROM to CONFIG_EEPROM so that I2C E...Gregory Nutt2014-11-274-16/+17
* Update READMEGregory Nutt2014-11-271-4/+3
* LPC4357-EVB: Fix LEDs; comment out old unimplemented button stuffGregory Nutt2014-11-277-149/+177
* Update ChangeLogGregory Nutt2014-11-271-0/+3
* Minor change to README fileGregory Nutt2014-11-271-1/+4
* EEPROM: Add a README fileGregory Nutt2014-11-271-0/+95
* EEPROM: Add a README fileGregory Nutt2014-11-274-1/+19
* Loop device should return -EINTR is interrupt by a signalGregory Nutt2014-11-271-39/+59
* EEPROM: prevent writes past end of device. From Sébastien LorquetGregory Nutt2014-11-271-0/+7
* Fix minor typos in C commentsGregory Nutt2014-11-276-6/+6
* Fix minor typo in C commentsGregory Nutt2014-11-271-1/+3
* Update ChangeLogGregory Nutt2014-11-271-1/+3
* Forgot too add file before last commitGregory Nutt2014-11-271-0/+258
* Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diffGregory Nutt2014-11-273-0/+56