We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LoadSolution
activeTarget
1 parent 92e2358 commit 1ded70fCopy full SHA for 1ded70f
1 file changed
api/csolution-openapi.yml
@@ -1,7 +1,7 @@
1
openapi: 3.1.0
2
info:
3
title: csolution rpc
4
- version: 0.0.3
+ version: 0.0.4
5
description: Specification of remote procedure call methods for CMSIS csolution integration
6
license:
7
name: Apache 2.0
@@ -868,8 +868,13 @@ components:
868
properties:
869
solution:
870
type: string
871
+ description: Path to <solution>.csolution.yml
872
+ activeTarget:
873
+ type: string
874
+ description: Active target set in the format <target-type>[@<set>]
875
required:
876
- solution
877
+ - activeTarget
878
LoadSolutionResponse:
879
allOf:
880
- $ref: '#/x-jsonrpc-envelope-response'
0 commit comments