summaryrefslogtreecommitdiff
path: root/util/openocd/board/skyrim.cfg
blob: a8047ade22b4a177433cac72da0ab215a6d1b52c (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

transport select swd

source [find target/npcx993f.cfg]

proc flash_board { image verify } {
    flash_target $image $verify
}