diff options
| author | Michal Hanus <hanus.michal@divelit.cz> | 2023-08-01 10:57:36 +0200 |
|---|---|---|
| committer | Michal Hanus <hanus.michal@divelit.cz> | 2023-08-01 10:57:36 +0200 |
| commit | b6307ca8180f1090e2c69e081963689a4abd869a (patch) | |
| tree | 47e3acab4a80c72f2c04173febded574bb32e2e4 /west.yml | |
Initial commit for nrf/samples/nrf9160/mqtt_simple
Diffstat (limited to 'west.yml')
| -rw-r--r-- | west.yml | 13 |
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 |
