1. 19 Feb, 2017 1 commit
  2. 17 Feb, 2017 2 commits
  3. 16 Feb, 2017 3 commits
  4. 15 Feb, 2017 1 commit
  5. 13 Feb, 2017 2 commits
  6. 11 Feb, 2017 1 commit
  7. 10 Feb, 2017 1 commit
  8. 09 Feb, 2017 3 commits
  9. 08 Feb, 2017 3 commits
  10. 07 Feb, 2017 4 commits
  11. 06 Feb, 2017 4 commits
  12. 03 Feb, 2017 2 commits
  13. 02 Feb, 2017 1 commit
  14. 01 Feb, 2017 1 commit
  15. 31 Jan, 2017 1 commit
  16. 30 Jan, 2017 5 commits
  17. 26 Jan, 2017 1 commit
  18. 25 Jan, 2017 1 commit
  19. 24 Jan, 2017 1 commit
    • Deomid Ryabkov's avatar
      Fix ESP32 encr. OTA; clean up {open,read,close}dir · 7bdbd805
      Deomid Ryabkov authored
      Fixed a bunch of things to make OTA work on ESP32 with flash encryption:
      writes to app aprtitions must be 32-byte aligned and mod 32 in size.
      When merging filesystems during update, use spiffs_vfs_* functions so
      that old fs is properly decrypted.
      
      Refactored cs_dirent stuff: SPIFFS support moved to spiffs_vfs.c,
      added dirent.h on ESP8266 and CC3200 which includes cs_dirent.h
      Define DIR and dirent only if asked (ESP8266, CC3200, WIN32).
      
      PUBLISHED_FROM=58b0d05cdc41b1a9e02d341e2a1cdcb012829232
      7bdbd805
  20. 18 Jan, 2017 1 commit
  21. 17 Jan, 2017 1 commit