Skip to content

Commit ec2e55e

Browse files
committed
address comments
1 parent 5809cc0 commit ec2e55e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/microtvm/zephyr/template_project/microtvm_api_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def check_call(cmd_args, *args, **kwargs):
9898
)
9999

100100
CMSIS_PATH_ERROR = (
101-
"cmsis_path is not defined! Please pass it as" "an option or set the `CMSIS_PATH` env variable."
101+
"cmsis_path is not defined! Please pass it as an option or set the `CMSIS_PATH` env variable."
102102
)
103103

104104

@@ -315,7 +315,7 @@ def _get_nrf_device_args(serial_number: str):
315315
),
316316
server.ProjectOption(
317317
"serial_number",
318-
optional=["open_transport"],
318+
optional=["open_transport", "flash"],
319319
type="str",
320320
default=None,
321321
help=("Board serial number."),

tests/micro/zephyr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ $ pytest test_zephyr.py --help
4444
If you like to test with a real hardware, you have the option to pass the serial number
4545
for your development board.
4646
```
47-
$ pytes test_zephyr.py --board=nrf5340dk_nrf5340_cpuapp --serial="0672FF5"
47+
$ pytest test_zephyr.py --board=nrf5340dk_nrf5340_cpuapp --serial="0672FF5"
4848
```

0 commit comments

Comments
 (0)