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

examples/gcoap-rust: Expose more functionality #20838

Merged
merged 9 commits into from
Oct 2, 2024

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    c3724af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b78cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfcc25a View commit details
    Browse the repository at this point in the history
  4. examples/rust-gcoap: Update stack size

    Tests with a particle-xenon show 5KiB free stack now; before, that would
    have been an overflow by 3KiB.
    chrysn committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9f3bb82 View commit details
    Browse the repository at this point in the history
  5. examples/rust-gcoap: Update external module dependency

    This updates riot-sys, riot-wrappers and the riot-example-modules in for
    this example, as all those are needed for full LED exposure, as well as
    coap-message-utils for better error responses. An update to
    coap-handler-implementations enables the use of the latest
    riot-examples-modules.
    chrysn committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    84354ff View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Oct 2, 2024

  1. examples/rust-gcoap: Tighten stack sizes

    This still leaves a comfortable 976 byte on the gcoap stack, and 812 on
    main -- and makes the application fit on way more boards.
    chrysn committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5eaa09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    455b199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e94337b View commit details
    Browse the repository at this point in the history