Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example: Matter On/Off Light #20456

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. examples/rust-matter-light: Join mDNS IPv6 multicast group (quick+dirty)

    The device now answers mDNS queries sent to [FF02::FB]:5353.
    maikerlab committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f10dc9b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. examples/rust-matter-light: Adjust stack size for nucleo-f429zi and t…

    …oggle Board LED's
    
    Enabled 'nightly' feature for embassy-executor, so memory for tasks will be statically allocated at compile time. Commands On,Off,Toggle are now handled so all switches (LEDs) registered at SAUL will be turned on/off. Also did some refactoring and added config.toml for compatibility with rust-analyzer.
    maikerlab committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    401db6a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    96f67e4 View commit details
    Browse the repository at this point in the history
  2. examples/rust-matter-light: Add rust-toolchain.toml for docker build …

    …(native and native64 target)
    maikerlab committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5128ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f11b35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2fd9a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    dc00469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4758555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd58d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. examples/rust-matter-light: Include random module (needed for rs-matt…

    …er); get epoch using RTC
    maikerlab committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5f851ed View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. examples/rust-matter-light: Add sys_rand function to utils.rs and use…

    … random module from riot-wrappers with HWRNG
    maikerlab committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1d35f0f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. examples/rust-matter-light: Make periph_rtc feature optional. If not …

    …supported, get seconds since UNIX epoch from ztimer_sec
    maikerlab committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c9573fc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. examples/rust-matter-light: Fix: UNIX epoch must be in millisecond pr…

    …ecision; print passcode and discriminator with matter shell cmd
    maikerlab committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4efe8fe View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. examples/rust-matter-light: Move all "matter core" related stuff into…

    … maikerlab/rust-riot-wrappers (branch=with_matter)
    maikerlab committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    baae4fc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 28, 2024

  1. examples/rust-matter-light: setup logger in lib.rs; Move PersistenceM…

    …anager impl. to riot-wrappers; add files for commissioning and dev_att data to constfs filesystem
    maikerlab committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0c1d6d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 2, 2024

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