Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mathieucarbou/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: streamstringv2
Choose a base ref
...
head repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 16 files changed
  • 9 contributors

Commits on Apr 9, 2025

  1. Add an option to force IDF's default UART clock source (espressif#11191)

    * Add an option to force IDF's default UART clock source
    
    * feat(uart): adds function to set clock source
    
    * feat(uart): add uart clock source selection method
    
    * feat(uart): add uart hall function to set the uart clock source
    
    * feat(uart): add function to set the uart clock source
    
    * feat(uart): set clock source as necessary
    
    * fix(uart): missing class qualifier declaration
    
    * fix(uart): fixing a typo and non LP UART SoC clk src setting
    
    * fix(uart): variable name, typo error
    
    * fix(uart): retores previous identation reducing diff load
    
    * feat(uart): apply CONFIG_ARDUINO_SERIAL_FORCE_IDF_DEFAULT_CLOCK_SOURCE to LP UART
    
    * feat(uart): adds option for UART_CLK_SRC_DEFAULT
    
    * feat(uart): adds option for setting default uart clock source from IDF
    
    * feat(uart): documents UART_CLK_SRC_DEFAULT as option in header file
    
    * feat(uart): documents using the IDF default uart clock source
    
    * fix(uart): type missmatch may cause error
    
    * fix(uart): type missmatch may cause error, test for -1
    
    * feat(uart): considering both HP and LP default uart clock source
    
    * feat(uart): improve the defined value for UART_CLK_SRC_DEFAULT
    
    * fix(uart): using uart_sclk_t as hal level parameter
    
    * feat(uart): apply default LP uart clock source
    
    * fix(uart): considers that it may set the LP UART as well
    
    * feat(uart): using UART SCLK enum for uart clock source values
    
    * fix(uart): using UART_CLK_SRC_RTC now
    
    * fix(uart): documentation using UART_CLK_SRC_RTC now
    
    * fix(uart): fix old commentary that is not correct anymore
    
    * fix(uart): wrong identation in code line
    
    * fix(uart): using uart number as argument instead
    
    * fix(uart): using uart number as argument in setClockSource()
    
    * fix(uart): using uart number as parameter in uartSetClockSource()
    
    * feat(uart): update Kconfig.projbuild to reflect functionality
    
    * feat(uart): removing Kconfig.projbuild option to force default clk src
    
    * feat(uart): removes kconfig option to force uart default clk src
    
    * fix(uart): replacing #if #endif by #if #elif #endif for the same enum
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    3 people authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    0cc8eab View commit details
    Browse the repository at this point in the history
  2. fix(board): Alfredo NoU3 pins_arduino.h uses uint8_t but it causes er…

    …ror with esp32-hal-gpio.h (espressif#11206)
    
    * fix(board): Alfredo NoU3 include stdint.h
    
    * fix(hal_gpio): lets pins_arduino.h to use stdint and stdbool types
    
    * feat(pins_arduino): fixes lack of stdint in the right place
    
    * fix(pins_arduino): reverts all changes to this file
    
    * fix(pins_arduino): reverts all changes to this file
    
    * fix(pins_arduino): reverts all changes back to original pr
    
    ---------
    
    Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
    SaintSampo and SuGlider authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    7f60945 View commit details
    Browse the repository at this point in the history
  3. feat(zigbee): Add battery voltage attribute support (espressif#11210)

    * feat(zigbee): Add battery voltage attribute support
    
    * Update libraries/Zigbee/src/ZigbeeEP.cpp
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    3 people authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    d3509ef View commit details
    Browse the repository at this point in the history
  4. Use CONFIG_BT_BLUEDROID_ENABLED for enabling (espressif#11214)

    Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
    Jason2866 and SuGlider authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    8e8b1cb View commit details
    Browse the repository at this point in the history
  5. refactor(rmt): refactored RMT loopback example (espressif#11221)

    * feat(rmt): refactored RMT loopback example
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    SuGlider and pre-commit-ci-lite[bot] authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    2647cbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be57376 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd4b325 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    3fcc316 View commit details
    Browse the repository at this point in the history
  2. feat(logging): Arduino log redirection (espressif#11159)

    * feat(logging): Arduino log redirection
    
    * fix(uart): log will only use ets_printf() for uart and cdc
    
    * feat(uart_cdc): when CDC is logging, UART is silent
    
    * feat(uart_cdc): when CDC is logging, UART is silent
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    3 people authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    60c8206 View commit details
    Browse the repository at this point in the history
  3. check for CONFIG_BT_BLUEDROID_ENABLED in esp32-hal-misc.c (espressi…

    …f#11234)
    
    * check for `CONFIG_BT_BLUEDROID_ENABLED` in esp32-hal-misc.c
    
    * overseen changes to `CONFIG_BT_BLUEDROID_ENABLED`
    Jason2866 authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    9cad83b View commit details
    Browse the repository at this point in the history
  4. fix(wifi): Workaround bug in esp_wifi_get_protocol() (espressif#11239)

    * fix(wifi): Workaround bug in esp_wifi_get_protocol()
    
    * ci(pre-commit): Apply automatic fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    me-no-dev and pre-commit-ci-lite[bot] authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f122366 View commit details
    Browse the repository at this point in the history
Loading