Issue 121 zephyr module cleanup west 0 8 0a1 (#122)

* Rm top-level west.yml; Cleanup manifests; Fix unit testing

* Cleanup sample

* Cleanup test CMakeLists

Co-authored-by: Gregory Shue <gregory.shue@legrand.us>
This commit is contained in:
Greg Shue
2020-09-17 07:58:06 -07:00
committed by GitHub
parent 19869dccdb
commit 5c2f198fd8
145 changed files with 1711 additions and 1761 deletions
-25
View File
@@ -1,25 +0,0 @@
# The top-level west manifest file for upstream bacnet-stack.
# This top-level west manifest file intentionally provides only the
# minimal configuration necessary for a successful 'west init', in
# expectation that multiple manifests will exist within one branch
# of this repository. Once 'west init' has completed, west may be
# configured to use alternate manfiests with the following command:
#
# west config manifest.path <manifest_dir_from_topdir>
#
# e.g. west config manifest.path bacnet-stack/zephyr/manifests/zp/zephyr
# NOTE: Since the schema requires at least one project name,
# the mapping of this repository must be described as a project
# rather than under the 'self' key.
manifest:
remotes:
- name: self
url-base: https://github.com/bacnet-stack
projects:
- name: bacnet-stack
remote: self
revision: master # The main branch of this repository