Skip to content

Commit

Permalink
target/descriptor: Add max_async generic target parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-raillard-arm authored and marcbonnici committed Aug 9, 2023
1 parent b9b02f8 commit 839242d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wa/framework/target/descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@ def get_descriptions(self): # pylint: disable=no-self-use
description='''
A regex that matches the shell prompt on the target.
'''),

Parameter('max_async', kind=int, default=50,
description='''
The maximum number of concurent asynchronous connections to the
target maintained at any time.
'''),
]

COMMON_PLATFORM_PARAMS = [
Expand Down

0 comments on commit 839242d

Please sign in to comment.