1. 10 Jan, 2019 2 commits
  2. 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
  3. 06 Jan, 2019 2 commits
  4. 04 Jan, 2019 1 commit
  5. 02 Jan, 2019 1 commit
  6. 31 Dec, 2018 1 commit
  7. 28 Dec, 2018 4 commits
  8. 24 Dec, 2018 2 commits
  9. 23 Dec, 2018 2 commits
  10. 20 Dec, 2018 2 commits
    • chuck todd's avatar
      Support CPU frequency changes (#2222) · 310e78e6
      chuck todd authored
      The I2C hardware has limitations on min and max bus frequency directly related to CPU frequency, bus speed cannot be greater than 1/100 CPU clock, nor less than CPU clock / 8192.
      310e78e6
    • Me No Dev's avatar
      CPU and APB Frequency support (#2220) · c827bb41
      Me No Dev authored
      * Add support to HAL for APB frequencies different than 80MHz
      
      * Add support for CPU frequencies in the IDE board menu
      
      * Switch to fast set_config
      
      * Add method to uart so debug can be reassigned after apb frequency switch
      
      * Return real APB frequency
      c827bb41
  11. 19 Dec, 2018 1 commit
  12. 18 Dec, 2018 3 commits
  13. 17 Dec, 2018 1 commit
  14. 16 Dec, 2018 6 commits
  15. 15 Dec, 2018 4 commits
  16. 11 Dec, 2018 1 commit
  17. 10 Dec, 2018 1 commit
  18. 06 Dec, 2018 2 commits