blob: 9fa8aa89a9da4535a6a8aed973366a65172f6ca3 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 2019 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source [find board/st_nucleo_h743zi.cfg]
# Enabled EC task context support
# This is supported by the upstream OpenOCD
$_TARGETNAME configure -rtos Chromium-EC
|