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: pillo79/zephyr-lang-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pillo79/zephyr-lang-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-dts-allow-comments
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 31, 2025

  1. samples/tests: Ensure test/sample names are unique

    Ensure that all tests and samples start with 'sample.rust' or
    'test.rust' to avoid conflict with names in the main Zephyr tree.
    
    Signed-off-by: David Brown <[email protected]>
    d3zd3z committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    6ec7399 View commit details
    Browse the repository at this point in the history
  2. samples: blinky: Remove incorrect integration platform

    Remove the integration platform, which was with a platform not listed in
    the supported platforms.
    
    Signed-off-by: David Brown <[email protected]>
    d3zd3z committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    d4f9036 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. dts.pest: Add support for comments in devicetree source files

    This commit adds support for comments in devicetree source files by
    extending the existing parser grammar.
    
    The COMMENTS syntax is taken verbatim from a Pest example at
    https://pest.rs/book/grammars/syntax.html .
    
    Signed-off-by: Luca Burelli <[email protected]>
    pillo79 committed May 2, 2025
    Configuration menu
    Copy the full SHA
    58b3897 View commit details
    Browse the repository at this point in the history
Loading