1. 10 Jan, 2018 1 commit
    • Luiz Felipe Silva's avatar
      Add sqlite3 module (#2008) · df930c2d
      Luiz Felipe Silva authored
      * add final sqlite3 patch
      * remove unused defines, join caching code with esp vfs code to reduce exported symbols and shrink final file size
      * Modules should by default be disabled and in alphabetical order
      df930c2d
  2. 04 Apr, 2017 1 commit
    • dnc40085's avatar
      Add wifi.suspend() and node.sleep() (#1231) · 41a5736d
      dnc40085 authored
      * Exposed forced sleep API and more
      Added timer suspend functionality
      * wifi.suspend
      * wifi.resume
      * node.sleep 
      * tmr.suspend
      * tmr.suspend_all
      * tmr.resume
      * tmr.resume_all
      * Implement timer suspend functionality
      * Fix for uart TX glitch
      * Made some modifications to the error reporting
      41a5736d
  3. 22 Mar, 2017 1 commit
  4. 05 Sep, 2016 1 commit
    • Arnim Läuger's avatar
      Add FatFs and SD card support (#1397) · ecf8bd98
      Arnim Läuger authored
      * Add FatFs
      * enable BUILD_FATFS for all-module build
      * push vfs into rest of firmware
      * align maximum filename length
      * increase timeout for acmd41 during card initialization
      * switch from DOS to Unix path semantics chdrive() is substituted by chdir()
      * update to fatfs R.012a incl. patches 1-6
      * add callback for rtc provisioning in file
      * update docs
      ecf8bd98
  5. 18 Aug, 2016 1 commit
  6. 05 Jun, 2016 1 commit
    • Arnim Läuger's avatar
      Add pcm module. (#1255) · d4166489
      Arnim Läuger authored
      * Add pcm module.
      * Add network streaming example.
      * document hw_timer dependency with pwm
      * Add vu peak callback.
      d4166489
  7. 26 Feb, 2016 1 commit
    • TerryE's avatar
      Make the wifi.smart functions options and remove wofs and upgrade · 46ea2aa4
      TerryE authored
      AFAIK no one uses the wifi.startsmart() and wifi.stopsmart().  Removing
      them frees up an extra 20-25K of Flash to use as filesystem.  So I have
      added a new config define WIFI_SMART_ENABLE which is enabled by default
      so the default functionality is the same, but if this is commented out
      then this code is omitted.
      
      I have also removed wofs and upgrade from this build as we no longer
      support these.
      46ea2aa4
  8. 21 Jan, 2016 1 commit
  9. 20 Jan, 2016 1 commit
  10. 29 Dec, 2015 1 commit
  11. 17 Sep, 2015 1 commit
  12. 19 Jun, 2015 1 commit
  13. 18 Jun, 2015 1 commit
  14. 16 Mar, 2015 1 commit
  15. 04 Feb, 2015 1 commit
  16. 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
  17. 23 Jan, 2015 1 commit
  18. 22 Dec, 2014 1 commit