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

Implement embedded_hal_async::delay::DelayNs for TIMGx timers #2084

Merged
merged 18 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Update hil-test package dependencies, add simple test for async del…

    …ay with `SYSTIMER`
    jessebraham authored and JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    910fc8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e86f82 View commit details
    Browse the repository at this point in the history
  3. Improve tests slightly

    jessebraham authored and JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3334ab2 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    jessebraham authored and JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fc18ca4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ea585e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6326a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7da5d32 View commit details
    Browse the repository at this point in the history
  8. Protect int_ena modifications with INT_ENA_LOCK, clear int_clr in ISR…

    …s, move interrupt binds from Future constructor into new_async constructor
    JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    23f1070 View commit details
    Browse the repository at this point in the history
  9. Fix wrong imports

    JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8a1a514 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    561be21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1b3547 View commit details
    Browse the repository at this point in the history
  12. clean dead code

    JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dc837d4 View commit details
    Browse the repository at this point in the history
  13. fix after rebase

    JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    26f57b6 View commit details
    Browse the repository at this point in the history
  14. fix build errors

    JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    63ecba0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    30fba69 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7243055 View commit details
    Browse the repository at this point in the history
  17. Update esp-hal/src/timer/timg.rs

    Co-authored-by: Dániel Buga <[email protected]>
    JurajSadel and bugadani committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f78e5b7 View commit details
    Browse the repository at this point in the history
  18. cleanup left over

    JurajSadel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ba297de View commit details
    Browse the repository at this point in the history