1. 14 May, 2018 11 commits
  2. 10 May, 2018 2 commits
  3. 07 May, 2018 1 commit
  4. 02 May, 2018 1 commit
  5. 16 Apr, 2018 2 commits
  6. 14 Apr, 2018 3 commits
  7. 07 Apr, 2018 1 commit
    • Me No Dev's avatar
      Update IDF to f586f5e (#1296) · 69f72eca
      Me No Dev authored
      * Update BLE lib
      
      * Update IDF to f586f5e
      
      * Restructure Bluetooth Serial includes
      
      * Update esptool and gen_esp32part
      
      * Add partition scheme selection for menuconfig
      
      * Add partition scheme selection for Arduino IDE
      
      * Fix BLE example
      
      * Second attempt BLE fix
      
      * Add exceptions to PIO
      69f72eca
  8. 06 Apr, 2018 10 commits
  9. 03 Apr, 2018 1 commit
  10. 09 Mar, 2018 2 commits
  11. 05 Mar, 2018 2 commits
  12. 04 Mar, 2018 4 commits
    • me-no-dev's avatar
      fix thread storage · 835268c3
      me-no-dev authored
      835268c3
    • Luc's avatar
      Unify time modification on SD and SPIFFS (#738) · adf513fc
      Luc authored
      * Add access to last write date time
      
      add example
      
      * rename cpp to ino orz
      
      * wrong copy -past
      
      * No comment orz
      
      * Add missing space
      adf513fc
    • chuck todd's avatar
      micros() returning inconsistend values when call from different tasks (#1165) · 7141e3e2
      chuck todd authored
      The cycle count that micros() is using to report timing is a PER Task value.  When micros() or delayMicroseconds() is called from different Tasks, the lastCycleCount value may have no relationship to the current Task specific cycleCount. If the current cycleCount is less than the saved lastCycleCount a rollover condition is assumed. This erroneous conditions results in incorrect delays and reported microseconds.  This fix creates thread local storage so that each Task will have accurate microsecond reporting and delays.  The reported microseconds are not real time, they are microseconds of the current Task execution.
      7141e3e2
    • Ryan Festag's avatar
      Updated to download mkspiffs 0.2.2 (#1159) · 1256f2e5
      Ryan Festag authored
      * Updated to download mkspiffs 0.2.2
      
      * Updated to have proper hashes and sizes. Also updated to new windows file name
      1256f2e5