1. 10 1月, 2019 6 次提交
  2. 09 1月, 2019 2 次提交
    • D
      Added ESP32 FM DevKit - Fixed unused pins definitions. (#2288) · 452c27a7
      dragon-engineer 提交于
      * Added ESP32 FM DevKit
      
      * Added ESP32 FM DevKit variant
      
      Fixed pin definitions for unused pins.
      452c27a7
    • M
      Handle APB frequency change (#2250) · 2fd39b1a
      Me No Dev 提交于
      * 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. 07 1月, 2019 2 次提交
  4. 04 1月, 2019 1 次提交
  5. 02 1月, 2019 1 次提交
  6. 31 12月, 2018 1 次提交
  7. 29 12月, 2018 4 次提交
  8. 24 12月, 2018 4 次提交
  9. 20 12月, 2018 3 次提交
    • C
      Support CPU frequency changes (#2222) · 310e78e6
      chuck todd 提交于
      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
    • M
      CPU and APB Frequency support (#2220) · c827bb41
      Me No Dev 提交于
      * 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
    • M
      Add Camera WebServer Example · 1628f533
      me-no-dev 提交于
      1628f533
  10. 19 12月, 2018 3 次提交
  11. 18 12月, 2018 1 次提交
  12. 17 12月, 2018 5 次提交
  13. 16 12月, 2018 5 次提交
  14. 11 12月, 2018 1 次提交
  15. 10 12月, 2018 1 次提交