diff --git a/README.md b/README.md index 5fca185b75338a6c457603af5e7de26a41fe8d3c..8fb03188cd34f96213be82d334c2a8150b9600f9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,19 @@ powershell -ExecutionPolicy Bypass -File .\py32-env-setup.ps1 --AcceptSEGGERLice Once the setup script is complete, restart vscode. # Build and Program - +If the JLink and the target are plugged in you will see the debug panel below. +1. Select 'Run and Debug' on the side menu. +2. Select 'JLink' from the drop down. +3. Click the green play button. + +This will flash the target, and will begin live debugging. + + +If you want to test compilation of the code without flashing or debugging the target open the terminal in vscode and run: + +``` +make +``` +*** More information on manual installation can be found at https://github.com/jaydcarlson/py32-template. \ No newline at end of file