File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env python3
2
2
3
3
# Copyright (c) 2017 Linaro Limited.
4
+ # Copyright (c) 2017 Open Source Foundries Limited.
4
5
#
5
6
# SPDX-License-Identifier: Apache-2.0
6
7
7
8
"""Zephyr flash/debug script
8
9
9
- This script is a transparent replacement for legacy Zephyr flash and
10
- debug scripts which have now been removed. It will be refactored over
11
- time as the rest of the build system is taught to use it.
10
+ This helper script is the build system's entry point to Zephyr's
11
+ "runner" Python package. This package provides ZephyrBinaryRunner,
12
+ which is a standard interface for flashing and debugging boards
13
+ supported by Zephyr, as well as backend-specific scripts for tools
14
+ such as OpenOCD, pyOCD, etc.
12
15
"""
13
16
14
- from os import path
15
17
import sys
16
18
17
19
from runner .core import ZephyrBinaryRunner , get_env_bool_or
You can’t perform that action at this time.
0 commit comments