Skip to content

Commit

Permalink
continue with 1.4 bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
rundb committed Jun 16, 2024
1 parent 99c5f16 commit fe6f773
Show file tree
Hide file tree
Showing 9 changed files with 135 additions and 6,311 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"type": "cortex-debug",
"servertype": "jlink",
"serverpath": "/usr/bin/JLinkGDBServerCLExe",
"device": "nRF52832_xxAA",
"device": "nRF52840_xxAA",
"interface": "swd",
"serialNumber": "", // add J-Link serial number if having multiple attached the same time.
"runToMain": false,
"svdFile": "${workspaceRoot}/firmware/sdk/nRF5_SDK_17.1.0_ddde560/modules/nrfx/mdk/nrf52.svd",
"svdFile": "${workspaceRoot}/firmware/sdk/nRF5_SDK_17.1.0_ddde560/modules/nrfx/mdk/nrf52840.svd",
"showDevDebugOutput": "parsed",
}
]
Expand Down

This file was deleted.

Loading

0 comments on commit fe6f773

Please sign in to comment.