Simplest Zephyr module + bacnet_stack config and hello sample

This commit is contained in:
Gregory Shue
2020-08-29 13:08:08 -07:00
parent 2698b0aa41
commit 6ccc9505f3
11 changed files with 360 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
#
# Copyright (c) 2020 Legrand North America, LLC.
#
# SPDX-License-Identifier: MIT
# The west manifest file for upstream Zephyr Project's Zephyr repo.
#
# Usage:
# west init -m https://github.com/bacnet-stack/bacnet-stack
# west config manifest.path zephyr/manifests/zp/zephyr
# west update
manifest:
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v2.3.0 # Latest integrated release
import: true
path: zephyr