1. 14 Feb, 2019 12 commits
  2. 26 Jan, 2019 1 commit
  3. 23 Jan, 2019 1 commit
  4. 22 Jan, 2019 9 commits
  5. 14 Jan, 2019 1 commit
  6. 12 Jan, 2019 1 commit
  7. 11 Jan, 2019 2 commits
  8. 10 Jan, 2019 5 commits
  9. 09 Jan, 2019 4 commits
    • me-no-dev's avatar
      fix leak in log_printf · 70656aa1
      me-no-dev authored
      70656aa1
    • Me No Dev's avatar
      Update IDF to e931fe9 and add esp-face (#2291) · fa61b3bf
      Me No Dev authored
      * Update IDF to e931fe9 and add esp-face
      
      * Fix PIO builds fail because of sketch size
      
      * Fix example build failing for Arduino
      fa61b3bf
    • dragon-engineer's avatar
      Added ESP32 FM DevKit - Fixed unused pins definitions. (#2288) · 452c27a7
      dragon-engineer authored
      * Added ESP32 FM DevKit
      
      * Added ESP32 FM DevKit variant
      
      Fixed pin definitions for unused pins.
      452c27a7
    • Me No Dev's avatar
      Handle APB frequency change (#2250) · 2fd39b1a
      Me No Dev authored
      * Add APB change callbacks and move cpu code to own file
      
      * Properly set esp_timer and FreeRTOS tick dividers
      
      * Improve updated devisors
      
      * No need to update REF_TICK yet
      
      * Add initial handling for UART baud change
      
      * fix uartWriteBuf and uartDetectBaudrate
      
      * trigger callbacks even when APB did not change
      
      * toggle UART ISR on CPU change
      
      * add XTAL freq getter and add cpu freq validation
      
      * Support CPU frequency changes in I2C (#2287)
      
      **esp32-hal-i2c.c**
      * add callback for cpu frequency changes
      * adjust fifo thresholds based on cpu frequency and i2c bus frequency
      * reduce i2c bus frequency if differential is too small
      **Wire.h**
      * version to 1.1.0
      
      * Implement clock change for the other peripherals
      
      * remove bad CPU clock values from the menu
      
      * Add note to CPU freqs that support WiFi and BT
      2fd39b1a
  10. 06 Jan, 2019 2 commits
  11. 04 Jan, 2019 1 commit
  12. 02 Jan, 2019 1 commit