Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
  2. Jul 11, 2016
    • Deomid Ryabkov's avatar
      Properly override rename on Newlib · 459cd1b0
      Deomid Ryabkov authored
      Newlib implements rename as _link and _unlink, not _rename.
      There is no _link on either SLFS or SPIFFS, so override rename directly.
      
      PUBLISHED_FROM=ebb54664f8a3c8664ecab1fac021bef286a0e230
      459cd1b0
  3. Jul 08, 2016
  4. Jul 07, 2016
  5. Jul 06, 2016
  6. Jul 01, 2016
  7. Jun 29, 2016
  8. Jun 28, 2016
  9. Jun 27, 2016
  10. Jun 24, 2016
    • Deomid Ryabkov's avatar
      Ignore SL_ENOPROTOOPT w/ DOMAIN_NAME_VERIFICATION · 5a19135c
      Deomid Ryabkov authored
      Domain name verification feature was added in NWP service pack
      (reported version: 2.6.0.5). Older versions do not support it.
      There's not much we can do about it, so we just ignore the error.
      
      PUBLISHED_FROM=9495250de1945aae4f2bdf7dddcd7bf1248e24c2
      5a19135c
  11. Jun 22, 2016
  12. Jun 20, 2016
  13. Jun 15, 2016
  14. Jun 13, 2016
    • rojer's avatar
      Change main code image filename in CC3200 bundles · a67323fc
      rojer authored
      /sys/mcuimg.bin is just another file on SLFS, no reason to give it
      special treatment. Preserve backward compatibility with old bundles:
      translate sys_mcuimg.bin -> /sys/mcuimg.bin
      
      PUBLISHED_FROM=be89a3d9785046f09279fef9e2bb6604eeaa576e
      a67323fc
    • rojer's avatar
      Add timestamp to LB log · 1daa5e69
      rojer authored
      PUBLISHED_FROM=61b87fcee909241d5bdf2ba7407003c0c3cfbd72
      1daa5e69
  15. Jun 10, 2016
  16. Jun 09, 2016
    • rojer's avatar
      SimpleLink net_if impl w/ async support; MG_F_SSL · 1d4f97bb
      rojer authored
      SimpleLink sockets are suffciently different from BSD that all the
      ifdefs have become too messy to warrant a separate net_if
      implementation. As part of this we also implement proper async connect
      support.
      
      Added MG_F_SSL to identify SSL-enabled connections in a generic way,
      since SSL state can be different depending on the implementation.
      
      PUBLISHED_FROM=9cdb8c880b90683e4a26b972cf439d47d6f60917
      1d4f97bb
    • rojer's avatar
      clang-format *ALL* the things! · 183fc7ce
      rojer authored
      PUBLISHED_FROM=faf0beb7545eb426c941fc366b6f87667723eb4c
      183fc7ce
    • rojer's avatar
      SimpleLink SSL support; split cert and key opts · dcf1cede
      rojer authored
      SL requires cert and key to be separate files in DER format.
      
      Date verification is disabled for now.
      
      PUBLISHED_FROM=7d76150ed356140728a1e5fd82d8a0456347b7dc
      dcf1cede
  17. Jun 07, 2016
  18. Jun 02, 2016
  19. May 31, 2016
  20. May 30, 2016
  21. May 28, 2016
Loading