Skip to content
Snippets Groups Projects
  1. Aug 21, 2018
  2. Jul 21, 2018
  3. Jun 11, 2018
  4. Apr 12, 2018
  5. Mar 20, 2018
  6. Jan 16, 2018
  7. Jan 15, 2018
  8. Nov 28, 2017
    • Sebastian Meiling's avatar
      make: fix various compile errors with Wextra · b283b778
      Sebastian Meiling authored
              pkg, nordic_softdevice_ble: disable CFLAGS to omit compiler error
              sys, pm_layered: fix casting nonscalar to the same type
              cpu, stm32_common: fix type-limits, remove always true assert
              cpu, stm32f4: fix pointer arithmetic in periph/i2c
              drivers, at86rf2xx: fix type-limits where condition always true
              saul, gpio: fix if no gpio configured for saul
              cpu, saml21: add frequency check to periph/timer
              driver, cc110x: fix unused param and type-limts errors
              boards, wsn430-common: fix old-style-declaration
              make: fix old style definition
              drivers, sdcard_spi: fix old style typedef
              driver, at30tse: remove unnecessary check
              driver, nrf24: fix type-limit
              driver, pn532: change buffer from char to uint8_t
              tests/driver_sdcard: fix type limits
              boards, feather-m0: add missing field inits
              driver, tcs37727: fix type limits
              pkg, emb6: disable some compiler warnings
              tests/emb6: disable some compiler warings
              pkg, openthread: fix sign compare and unused params
              tests/trickle: fix struct init
              tests/pthread_cooperation: fix type limits
              board, mips-malta: remove feature periph_uart
              shell: fix var size for netif command
              gnrc, netif: fix sign-compare
              gnrc, nib: fix sign-compare
              shell: fix output in netif command
              posix: fix type-limits in pthread_cond
      b283b778
  9. Nov 15, 2017
  10. Nov 12, 2017
  11. Oct 10, 2017
  12. Sep 06, 2017
  13. Sep 05, 2017
  14. Jun 24, 2017
  15. Jun 21, 2017
  16. Jun 13, 2017
  17. Jun 02, 2017
  18. May 24, 2017
  19. May 17, 2017
  20. Apr 20, 2017
  21. Apr 19, 2017
  22. Apr 13, 2017
  23. Apr 04, 2017
    • Martine Lenders's avatar
      posix: remove fd subsystem · 1caa0240
      Martine Lenders authored
      Fixes #637.
      
      This only provides a subset of vfs while being incompatible with it.
      Since POSIX sockets don't use this module anymore it can be removed.
      1caa0240
  24. Apr 03, 2017
  25. Mar 28, 2017
  26. Mar 23, 2017
    • Francois Berder's avatar
      posix: sockets: Implement SO_RCVTIMEO option in setsockopt · c7876386
      Francois Berder authored
      
      AwaLWM2M needs to be polled regularly to check for incoming data.
      Since RIOT only supports timeout at the GNRC sock layer while
      the network abstraction for RIOT in AwaLWM2M uses the posix layer,
      this causes RIOT to be blocked waiting for data that never arrive.
      
      This commit implements only the SO_RCVTIMEO option in setsockopt to
      allow users to set a receive timeout for a socket at the posix layer.
      
      Signed-off-by: default avatarFrancois Berder <francois.berder@imgtec.com>
      c7876386
  27. Mar 20, 2017
  28. Mar 10, 2017
  29. Mar 07, 2017
  30. Mar 06, 2017
Loading