summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/zmake.yaml
blob: e7f5e37bd6161e62d075b627d0cac5b8f505eac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2020 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.

board: volteer
supported-zephyr-versions:
  - v2.4

# Note: below output type is not correct, but good enough for
# developing right now.  We need to run ecst to pack the RO/RW binary
# into the special NPCX format, but don't do that now.
#
# So, when flashing, please flash
# build-singleimage/zephyr/zephyr_volteer.bin instead until Zmake
# grows a configuration option to handle ecst.
output-type: raw

# Note: the Zephyr SDK is not available by default in the chroot.
# Please follow
# https://docs.zephyrproject.org/latest/getting_started/installation_linux.html
# for instructions on installing the SDK.
#
# If you are building outside of the chroot on a gLinux machine, the
# arm-none-eabi-gcc toolchain seems to work fine.  If you prefer this
# toolchain, you can pass --toolchain=arm-none-eabi to zmake
# configure, and that will work as well.
toolchain: zephyr