1. 30 Aug, 2017 3 commits
    • Deomid Ryabkov's avatar
      CC3220 FS support · c7bea65a
      Deomid Ryabkov authored
      For now, we only support SPIFFS-in-a-box, same as CC3200.
      On CC3200SF it should be possible to have SPIFFS on built-in flash, but that is left for later.
      
      PUBLISHED_FROM=dee337c8cd8ed288c22abe9960eef81e6e90cc4a
      c7bea65a
    • Deomid Ryabkov's avatar
      Harden MQTT parser some more · d5a9000d
      Deomid Ryabkov authored
      PUBLISHED_FROM=5e7fcc7bf145aa8e1045e8d627b1c0731bb4341b
      d5a9000d
    • Deomid Ryabkov's avatar
      Fix subscription parsing in MQTT broker · f6201845
      Deomid Ryabkov authored
      Also, do not accept PUBLISH and SUBSCRIBE before a sucessful CONNECT.
      
      PUBLISHED_FROM=b5096cdc2ec5da1358244c428efbbb2e20be1a05
      f6201845
  2. 29 Aug, 2017 1 commit
  3. 27 Aug, 2017 1 commit
  4. 26 Aug, 2017 1 commit
    • Deomid Ryabkov's avatar
      CC3220 first steps · 38e984a0
      Deomid Ryabkov authored
      Achievement unlocked: CC3220 port prints a boot banner.
      Then locks up.
      
      Included in this PR is refactoring to pull out common parts to be shared with CC3200.
      
      PUBLISHED_FROM=5fb9d9a00bb9ce7f63dde20bc1876076b76d5257
      38e984a0
  5. 24 Aug, 2017 1 commit
    • Our CI Bot's avatar
      Add mqtt_over_websocket_server example · 09e42547
      Our CI Bot authored
      Fixed bug in websocket handshake:
      now adding Sec-WebSocket-Protocol header in handshake response.
      
      PUBLISHED_FROM=e4a71ff9dc4aeec63db40cb7f356dc5b25c1215a
      09e42547
  6. 22 Aug, 2017 1 commit
  7. 21 Aug, 2017 2 commits
  8. 17 Aug, 2017 2 commits
  9. 16 Aug, 2017 1 commit
  10. 27 Jul, 2017 1 commit
  11. 21 Jul, 2017 2 commits
  12. 20 Jul, 2017 1 commit
  13. 17 Jul, 2017 3 commits
  14. 14 Jul, 2017 1 commit
  15. 05 Jul, 2017 2 commits
  16. 04 Jul, 2017 2 commits
  17. 03 Jul, 2017 2 commits
  18. 02 Jul, 2017 1 commit
  19. 01 Jul, 2017 1 commit
  20. 29 Jun, 2017 1 commit
  21. 28 Jun, 2017 2 commits
  22. 27 Jun, 2017 1 commit
  23. 26 Jun, 2017 1 commit
  24. 21 Jun, 2017 1 commit
  25. 20 Jun, 2017 4 commits
  26. 13 Jun, 2017 1 commit
    • Deomid Ryabkov's avatar
      mOS filesystem refactoring: introduce VFS · 27094896
      Deomid Ryabkov authored
      With different filesystem implementations and storage drivers, like grown-ups have :)
      This is not currently used to add any new functionality, we still have
      only one FS and driver on ESP8266 and ESP32; CC3200 has two: SPIFFS and SLFS.
      This will be used soon to implement filesystems on additional SPI flash chips and SD cards.
      
      PUBLISHED_FROM=293960fef82952c505e9b1925aac7724c7308362
      27094896