@@ -117,4 +117,8 @@ Those are pretty rough notes, but I can testify that this works well on a window
[Platformio](https://platformio.org/) is a great tool that I've been using to write all of my embedded code lately. It's an extension for [VSCode](https://code.visualstudio.com/), which is essentially Microsoft's fork of [atom](https://atom.io/)(in case you're interested).
Using CMSIS-DAP for a platformio project is [supported](https://docs.platformio.org/en/latest/plus/debug-tools/cmsis-dap.html), but I still need to figure out how to set it up for use on a custom board... this is on the way.
\ No newline at end of file
Using CMSIS-DAP for a platformio project is [supported](https://docs.platformio.org/en/latest/plus/debug-tools/cmsis-dap.html), but I still need to figure out how to set it up for use on a custom board... this is on the way.
## 4c: Programming with EDBG
[edbg](https://github.com/ataradov/edbg) is a simple command-line programming tool to flash binaries using a CMSIS-DAP programmer.