1. 01 Aug, 2024 2 commits
    • Rodrigo Garcia's avatar
      fix(uart): Sets XTAL as clock source for uart (#10087) · b1b62286
      Rodrigo Garcia authored
      * fix(uart): Sets XTAL as clock source for uart
      
      C6 and H2 have problems after returning from light sleep. The baud rate seems to be off when APB is used as clock source.
      
      This fix solves the issue using a steady clock source.
      
      * fix(typo): Typo and commentaries
      
      Adds C2 in the XTAL list.
      
      * fix(uart): adjust get/set baudrate
      
      Fixes the functions for reading/writing UART baudrate by using IDF functions instead of HAL/LL.
      
      * fix(uart): uses REF_TICK for ESP32/S2
      
      * fix(uart): esp32/s2 baudrate > 1MHz
      
      Fixes the baudrate for ESP32 and ESP32-S2 when the baud rate is higher than 1MHz.
      REF_TICK is just 2MHZ and can handle up to 1MHZ baudrate.
      
      * fix(uart): rxTimeout minimum
      
      Default RxTimeout changed to the minimum = 1.
      When TICK_REF is used as clock source, this is mandatory,
      
      * ci(pre-commit): Apply automatic fixes
      
      ---------
      Co-authored-by: default avatarpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
      b1b62286
    • Me No Dev's avatar
      IDF release/v5.1 (#10098) · 393681c1
      Me No Dev authored
      * IDF release/v5.1 5a26d8ae8e
      
      * IDF release/v5.1 b6b4727c58
      393681c1
  2. 31 Jul, 2024 6 commits
  3. 29 Jul, 2024 6 commits
  4. 22 Jul, 2024 2 commits
  5. 17 Jul, 2024 3 commits
  6. 16 Jul, 2024 6 commits
  7. 15 Jul, 2024 4 commits
  8. 11 Jul, 2024 2 commits
  9. 10 Jul, 2024 7 commits
  10. 02 Jul, 2024 2 commits