Skip to content
Snippets Groups Projects
  1. Feb 17, 2017
    • Dmitry Frank's avatar
      Implement Array.prototype.length · b1a46da3
      Dmitry Frank authored
      We don't have a real Array.prototype of course, just `[1,2,3].length`
      behaves like we do.
      
      PUBLISHED_FROM=456379377652cb60fc6f9521d8d358480237c58a
      b1a46da3
  2. Feb 16, 2017
  3. Feb 15, 2017
  4. Feb 13, 2017
  5. Feb 11, 2017
  6. Feb 10, 2017
  7. Feb 09, 2017
  8. Feb 08, 2017
  9. Feb 07, 2017
  10. Feb 06, 2017
  11. Feb 03, 2017
  12. Feb 02, 2017
  13. Feb 01, 2017
  14. Jan 31, 2017
  15. Jan 30, 2017
  16. Jan 26, 2017
  17. Jan 25, 2017
  18. 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
  19. Jan 18, 2017
  20. Jan 17, 2017
  21. Jan 13, 2017
    • 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
Loading