apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
664 stars 384 forks source link

apps/auracast: Make the code compile on native target #1783

Open MariuszSkamra opened 1 month ago

MariuszSkamra commented 1 month ago

This fixes auracast native build by disabling GPIO button functionality.

andrzej-kaczmarek commented 1 month ago

there's already hal_gpio for native so you can just add missing APIs there

MariuszSkamra commented 1 month ago

As discussed with @andrzej-kaczmarek offline, the button pin number is configurable via syscfg. If valid (> 0), the broadcaster functionality is enabled; disabled otherwise.