Skip to content

Tags: jankap/cortex-debug

Tags

v0.3.12

Toggle v0.3.12's commit message
0.3.12

v0.3.12-pre1

Toggle v0.3.12-pre1's commit message
Merge branch 'master' of github.com:Marus/cortex-debug

v0.3.11

Toggle v0.3.11's commit message
0.3.11

v0.3.11-pre2

Toggle v0.3.11-pre2's commit message
More additions to the tooltips for field and register nodes

- Display the reset value for nodes in the tooltip
- Flags fields and registers as being read only and write only as appropriate in tooltips

v0.3.11-pre1

Toggle v0.3.11-pre1's commit message
Added additional details to the hover tooltips for `Register` and `Fi…

…eld` nodes in the peripheral register viewer.

Currently displays the following:

1) Field Node:
   * Name, computed memory address (with bit range), current value in selected format (also displayed directly in node)
   * Description from SVD file
   * Current value in the following formats: Enumeration value (if the SVD file defines enumeration values), hex, decimal and binary
2) Register Node:
   * Name, computed memory address, current value in selected format (also displayed directly in node)
   * Description from SVD file
   * Current value in hex, decimal and binary formats
   * Summary of fields if defined

v0.3.10

Toggle v0.3.10's commit message
0.3.10

v0.3.9

Toggle v0.3.9's commit message
0.3.9

v0.3.8

Toggle v0.3.8's commit message
0.3.8

v0.3.8-pre2

Toggle v0.3.8-pre2's commit message
Changed how the resolveCubePath function works as `fs.readdirSync(<pa…

…th>, { withFileTypes: true })` only works with node runtimes of v10.10+ - while the debugadapter is using a node v8 runtime.

Also fixed the launch.json for the debug server.

v0.3.8-pre

Toggle v0.3.8-pre's commit message
Allow launch.json to override the full gdbPath through the gdbPath pr…

…operty