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

feat: port the Embassy USB HID keyboard example #25

Closed

Commits on Dec 12, 2023

  1. feat: port the Embassy USB HID keyboard example

    This ports the Embassy USB HID keyboard example [1] to RIOT-rs.
    
    It highlights some remaining challenges, in particular:
    
    - How should we expose peripherals to tasks, after some of them have
      been moved out of the Peripherals struct during the initialization phase?
    - How can we allow configuring these drivers from within tasks?
    - Can we make sure at compile time that drivers that can be used only
      once are actually taken by no more than one task?
    
    [1] https://github.com/embassy-rs/embassy/blob/14f41a71b6ea9dedb4ee5b9c741fe10575772c7d/examples/nrf52840/src/bin/usb_hid_keyboard.rs
    ROMemories committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ea9e00e View commit details
    Browse the repository at this point in the history