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: arduino/ArduinoCore-zephyr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.52.0
Choose a base ref
...
head repository: arduino/ArduinoCore-zephyr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 21, 2025

  1. ZephyrUDP: add missing pragma once into header file

    This is needed to avoid multiple definitions error
    pennam authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    7c41c76 View commit details
    Browse the repository at this point in the history
  2. llext: add vsnprintf to exported symbols

    vsnprintf is needed to compile Arduino_ConnectionHandler library
    pennam authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e9d55ad View commit details
    Browse the repository at this point in the history
  3. samples: fix blink readme

    gibix committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    0c662b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Merge pull request #280 from arduino/pennam-export-ch

    llext: add vsnprintf to exported symbols
    pillo79 authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    56ef001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #279 from arduino/pennam-udp-patch

    ZephyrUDP: add missing pragma once into header file
    pillo79 authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    a054b06 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #282 from arduino/docs/fix-sample

    samples: fix blink readme
    pillo79 authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    61293ec View commit details
    Browse the repository at this point in the history
Loading