Comparing e8442f8...6a09664 · esp-cpp/espp · GitHub
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: esp-cpp/espp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e8442f8
Choose a base ref
...
head repository: esp-cpp/espp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a09664
Choose a head ref
  • 12 commits
  • 155 files changed
  • 2 contributors

Commits on May 30, 2026

  1. Configuration menu
    Copy the full SHA
    3820447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbbda17 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. fix(display): Remove unnecessary enum-enum conversion warning which c…

    …an trigger compile errors (#629)
    finger563 authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    129578b View commit details
    Browse the repository at this point in the history
  2. feat(adrc): Add Active Disturbance Rejection Control (ADRC) component (

    …#627)
    
    * feat(adrc): Add Active Disturbance Rejection Control (ADRC) component
    
    * address sa
    
    * address comments
    
    * address comments
    
    * address comments re: race conditions around getters
    
    * add sdkconfig defaults
    
    * address comments
    finger563 authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    5d8f7f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. Configuration menu
    Copy the full SHA
    731e4f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2026

  1. fix(bldc_motor): Ensure reading the shaft angle doesnt change the fil…

    …ter / update state (#632)
    
    * fix(bldc_motor): Ensure reading the shaft angle doesnt change the filter / update state
    
    * fix sa and comments
    
    * fix bldc_haptics after making interface const
    finger563 authored Jun 6, 2026
    Configuration menu
    Copy the full SHA
    a58207f View commit details
    Browse the repository at this point in the history
  2. fix: Allow callers to request access to the underlying display contro…

    …ller, and add back write_lcd_lines APIs to the components (#631)
    
    * fix: Allow callers to request access to the underlying display controller, and add back write_lcd_lines APIs to the components
    
    * address comments and ensure write_lcd_lines has appropriate checks
    
    * address comments
    
    * address comments
    finger563 authored Jun 6, 2026
    Configuration menu
    Copy the full SHA
    195dac5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. feat(rtsp/socket): Improve network comms and make RTSP component more…

    … stream agnostic, to support audio as well and not just MJPEG (#633)
    
    * feat(rtsp): Overhaul RTSP implementation to support additional stream types and multiple tracks
    
    * fix close/cleanup issues in socket under certain conditions, improve rtsp implementation to better support multi-track use; update socket example to better test code; update python code to better test multitrack rtsp code
    
    * update rtsp and socket for better transient error handling; add disconnect callback to server; improve throughput by reducing memory allocations in server
    
    * improve audio streaming in rtsp code
    
    * fix comments and sa
    
    * doc: update
    
    * Potential fix for pull request finding
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    * Potential fix for pull request finding
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    * update readmes
    
    * address comments
    
    * fix issue with python testing when addressing comments
    
    * address comments
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    finger563 and Copilot authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    69e1dce View commit details
    Browse the repository at this point in the history
  2. feat(motorgo-plink): Add motorgo plink BSP compoenent (#636)

    * feat(motorgo-plink): Add motorgo plink BSP compoenent
    
    * update CI; add bdc driver component, update motorgo plink to work better and use new bdc driver component rather than using ledc for motors and leds
    
    * fix sa
    
    * Potential fix for pull request finding
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    finger563 and Copilot authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    922a3b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. feat(esp32-timer-cam): Update timer cam example to be RTSP video stre…

    …amer (#635)
    
    * feat(esp32-timer-cam): Update timer cam example to be RTSP video streamer
    
    * address comments
    
    * fix sa
    finger563 authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    ff0fdf0 View commit details
    Browse the repository at this point in the history
  2. feat(xiao-esp32-s3-sense): Add XIAO ESP32 S3 Sense BSP component, exa…

    …mple streams audio/video using RTSP component (#634)
    
    * feat(xiao-esp32-s3-sense): Add XIAO ESP32 S3 Sense BSP component, example streams audio/video using RTSP component
    
    * update ci
    
    * address comments and sa
    
    * update xiao esp32s3 sense to have support for micro SD card
    finger563 authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    eb96f67 View commit details
    Browse the repository at this point in the history
  3. doc: Fix doc build (#637)

    * fix socket doc ref
    
    * fix doc
    
    * fix docs more
    
    * test additional fix
    
    * fix action
    finger563 authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    6a09664 View commit details
    Browse the repository at this point in the history
Loading