summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* This commit is a set of patches 02/11 through 03/11 correcting issues with ↵Gregory Nutt2014-11-289-94/+304
| | | | | | | | | | | | | | | | | | the CC3000 networking (01/11 was committed separated). Among these 10 patches: 03/11: CC3000 driver was getting stuck at recv() when remote host closed connection and application tried to read data from remotely shutdown socket. This patch adds proper handling for remotely closed socket event. 07/11: Socket state initialization was done in 'register', while it should be initialized in 'open' and deinitialized in 'close'. Old way caused problems when device is closed, power-cycled and then reopened as old socket state was left enabled. 08/11: Select thread was getting stuck after 'close, power-cycle, reopen', since selectsem was not properly setup and cleaned up. 09/11 'maxFD' was not properly reset in select worker and not checked for before calling cc3000_select(). 10/11: After wlan_stop()/cc3000_close(), irqsem was left with count '-1'. Therefore on next wlan_start()/cc3000_open(), initial value for irqsem was wrong. Additional repeated wlan_start()/wlan_stop() decreased irqsem value further. Obviously this causes driver not to function correctly and freeze. Patch moves initialization and destruction of waitsem, irqsem and readysem to cc3000_open/cc3000_close. All are: Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
* Use usleep instead of usdelay as CONFIG_BOARD_LOOPSPERMSEC might not be ↵Gregory Nutt2014-11-281-20/+2
| | | | | | calibrated correctly and CC3000 is fine with longer wait. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
* Remove some debug output that was accidentally left in a preceding commitGregory Nutt2014-11-281-1/+0
|
* 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, ↵Gregory Nutt2014-11-272-13/+118
| | | | only set/get speed is implemetned. From Pierre-noel Bouteville
* 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 ↵Gregory Nutt2014-11-274-16/+17
| | | | EEPROMs can live there too
* 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-0/+3
|
* fix romfs example builtin app registry issue. From Librae.Gregory Nutt2014-11-271-1/+14
|
* 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
|
* Fix replicated typo in most of the newly added lpc4357-evb filesGregory Nutt2014-11-268-13/+13
|
* Add some discussio of the LPC4357 to documentation and README filesGregory Nutt2014-11-262-31/+58
|
* Update ChangeLogGregory Nutt2014-11-261-0/+6
|
* Misc changes while verifying the clean build of the LPC4357 portGregory Nutt2014-11-265-46/+34
|
* Fix to get a clean build with EEPROM support disabledGregory Nutt2014-11-262-5/+7
|
* Initial support for the LPC4357-EVB provided by Toby DuckworthGregory Nutt2014-11-2622-1/+5183
|
* Update ChangeLogGregory Nutt2014-11-261-0/+3
|
* Two new fonts from Pierre-noel BoutevilleGregory Nutt2014-11-2627-56/+1679
|
* Update ChangeLogGregory Nutt2014-11-261-0/+4
|
* Add support for generic EEPROM access via a character driver. Add also the ↵Gregory Nutt2014-11-268-3/+970
| | | | EEPROM driver itself. From Sebastien Lorquet