You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to support both backends; It could be the case that the implementation of the SoftDevice backend belongs in tinygo.org/x/bluetooth (or a subpackage). In that case, it might be beneficial to refactor machine.Flash to allow for specifying a "backend" other than the NVMC implementation.
Activity
aykevl commentedon Mar 3, 2024
I was afraid we'd run into this.
Perhaps the least complicated way to solve this is by doing it in the same way I've solved
wfi
before:https://github.com/tinygo-org/tinygo/blob/release/src/runtime/runtime_nrf_softdevice.go
deadprogram commentedon Jan 12, 2025
@bgould @aykevl if #4692 is good, I can work on fix for this one as well.