1. 26 Nov, 2018 2 commits
    • Skirmantas Lauzikas's avatar
      ESP32: Add time module (#2561) · 794a07bb
      Skirmantas Lauzikas authored
      * ESP32: Add time modules
      
      New time module for manipulating system time/ calendar and controlling SNTP server
      
      * ESP32: Time module documentation & style fixes
      * added documentation for time modules
      * style fixes as pointed out by @devsaurus
      
      * ESP32: Time module small fixes
      * Couple small fixes
      794a07bb
    • Marcel Stör's avatar
      Add Docker option · 5696b631
      Marcel Stör authored
      5696b631
  2. 23 Nov, 2018 1 commit
  3. 22 Nov, 2018 1 commit
    • Skirmantas Lauzikas's avatar
      ESP32: Add SJSON module (#2562) · 423c733d
      Skirmantas Lauzikas authored
      * Esp32: Add SJSON module
      
      This adds SJSON module taken directly from master
      
      * ESP32: Fixes for sjson lib
      Fixed compilation not including config header, thus braking some of libs functionality
      
      * ESP32: Upgraded SJSON to master
      423c733d
  4. 15 Nov, 2018 3 commits
    • devsaurus's avatar
      fix utf8 nbsp · c9e7dde5
      devsaurus authored
      c9e7dde5
    • tomsci's avatar
      Adding qrcodegen module for generating QR Codes (#2543) · 72d28fa8
      tomsci authored
      * Adding qrcodegen module for generating QR Codes
      
      * Added LUA_MODULE_QRCODEGEN KConfig
      
      * Changed qrcodegen.encodeText() to use an options table
      
      Created common.h with new option table helper fns.
      
      * Reworked http.c to use new common.h options table APIs
      72d28fa8
    • tomsci's avatar
      ESP32: Add Sodium module (#2550) · 1cb1aff4
      tomsci authored
      * Add Sodium module
      
      * Split sodium API into subtables; updated docs
      
      * Fixed refactored names of crypto_box fns
      1cb1aff4
  5. 10 Nov, 2018 1 commit
  6. 08 Nov, 2018 2 commits
    • tomsci's avatar
      5db5d8ed
    • tomsci's avatar
      Add ESP32 http module (#2540) · 73b13e41
      tomsci authored
      * ESP32: Added http module
      
      * add asynchronous flavor for context:request()
      
      (cherry picked from commit e65b90cc8fc5296f7fe6cae1978835e06a9f44bb)
      
      * http: More asynchronous support, more options
      
      * Fix docs typo
      
      * Code review comments from @devsaurus
      
      Fixes some cleanup issues with asynchronous mode
      
      * Added http.md to mkdocs.yml
      
      * Align connection:close() to template
      73b13e41
  7. 02 Nov, 2018 1 commit
  8. 29 Oct, 2018 1 commit
    • tomsci's avatar
      Add object-based file API to dev-esp32 branch (#2524) · 48b9518d
      tomsci authored
      * #2521: Add object-based file API to dev-esp32 branch
      
      Merged in from master@c708828bbe853764b9de58fb8113a70f5a24002d minus
      some VFS changes and similar.
      
      * Updated file docs from master
      
      Omitting:
      * file.mount()
      * reference to rtctime.epoch2cal()
      * file.stat()
      
      As these are not available in dev-esp32 branch
      
      Unsure about whether "directories are not supported" is still true
      48b9518d
  9. 14 Oct, 2018 3 commits
  10. 13 Oct, 2018 2 commits
  11. 08 Oct, 2018 1 commit
  12. 07 Oct, 2018 5 commits
  13. 15 Apr, 2018 1 commit
  14. 19 Mar, 2018 1 commit
  15. 06 Mar, 2018 1 commit
  16. 31 Dec, 2017 1 commit
  17. 28 Dec, 2017 2 commits
  18. 18 Nov, 2017 3 commits
  19. 02 Sep, 2017 2 commits
  20. 16 Aug, 2017 1 commit
  21. 11 Aug, 2017 1 commit
    • larsstenberg's avatar
      ESP32: Ledc driver module (#2027) · 40e0be29
      larsstenberg authored
      * Inital commit for supporting ledc driver
      
      * Added documentation. More fade functions and better naming of constants
      
      * Better field checking during setup. Updated documentation
      
      * Reworked LEDC module to be used with an object model to decrease repetition of parameters
      40e0be29
  22. 27 Jul, 2017 1 commit
  23. 25 Jul, 2017 1 commit
  24. 21 Jul, 2017 1 commit
  25. 30 Jun, 2017 1 commit