1. 01 Nov, 2015 1 commit
  2. 31 Oct, 2015 1 commit
  3. 27 Oct, 2015 1 commit
    • devsaurus's avatar
      simplify spi api · 9444ae28
      devsaurus authored
      duplex_mode configuration enables/disables receiving with spi.send()
      spi.send_recv removed
      9444ae28
  4. 25 Oct, 2015 1 commit
  5. 18 Oct, 2015 3 commits
  6. 12 Oct, 2015 12 commits
  7. 09 Oct, 2015 1 commit
  8. 03 Oct, 2015 1 commit
  9. 30 Sep, 2015 1 commit
  10. 19 Sep, 2015 2 commits
  11. 17 Sep, 2015 4 commits
  12. 10 Sep, 2015 1 commit
    • Robert Foss's avatar
      Added ENDUSER_SETUP module. · e2ada487
      Robert Foss authored
      The module will start a SoftAP, DNS, HTTP server acting as a captive portal.
      The portal will have the SSID SetupGadget and will serve a website where
      credentials for the end users WLAN can be submitted.
      
      Once valid credentials have been submitted and used to connect to the
      local WLAN this module will stop.
      
      This module requires USE_DNS to enabled in dhcpserver.h
      e2ada487
  13. 22 Aug, 2015 1 commit
  14. 21 Aug, 2015 1 commit
  15. 03 Aug, 2015 1 commit
  16. 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
  17. 28 Jul, 2015 1 commit
  18. 21 Jul, 2015 1 commit
  19. 20 Jul, 2015 2 commits
    • devsaurus's avatar
      added more displays: · 6fd106af
      devsaurus authored
          sh1106_128x64_i2c
          ssd1306_64x48_i2c
          ssd1309_128x64_i2c
          ssd1327_96x96_gr_i2c
          uc1611_dogm240_i2c
          uc1611_dogxl240_i2c
          ld7032_60x32_hw_spi
          pcd8544_84x48_hw_spi
          pcf8812_96x65_hw_spi
          sh1106_128x64_hw_spi
          ssd1306_64x48_hw_spi
          ssd1309_128x64_hw_spi
          ssd1322_nhd31oled_bw_hw_spi
          ssd1322_nhd31oled_gr_hw_spi
          ssd1325_nhd27oled_bw_hw_spi
          ssd1325_nhd27oled_gr_hw_spi
          ssd1327_96x96_gr_hw_spi
          ssd1351_128x128_332_hw_spi
          ssd1351_128x128gh_332_hw_spi
          ssd1351_128x128_hicolor_hw_spi
          ssd1351_128x128gh_hicolor_hw_spi
          ssd1353_160x128_332_hw_spi
          ssd1353_160x128_hicolor_hw_spi
          st7565_64128n_hw_spi
          st7565_dogm128_hw_spi
          st7565_dogm132_hw_spi
          st7565_lm6059_hw_spi
          st7565_lm6063_hw_spi
          st7565_nhd_c12832_hw_spi
          st7565_nhd_c12864_hw_spi
          uc1601_c128032_hw_spi
          uc1608_240x128_hw_spi
          uc1608_240x64_hw_spi
          uc1610_dogxl160_bw_hw_spi
          uc1610_dogxl160_gr_hw_spi
          uc1611_dogm240_hw_spi
          uc1611_dogxl240_hw_spi
          uc1701_dogs102_hw_spi
          uc1701_mini12864_hw_spi
      6fd106af
    • devsaurus's avatar
      simplify device/display macros · b8377260
      devsaurus authored
      b8377260
  20. 19 Jul, 2015 1 commit
  21. 16 Jul, 2015 1 commit