Skip to content
  1. Nov 28, 2014
    • Gregory Nutt's avatar
      Update ChangeLog · e16000e8
      Gregory Nutt authored
      e16000e8
    • Gregory Nutt's avatar
      This commit is a set of patches 02/11 through 03/11 correcting issues with the... · e42f7b55
      Gregory Nutt authored
      This commit is a set of patches 02/11 through 03/11 correcting issues with 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>
      e42f7b55
    • Gregory Nutt's avatar
      Use usleep instead of usdelay as CONFIG_BOARD_LOOPSPERMSEC might not be... · 5f0343be
      Gregory Nutt authored
      
      Use usleep instead of usdelay as CONFIG_BOARD_LOOPSPERMSEC might not be calibrated correctly and CC3000 is fine with longer wait.
      
      Signed-off-by: default avatarJussi Kivilinna <jussi.kivilinna@haltian.com>
      5f0343be
    • Gregory Nutt's avatar
    • Gregory Nutt's avatar
      Update ChangeLog · 3909f280
      Gregory Nutt authored
      3909f280
    • Gregory Nutt's avatar
      EFM32 Serial: Add support for termios TCGET and TCSET. For the moment, only... · 50285b91
      Gregory Nutt authored
      EFM32 Serial:  Add support for termios TCGET and TCSET.  For the moment, only set/get speed is implemetned.  From Pierre-noel Bouteville
      50285b91
    • Gregory Nutt's avatar
      Update TODO · 08b2f80d
      Gregory Nutt authored
      08b2f80d
  2. Nov 27, 2014
  3. Nov 26, 2014
  4. Nov 25, 2014