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: Pico-ROS/Pico-ROS-software
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: polytech-com/Pico-ROS-software
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.
  • 20 commits
  • 3 files changed
  • 5 contributors

Commits on Nov 27, 2025

  1. support c++ compilation

    - Move system includes (<stdint.h>, <stdbool.h>) before extern "C" block in picoros.h
    - Move exported includes before module documentation in picoparams.h
    - Ensures includes are processed in correct order for proper declarations
    
    Signed-off-by: Anders Bjørn Nedergaard <[email protected]>
    anedergaard committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    6f2f700 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

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

Commits on Dec 8, 2025

  1. Update src/picoros.c

    Co-authored-by: Copilot <[email protected]>
    iLyngklip and Copilot authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    db852bb View commit details
    Browse the repository at this point in the history
  2. Update src/picoros.c

    Co-authored-by: Copilot <[email protected]>
    iLyngklip and Copilot authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    4086109 View commit details
    Browse the repository at this point in the history
  3. Update src/picoros.c

    Co-authored-by: Copilot <[email protected]>
    iLyngklip and Copilot authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    b8ba50f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from polytech-com/mkj/timestamp

    feat: Added seconds to message info source_timestamp
    iLyngklip authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    914de6e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

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

Commits on Dec 19, 2025

  1. Added TLS support options

    iLyngklip committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    fd22935 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

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

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    c0332f2 View commit details
    Browse the repository at this point in the history
  2. Updated formatting

    iLyngklip committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    8d6abcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bf5aa6 View commit details
    Browse the repository at this point in the history
  4. Formatting and variable updates

    Co-authored-by: Copilot <[email protected]>
    iLyngklip and Copilot authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    bb919c5 View commit details
    Browse the repository at this point in the history
  5. 1) Corrected TLS setup logic, so it fails before making changes, if n…

    …ot all parameters are present.
    
    2) Removed variable `enable_listen` as it was only used when set to "peer" mode.
    iLyngklip committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    a6ece2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1826b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4580803 View commit details
    Browse the repository at this point in the history
  8. Formatting

    iLyngklip committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    430d6bd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Merge pull request #2 from polytech-com/mkj/mTLS-support

    DAU-300 feat: Added mTLS support for Zephyr
    anedergaard authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    2ee399b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

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

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    199967b View commit details
    Browse the repository at this point in the history
Loading