Skip to content
Snippets Groups Projects
Commit 2eca2e8e authored by pscalise2's avatar pscalise2
Browse files

Update README.md

parent 4b8befda
Branches
No related tags found
No related merge requests found
...@@ -25,6 +25,19 @@ powershell -ExecutionPolicy Bypass -File .\py32-env-setup.ps1 --AcceptSEGGERLice ...@@ -25,6 +25,19 @@ powershell -ExecutionPolicy Bypass -File .\py32-env-setup.ps1 --AcceptSEGGERLice
Once the setup script is complete, restart vscode. Once the setup script is complete, restart vscode.
# Build and Program # 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.
![Keychain](assets/program_steps.jpg)
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. More information on manual installation can be found at https://github.com/jaydcarlson/py32-template.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment