dad9e13485
* [WIP] Remove unit testcases duplicated under non-unit tree * [WIP] Update west.yml to Zephyr v3.3.0 (twister verified) * Update CI to Zephyr v3.4.0 w/ reduced module set - Update zephyr/module.yml to use Zephyr v3.4.0 + cmsis; - Update tests to use ZTEST_NEW_API for zephyr builds Verified by: 1. make clean test 2. ./zephyr/scripts/twister -p unit_testing -T bacnet/zephyr/tests/bacnet --------- Co-authored-by: Gregory Shue <gregory.shue@legrand.com>
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
# The default west manifest file for Cutter.
|
|
#
|
|
# The per-installation west configuration file, .west/config, sets the
|
|
# path to the project containing this file in the [manifest] section's
|
|
# "path" variable.
|
|
#
|
|
# This imports the latest upstream Zephyr manifest file.
|
|
#
|
|
# You can pass your manifest repositories to west init when creating a
|
|
# new Zephyr installation. See the west documentation for more
|
|
# information.
|
|
#
|
|
# Beginning with west 0.8, the following command-line options
|
|
# can be used to initialize with a repository lacking a west.yml
|
|
# file at the top level.
|
|
#
|
|
# west init
|
|
# -m <repository>
|
|
# --mr <branch_name>
|
|
# --mf <manifest_pathname>
|
|
# <workspace>
|
|
|
|
manifest:
|
|
version: 0.13
|
|
|
|
remotes:
|
|
- name: bacnet-stack
|
|
url-base: https://github.com/bacnet-stack
|
|
- name: zephyrproject-rtos
|
|
url-base: https://github.com/zephyrproject-rtos
|
|
|
|
defaults:
|
|
remote: bacnet-stack
|
|
|
|
self:
|
|
path: bacnet-stack
|
|
|
|
projects:
|
|
- name: zephyr
|
|
path: zephyr
|
|
revision: v3.4.0
|
|
remote: zephyrproject-rtos
|
|
west-commands: scripts/west-commands.yml
|
|
import:
|
|
name-allowlist:
|
|
- cmsis
|
|
- picolibc
|