Skip to content
Snippets Groups Projects
  1. Feb 20, 2017
  2. Feb 19, 2017
  3. Feb 17, 2017
  4. Feb 16, 2017
  5. Feb 15, 2017
  6. Feb 13, 2017
  7. Feb 11, 2017
  8. Feb 10, 2017
  9. Feb 09, 2017
  10. Feb 08, 2017
  11. Feb 07, 2017
  12. Feb 06, 2017
  13. Feb 03, 2017
  14. Feb 02, 2017
  15. Feb 01, 2017
  16. Jan 31, 2017
  17. Jan 30, 2017
  18. Jan 26, 2017
  19. Jan 25, 2017
  20. Jan 24, 2017
    • 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
  21. Jan 18, 2017
Loading