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

Run espressif tests on nightly-2024-09-25 #865

Closed
wants to merge 3 commits into from

Commits on Oct 9, 2024

  1. generate: use groups for delimited tokens

    Uses `proc_macro2::Group` for token streams delimited with braces.
    
    Resolves: rust-embedded#863
    rmsyn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7daf9e0 View commit details
    Browse the repository at this point in the history
  2. Run espressif tests on nightly-2024-09-25

    Workaround for incompatibility of latest nightly with `asm!` in naked functions.
    jannic committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c577438 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    jannic committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    82dbdd4 View commit details
    Browse the repository at this point in the history