embassy-rs / nrf-softdevice

Apache License 2.0
269 stars 80 forks source link

Add keyboard peripheral example with builder #227

Closed dzervas closed 9 months ago

alexmoon commented 9 months ago

Thanks! nrf-softdevice now supports rustc stable, so we can't use any nightly features. Is it possible to rework your hid macro to use macro_rules! instead?

dzervas commented 9 months ago

oh right! macro_rules!, I completely forgot about it!

alexmoon commented 9 months ago

Thanks! Can you also revert the formatting changes to Cargo.toml?

alexmoon commented 9 months ago

I think you still need your [[bin]] section? I was just asking you to revert the formatting changes that were unrelated to this PR.

dzervas commented 9 months ago

oops, reverted a bit too much!