1. 18 2月, 2021 1 次提交
  2. 13 4月, 2019 1 次提交
  3. 12 1月, 2019 1 次提交
  4. 09 1月, 2019 1 次提交
    • 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
  5. 29 12月, 2018 2 次提交
  6. 20 12月, 2018 1 次提交
    • 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
  7. 19 12月, 2018 1 次提交
  8. 18 9月, 2018 1 次提交
    • D
      Initial version of rmt driver (#1525) · 4e96bffe
      david-cermak 提交于
      * rmt driver initial version
      
      * supporting conti mode plus interrupts
      
      * using conitnous mode for sending more data
      
      * working continous mode
      
      * rmt driver cleanup after conti mode
      
      * initial version of rmt driver
      
      * adding a simple example
      
      * adding channel and block locks
      
      * modified of rmt interface for simpler/easier usage
      
      * adding header sentinels, split interface to common and additional settings
      
      * Fixes per code review + support for rx callback mode
      
      * renamed internal structures and enums, fixed formatting
      
      * cmake support for rmt
      
      * refactored tx-conti interrupts to function to make it more readable
      
      * added Tx and Rx examples
      
      * added license headers
      
      * minor updates per review
      
      * used struct access, renamed defines, corrected diagram
      4e96bffe
  9. 04 7月, 2018 1 次提交
  10. 01 7月, 2018 1 次提交
  11. 18 9月, 2017 1 次提交
  12. 22 5月, 2017 1 次提交
  13. 23 2月, 2017 1 次提交
    • M
      Major IDF and Arduino Update · 1d759380
      me-no-dev 提交于
      WiFi and BlueTooth can now be started and stopped at will.
      basic functions added to esp32-hal to start and stop the BT radio
      SimpleBLE class added to show the most basic functionality
      Example to show how to switch between BT, WiFi or Both
      1d759380
  14. 11 2月, 2017 1 次提交
  15. 09 1月, 2017 1 次提交
  16. 09 12月, 2016 2 次提交
  17. 07 12月, 2016 1 次提交
  18. 02 12月, 2016 1 次提交
  19. 01 12月, 2016 1 次提交
  20. 18 11月, 2016 2 次提交
  21. 16 11月, 2016 1 次提交
  22. 13 11月, 2016 1 次提交
  23. 20 10月, 2016 1 次提交
  24. 08 10月, 2016 1 次提交
  25. 06 10月, 2016 1 次提交