summaryrefslogtreecommitdiff
path: root/util/openocd/board/skyrim.cfg
blob: 11f31c22ef7dc1ef37843a78c628f2fe5ca4a51d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2022 The ChromiumOS Authors
# 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
}