New GenerateSvd GDB monitor command

This commit is contained in:
Nav
2022-08-30 02:51:10 +01:00
parent 590c6ecb33
commit cfb0ee6eee
7 changed files with 273 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ Supported Bloom commands:
version Outputs Bloom's version information.
version machine Outputs Bloom's version information in JSON format.
svd Generates the System View Description (SVD) XML for the current target and saves it into a
file located in the current project directory.
svd --out Generates the System View Description (SVD) XML for the current target and sends it to GDB, as
command output.
target-info machine Outputs information on the connected target, in JSON format.
reset Resets the target and holds it in a stopped state.