1. 12 Jul, 2016 2 commits
  2. 11 Jul, 2016 1 commit
    • 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. 08 Jul, 2016 1 commit
  4. 07 Jul, 2016 1 commit
  5. 06 Jul, 2016 5 commits
  6. 01 Jul, 2016 1 commit
  7. 29 Jun, 2016 1 commit
  8. 28 Jun, 2016 3 commits
  9. 27 Jun, 2016 1 commit
  10. 24 Jun, 2016 1 commit
    • 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. 22 Jun, 2016 2 commits
  12. 20 Jun, 2016 1 commit
  13. 15 Jun, 2016 4 commits
  14. 13 Jun, 2016 2 commits
    • 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. 10 Jun, 2016 1 commit
  16. 09 Jun, 2016 3 commits
    • 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. 07 Jun, 2016 4 commits
  18. 02 Jun, 2016 1 commit
  19. 31 May, 2016 1 commit
  20. 30 May, 2016 2 commits
  21. 28 May, 2016 2 commits