Comparing 6a09664...2082ff9 · 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: 6a09664
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: 2082ff9
Choose a head ref
  • 7 commits
  • 101 files changed
  • 3 contributors

Commits on Jun 13, 2026

  1. Configuration menu
    Copy the full SHA
    c8f69c9 View commit details
    Browse the repository at this point in the history
  2. doc: Fix PDF doc build (#638)

    * doc: Fix PDF doc build
    
    * fix doc
    
    * minor cleanup
    
    * remove some non-ascii characters
    
    * minor update
    
    * update examples to remove ascii for testing latex generation
    
    * fix ci
    
    * try to clean up and make it less brittle
    
    * fix script
    
    * Potential fix for pull request finding 'Unused local variable'
    
    Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
    
    * revert code changes to test build
    
    * update to latest upload artifact
    
    * Revert "revert code changes to test build"
    
    This reverts commit 9fb9ca9.
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
    finger563 and github-code-quality[bot] authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    67e1937 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2026

  1. feat:(motorgo-axis): Add BSP component for the MotorGo Axis board (#640)

    * feat:(motorgo-axis): Add BSP component for the MotorGo Axis board
    
    * minor cleanup
    
    * minor name change
    finger563 authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    d454c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    052dc6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3acda0d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. feat(rtps, cdr): Add cdr and rtps components (#643)

    * feat(rtps, cdr): Add `cdr` and `rtps` components
    
    * address comments
    
    * improve code
    
    * update readmes
    
    * suppress cppcheck
    
    * fix example docs
    
    * fix some bugs in data parsing so that examples properly communicate. add initial support for user data multicast
    
    * Potential fix for pull request finding 'Empty except'
    
    Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
    
    * 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>
    
    * 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>
    
    * 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>
    
    * actually fix issues
    
    * fix issues
    
    * separate socket and rtps log levels
    
    * improve robustness and api correctness, esp. w.r.t. string operations
    
    * fix race
    
    * improve spec compliance
    
    * wip improved api
    
    * clean up some more and fix some issues
    
    * make the crd de-/serialization format clearer for the example
    
    * improve hash function
    
    * add cdr and rtps to xplat lib (c++) and update pybind11 dep to 3.0.4
    
    * add to include
    
    * significantly rework python bindings to automate manual rework for future me; expose cdr and rtps components via manually-written shims rather than litgen
    
    * simplify and improve workflow
    
    * Potential fix for pull request finding 'File is not always closed'
    
    Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
    
    * minor fix to socket multicast on xplat
    
    * add pc c++ and python tests for rtps
    
    * Potential fix for pull request finding 'File is not always closed'
    
    Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    3 people authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    20561a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2026

  1. feat(at581x): Add support fo AT581x RADAR presence sensor (found in e…

    …sp32-s3-box-3 sensor dock) (#644)
    
    * feat(at581x): Add support fo AT581x RADAR presence sensor (found in esp32-s3-box-3 sensor dock)
    
    * address sa
    
    * add logs and image to readme
    finger563 authored Jun 21, 2026
    Configuration menu
    Copy the full SHA
    2082ff9 View commit details
    Browse the repository at this point in the history
Loading