This repository contains a blank template for writing an Embassy program for the Adafruit Feather nRF52840 Express with bluetooth support through the use of the nRF Softdevice S140.
cargo make run
: Will make a clean build of the program, flash the softdevice and the program, and start an openocd server.cargo make defmt
: Will begin listening to the openocd server output and pipe it through defmt.
There is a run configuration titled "Attach GDB" that will attach a gdb server to a currently running openocd server.