summaryrefslogtreecommitdiff
path: root/west.yml
diff options
context:
space:
mode:
authorMichal Hanus <hanus.michal@divelit.cz>2023-08-01 10:57:36 +0200
committerMichal Hanus <hanus.michal@divelit.cz>2023-08-01 10:57:36 +0200
commitb6307ca8180f1090e2c69e081963689a4abd869a (patch)
tree47e3acab4a80c72f2c04173febded574bb32e2e4 /west.yml
Initial commit for nrf/samples/nrf9160/mqtt_simple
Diffstat (limited to 'west.yml')
-rw-r--r--west.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/west.yml b/west.yml
new file mode 100644
index 0000000..7fd440b
--- /dev/null
+++ b/west.yml
@@ -0,0 +1,13 @@
+manifest:
+ remotes:
+ - name: ncs
+ url-base: https://github.com/nrfconnect
+ projects:
+ - name: sdk-nrf
+ remote: ncs
+ path: nrf
+ revision: v2.2.0
+ import: true
+ clone-depth: 1
+ self:
+ path: mqtt_simple