1. 16 Feb, 2017 3 commits
  2. 15 Feb, 2017 1 commit
  3. 13 Feb, 2017 2 commits
  4. 11 Feb, 2017 1 commit
  5. 10 Feb, 2017 1 commit
  6. 09 Feb, 2017 3 commits
  7. 08 Feb, 2017 3 commits
  8. 07 Feb, 2017 4 commits
  9. 06 Feb, 2017 4 commits
  10. 03 Feb, 2017 2 commits
  11. 02 Feb, 2017 1 commit
  12. 01 Feb, 2017 1 commit
  13. 31 Jan, 2017 1 commit
  14. 30 Jan, 2017 5 commits
  15. 26 Jan, 2017 1 commit
  16. 25 Jan, 2017 1 commit
  17. 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
  18. 18 Jan, 2017 1 commit
  19. 17 Jan, 2017 1 commit
  20. 13 Jan, 2017 2 commits
    • Deomid Ryabkov's avatar
      ESP32: Update esp-idf · f1d0b451
      Deomid Ryabkov authored
      cesanta/esp-idf is rebased onto espressif/esp-idf#aece3d6fc62fd91d3c5a87e0ab2ddb5ac51d8ff0
      
      A few wifi changes and VFS support for directory-related functions.
      
      PUBLISHED_FROM=7823db802945122aa1b5453da8abd8e380cbf2fa
      f1d0b451
    • Dmitry Frank's avatar
      Improve includes in the amalgamation script · ac921d46
      Dmitry Frank authored
      Now it also tries to find the included file relatively to the "parent"
      file. This is required for amalgamation of the frozen into mjs, since
      `frozen.c` includes `frozen.h` instead of `frozen/frozen.h`.
      
      PUBLISHED_FROM=8f670a1509a30cfdfb22e454b7851f4cf28fb98d
      ac921d46
  21. 11 Jan, 2017 1 commit