diff options
author | Jeremy Bettis <jbettis@google.com> | 2023-02-03 13:33:43 -0700 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-02-03 22:37:08 +0000 |
commit | bb1bf345d928a602916bed6eefef4a317a577849 (patch) | |
tree | 35fc57378a9472c84a9450284090d7cb3d37f970 /util/flash_jlink.py | |
parent | 989f9d24a097a8da7de10c5f765f3718597ac73c (diff) | |
download | chrome-ec-bb1bf345d928a602916bed6eefef4a317a577849.tar.gz |
ec: Use chromite isort config
Remove the .isort.cfg from platform/ec and use the one from chromite
instead. This should be compatible with cros format.
BRANCH=None
BUG=b:267757300
TEST=Ran firmware_builder.py
Change-Id: Ice4955b6995bd1f9380e97f58e89efb7c1e8aeb1
Signed-off-by: Jeremy Bettis <jbettis@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4221928
Auto-Submit: Jeremy Bettis <jbettis@chromium.org>
Tested-by: Jeremy Bettis <jbettis@chromium.org>
Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'util/flash_jlink.py')
-rwxr-xr-x | util/flash_jlink.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flash_jlink.py b/util/flash_jlink.py index dc462e354b..9f4a55e544 100755 --- a/util/flash_jlink.py +++ b/util/flash_jlink.py @@ -25,6 +25,7 @@ import sys import tempfile import time + DEFAULT_SEGGER_REMOTE_PORT = 19020 # Commands are documented here: https://wiki.segger.com/J-Link_Commander |