diff --git a/.gitignore b/.gitignore index 20aec1e..5b69c50 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ rtt_*.log # UF2 / binary artifacts *.uf2 +!formatter/ +!formatter/*.uf2 *.hex *.bin *.elf diff --git a/formatter/README.md b/formatter/README.md new file mode 100644 index 0000000..4cb0a07 --- /dev/null +++ b/formatter/README.md @@ -0,0 +1,6 @@ +nRF formatter tools + +- QSPI is formatted for all supported boards +- Watch out for softdevice version! Flashing the wrong version can corrupt the node and you'll need a full bootloader reflash with adafruit-nrfutil! +- Formatter output logs from the process over serial +- After format, it puts back the device to Mass Storage DFU mode \ No newline at end of file diff --git a/formatter/SoftDevice_v6_formatter.uf2 b/formatter/SoftDevice_v6_formatter.uf2 new file mode 100644 index 0000000..e04d140 Binary files /dev/null and b/formatter/SoftDevice_v6_formatter.uf2 differ diff --git a/formatter/SoftDevice_v7_formatter.uf2 b/formatter/SoftDevice_v7_formatter.uf2 new file mode 100644 index 0000000..9b11cff Binary files /dev/null and b/formatter/SoftDevice_v7_formatter.uf2 differ