1. 05 Jan, 2016 1 commit
  2. 03 Jan, 2016 1 commit
  3. 12 Nov, 2015 1 commit
  4. 09 Nov, 2015 1 commit
  5. 08 Nov, 2015 1 commit
  6. 01 Nov, 2015 1 commit
  7. 12 Oct, 2015 1 commit
  8. 30 Sep, 2015 1 commit
  9. 31 Jul, 2015 2 commits
    • Johny Mattsson's avatar
      Reduced SPIFFS cache, freeing ~0.5k RAM. · 4a47813e
      Johny Mattsson authored
      Also made the cache on/off configurable via user_config.h. Uncached writes
      are not a very good idea, but for read-only deployments a further ~0.5k RAM
      can be gained by disabling the cache.
      
      Tweaked the file.read() workhorse to read large chunks at a time rather
      than use getc(), to compensate for potential unavailability of cache.
      4a47813e
    • Bernd Meyer's avatar
      More sensible cjson realloc strategy. · 595509a7
      Bernd Meyer authored
      595509a7
  10. 27 Jun, 2015 2 commits
  11. 05 Jun, 2015 1 commit
  12. 03 Jun, 2015 1 commit
  13. 15 Mar, 2015 1 commit
  14. 12 Mar, 2015 1 commit
  15. 06 Mar, 2015 1 commit
  16. 03 Mar, 2015 1 commit
  17. 17 Feb, 2015 1 commit
  18. 16 Feb, 2015 2 commits
    • HuangRui's avatar
      Enable EGC. · c05fc843
      HuangRui authored
      c05fc843
    • HuangRui's avatar
      Update to SDK 0.9.6_b1 · 05fe3ea9
      HuangRui authored
      The open source LWIP is broken, use espressif's liblwip.a.
      Uses system_get_vdd33 instead of readvdd33.
      The espressif's sdk0.9.6 beta1 (2015.02.15) release note
      1、Optimize smartconfig to version v0.8;
      2、Optimize AT to version 0.22.b1;
      1>、Fixed bugs;
      2>、Optimize the speed of transparent transmission;
      3、Optimize boot to version 1.3(b3);
      1>、Fix compatibility problem of dual flash ;
      4、Solve problem of the large current in deep sleep;
      5、Fixed problem “check mem fail”;
      6、Fixed problem of UDP socket may stop listening broadcast packet after a long time running under some special router;
      7、Fixed bug related to wifi_station_scan;
      8、Other optimize to make the software more reliable;
      05fe3ea9
  19. 13 Feb, 2015 2 commits
  20. 12 Feb, 2015 1 commit
  21. 11 Feb, 2015 2 commits
  22. 05 Feb, 2015 2 commits
  23. 04 Feb, 2015 3 commits
  24. 03 Feb, 2015 1 commit
    • devsaurus's avatar
      improve font handling · 9f0b1678
      devsaurus authored
      * macros established to build a table of fonts which get compiled into the image
      * font data is mapped to irom0 to save dram space
      * quirky function to retrieve font data 4-byte aligned from irom0
      9f0b1678
  25. 01 Feb, 2015 2 commits
    • devsaurus's avatar
      * add u8glib · a2672113
      devsaurus authored
      * initializer for SSD1306 display with I2C driver
      * disabled mqtt and ow modules to avoid irom0_0_seg overflow
        check ld script to increase size
      a2672113
    • devsaurus's avatar
      add u8g module stubs · 33601462
      devsaurus authored
      33601462
  26. 26 Jan, 2015 4 commits
  27. 25 Jan, 2015 1 commit
  28. 24 Jan, 2015 1 commit