embassy-rs / nrf-softdevice

Apache License 2.0
264 stars 79 forks source link

Add keyboard peripheral example with builder #227

Closed dzervas closed 7 months ago

alexmoon commented 8 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 7 months ago

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

alexmoon commented 7 months ago

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

alexmoon commented 7 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 7 months ago

oops, reverted a bit too much!