Tags: jankap/cortex-debug
Tags
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
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
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.
Allow launch.json to override the full gdbPath through the gdbPath pr… …operty
PreviousNext