Remove west workspace configuration files
- Remove west.yml and .west/config that interfered with existing workspace - Project should work in existing Zephyr workspace without these files
This commit is contained in:
parent
32e92e732d
commit
d58a18bd4b
|
|
@ -1,4 +0,0 @@
|
||||||
[manifest]
|
|
||||||
path = canfd_cdc_composite
|
|
||||||
file = west.yml
|
|
||||||
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
manifest:
|
|
||||||
defaults:
|
|
||||||
remote: upstream
|
|
||||||
|
|
||||||
remotes:
|
|
||||||
- name: upstream
|
|
||||||
url-base: https://github.com/zephyrproject-rtos
|
|
||||||
|
|
||||||
projects:
|
|
||||||
- name: zephyr
|
|
||||||
remote: upstream
|
|
||||||
revision: main
|
|
||||||
import: true
|
|
||||||
|
|
||||||
self:
|
|
||||||
path: app
|
|
||||||
Loading…
Reference in New Issue