Thanks for the hint & clarification @msfujino. I tried switching to the non-mbed version but that caused a series of compilation issues. First was
undefined reference to Serial
which could be resolved by manually including
#include “Adafruit_TinyUSB.h”
However that caused
adafruit-nrfutil/macos/adafruit-nrfutil: permission denied
which could be resolved by manually granting the permission using chmod
.
And then I finally ended up with this issue, which I wasn’t motivated enough to resolve yet:
Man, why is the Arduino related tooling always such a pain to work with. Glad that I’m used to quirky issues from developing Android apps since a decade