summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.west/config7
m---------bootloader/mcuboot0
m---------mbedtls0
m---------modules/bsim_hw_models/nrf_hw_models0
m---------modules/crypto/mbedtls0
m---------modules/crypto/tinycrypt0
m---------modules/debug/TraceRecorder0
m---------modules/debug/mipi-sys-t0
m---------modules/debug/segger0
m---------modules/fs/fatfs0
m---------modules/fs/littlefs0
m---------modules/hal/cirrus-logic0
m---------modules/hal/cmsis0
m---------modules/hal/libmetal0
m---------modules/hal/nordic0
m---------modules/hal/st0
m---------modules/hal/wurthelektronik0
m---------modules/lib/azure-sdk-for-c0
m---------modules/lib/canopennode0
m---------modules/lib/chre0
m---------modules/lib/cjson0
m---------modules/lib/gui/lvgl0
m---------modules/lib/hostap0
m---------modules/lib/liblc30
m---------modules/lib/loramac-node0
m---------modules/lib/lz40
m---------modules/lib/matter0
m---------modules/lib/memfault-firmware-sdk0
m---------modules/lib/nanopb0
m---------modules/lib/open-amp0
m---------modules/lib/openthread0
m---------modules/lib/picolibc0
m---------modules/lib/tinycbor0
m---------modules/lib/uoscore-uedhoc0
m---------modules/lib/zcbor0
m---------modules/lib/zscilib0
m---------modules/tee/tf-m/psa-arch-tests0
m---------modules/tee/tf-m/tf-m-tests0
m---------modules/tee/tf-m/trusted-firmware-m0
m---------modules/tee/tfm-mcuboot0
-rw-r--r--mqtt_simple/.gitignore (renamed from .gitignore)0
-rw-r--r--mqtt_simple/.vscode/settings.json (renamed from .vscode/settings.json)0
-rw-r--r--mqtt_simple/CMakeLists.txt (renamed from CMakeLists.txt)0
-rw-r--r--mqtt_simple/Kconfig (renamed from Kconfig)0
-rw-r--r--mqtt_simple/README.rst (renamed from README.rst)0
-rw-r--r--mqtt_simple/nrf9160dk_nrf9160_ns.overlay (renamed from nrf9160dk_nrf9160_ns.overlay)0
-rw-r--r--mqtt_simple/overlay-qemu-x86-tls.conf (renamed from overlay-qemu-x86-tls.conf)0
-rw-r--r--mqtt_simple/overlay-tls.conf (renamed from overlay-tls.conf)0
-rw-r--r--mqtt_simple/prj.conf (renamed from prj.conf)0
-rw-r--r--mqtt_simple/prj_qemu_x86.conf (renamed from prj_qemu_x86.conf)0
-rw-r--r--mqtt_simple/sample.yaml (renamed from sample.yaml)0
-rw-r--r--mqtt_simple/src/certificates.h (renamed from src/certificates.h)0
-rw-r--r--mqtt_simple/src/main.c (renamed from src/main.c)0
-rw-r--r--mqtt_simple/west.yml (renamed from west.yml)0
m---------nrf0
m---------nrfxlib0
m---------simple_blocking0
m---------test/cmock0
m---------tools/edtt0
m---------tools/net-tools0
m---------zephyr0
61 files changed, 7 insertions, 0 deletions
diff --git a/.west/config b/.west/config
new file mode 100644
index 0000000..c567b6b
--- /dev/null
+++ b/.west/config
@@ -0,0 +1,7 @@
+[manifest]
+path = mqtt_simple
+file = west.yml
+
+[zephyr]
+base = zephyr
+
diff --git a/bootloader/mcuboot b/bootloader/mcuboot
new file mode 160000
+Subproject 78fd7ff9f31d88b9119734965e2afdda0cb9689
diff --git a/mbedtls b/mbedtls
new file mode 160000
+Subproject 89419b374d17d30b7637cfb91f699c2d8432127
diff --git a/modules/bsim_hw_models/nrf_hw_models b/modules/bsim_hw_models/nrf_hw_models
new file mode 160000
+Subproject 65bc5305d432c08e24a3f343006d1e7deaff490
diff --git a/modules/crypto/mbedtls b/modules/crypto/mbedtls
new file mode 160000
+Subproject 7fed49c9b9f983ad6416986661ef637459723bc
diff --git a/modules/crypto/tinycrypt b/modules/crypto/tinycrypt
new file mode 160000
+Subproject 3e9a49d2672ec01435ffbf0d788db6d95ef28de
diff --git a/modules/debug/TraceRecorder b/modules/debug/TraceRecorder
new file mode 160000
+Subproject 9893bf1cf649a2c4ee2e27293f887994f3d0da5
diff --git a/modules/debug/mipi-sys-t b/modules/debug/mipi-sys-t
new file mode 160000
+Subproject 0d521d8055f3b2b4842f728b0365d3f0ece9c37
diff --git a/modules/debug/segger b/modules/debug/segger
new file mode 160000
+Subproject d4e568a920b4bd087886170a5624c167b2d0665
diff --git a/modules/fs/fatfs b/modules/fs/fatfs
new file mode 160000
+Subproject a30531af3a95a9a3ea7d771ea8a578ebfed4551
diff --git a/modules/fs/littlefs b/modules/fs/littlefs
new file mode 160000
+Subproject ca583fd297ceb48bced3c2548600dc615d67af2
diff --git a/modules/hal/cirrus-logic b/modules/hal/cirrus-logic
new file mode 160000
+Subproject 9f6b3812237fbb0d4157ba3584c13f1644fcbe3
diff --git a/modules/hal/cmsis b/modules/hal/cmsis
new file mode 160000
+Subproject 093de61c2a7d12dc9253daf8692f61f793a9254
diff --git a/modules/hal/libmetal b/modules/hal/libmetal
new file mode 160000
+Subproject 2f586b4f1276fb075ee145421bdf6cbe5403aa4
diff --git a/modules/hal/nordic b/modules/hal/nordic
new file mode 160000
+Subproject fe0be3c3546e136a67264084c0e3edfd7354645
diff --git a/modules/hal/st b/modules/hal/st
new file mode 160000
+Subproject cccbc24c14decfd3f93959f7b14514536af973c
diff --git a/modules/hal/wurthelektronik b/modules/hal/wurthelektronik
new file mode 160000
+Subproject 24ca9873c3d608fad1fea0431836bc8f144c132
diff --git a/modules/lib/azure-sdk-for-c b/modules/lib/azure-sdk-for-c
new file mode 160000
+Subproject 308c171cb4b5eed266649012a68406487ec81fb
diff --git a/modules/lib/canopennode b/modules/lib/canopennode
new file mode 160000
+Subproject 53d3415c14d60f8f4bfca54bfbc5d5a667d7e72
diff --git a/modules/lib/chre b/modules/lib/chre
new file mode 160000
+Subproject ef76d3456db07e4959df555047d6962279528c8
diff --git a/modules/lib/cjson b/modules/lib/cjson
new file mode 160000
+Subproject c6af068b7f05207b28d68880740e4b9ec1e4b50
diff --git a/modules/lib/gui/lvgl b/modules/lib/gui/lvgl
new file mode 160000
+Subproject 5ab83099854719ed326b6ecb9b09b07b1eee481
diff --git a/modules/lib/hostap b/modules/lib/hostap
new file mode 160000
+Subproject 49fddb8f5bb9511cf8d9e56bf680576b26fe2fc
diff --git a/modules/lib/liblc3 b/modules/lib/liblc3
new file mode 160000
+Subproject 448f3de31f49a838988a162ef1e23a89ddf2d2e
diff --git a/modules/lib/loramac-node b/modules/lib/loramac-node
new file mode 160000
+Subproject ce57712f3e426bbbb13acaec97b45369f716f43
diff --git a/modules/lib/lz4 b/modules/lib/lz4
new file mode 160000
+Subproject 8e303c264fc21c2116dc612658003a22e933124
diff --git a/modules/lib/matter b/modules/lib/matter
new file mode 160000
+Subproject f4a75a5dcff35c70d65ae2bc10c15f946fc6f8d
diff --git a/modules/lib/memfault-firmware-sdk b/modules/lib/memfault-firmware-sdk
new file mode 160000
+Subproject d7ed96dabb9fbdb73efd65f895950a17b496b84
diff --git a/modules/lib/nanopb b/modules/lib/nanopb
new file mode 160000
+Subproject dc4deed54fd4c7e1935e3b6387eedf21bb45dc3
diff --git a/modules/lib/open-amp b/modules/lib/open-amp
new file mode 160000
+Subproject 8d53544871e1f300c478224faca6be8384ab0d0
diff --git a/modules/lib/openthread b/modules/lib/openthread
new file mode 160000
+Subproject 0759de4fc52c8935b90e7f1a79d85148b66dc56
diff --git a/modules/lib/picolibc b/modules/lib/picolibc
new file mode 160000
+Subproject 04ada5951cbaf8e7b17f8226ce31cb6837c28ba
diff --git a/modules/lib/tinycbor b/modules/lib/tinycbor
new file mode 160000
+Subproject 9e1f34bc08123aaad7666d3652aaa839e8178b3
diff --git a/modules/lib/uoscore-uedhoc b/modules/lib/uoscore-uedhoc
new file mode 160000
+Subproject e8920192b66db4f909eb9cd3f155d5245c1ae82
diff --git a/modules/lib/zcbor b/modules/lib/zcbor
new file mode 160000
+Subproject 0556edac504d1f34699aa8a22fcd507c14756c9
diff --git a/modules/lib/zscilib b/modules/lib/zscilib
new file mode 160000
+Subproject ca070ddabdaf67175a2da901d0bd62e8899371c
diff --git a/modules/tee/tf-m/psa-arch-tests b/modules/tee/tf-m/psa-arch-tests
new file mode 160000
+Subproject f4fc2442b8e29e2a03d9899e46e5a3ea3df8c2c
diff --git a/modules/tee/tf-m/tf-m-tests b/modules/tee/tf-m/tf-m-tests
new file mode 160000
+Subproject bcb53bccccdc05c713aade707e7a8ddad35c210
diff --git a/modules/tee/tf-m/trusted-firmware-m b/modules/tee/tf-m/trusted-firmware-m
new file mode 160000
+Subproject 4a9297127f03e71a36c14538587eb6eb1d86fed
diff --git a/modules/tee/tfm-mcuboot b/modules/tee/tfm-mcuboot
new file mode 160000
+Subproject 4aa516e7281fc6f9a2dce0b0efda9acc580fa25
diff --git a/.gitignore b/mqtt_simple/.gitignore
index 635a99b..635a99b 100644
--- a/.gitignore
+++ b/mqtt_simple/.gitignore
diff --git a/.vscode/settings.json b/mqtt_simple/.vscode/settings.json
index c9c54ff..c9c54ff 100644
--- a/.vscode/settings.json
+++ b/mqtt_simple/.vscode/settings.json
diff --git a/CMakeLists.txt b/mqtt_simple/CMakeLists.txt
index 8fe58a9..8fe58a9 100644
--- a/CMakeLists.txt
+++ b/mqtt_simple/CMakeLists.txt
diff --git a/Kconfig b/mqtt_simple/Kconfig
index 8c7b93e..8c7b93e 100644
--- a/Kconfig
+++ b/mqtt_simple/Kconfig
diff --git a/README.rst b/mqtt_simple/README.rst
index e10c3dd..e10c3dd 100644
--- a/README.rst
+++ b/mqtt_simple/README.rst
diff --git a/nrf9160dk_nrf9160_ns.overlay b/mqtt_simple/nrf9160dk_nrf9160_ns.overlay
index 8f6d2f9..8f6d2f9 100644
--- a/nrf9160dk_nrf9160_ns.overlay
+++ b/mqtt_simple/nrf9160dk_nrf9160_ns.overlay
diff --git a/overlay-qemu-x86-tls.conf b/mqtt_simple/overlay-qemu-x86-tls.conf
index 1e17556..1e17556 100644
--- a/overlay-qemu-x86-tls.conf
+++ b/mqtt_simple/overlay-qemu-x86-tls.conf
diff --git a/overlay-tls.conf b/mqtt_simple/overlay-tls.conf
index 9a58e44..9a58e44 100644
--- a/overlay-tls.conf
+++ b/mqtt_simple/overlay-tls.conf
diff --git a/prj.conf b/mqtt_simple/prj.conf
index ca490a9..ca490a9 100644
--- a/prj.conf
+++ b/mqtt_simple/prj.conf
diff --git a/prj_qemu_x86.conf b/mqtt_simple/prj_qemu_x86.conf
index cf5863e..cf5863e 100644
--- a/prj_qemu_x86.conf
+++ b/mqtt_simple/prj_qemu_x86.conf
diff --git a/sample.yaml b/mqtt_simple/sample.yaml
index 1f8a578..1f8a578 100644
--- a/sample.yaml
+++ b/mqtt_simple/sample.yaml
diff --git a/src/certificates.h b/mqtt_simple/src/certificates.h
index aebb1e8..aebb1e8 100644
--- a/src/certificates.h
+++ b/mqtt_simple/src/certificates.h
diff --git a/src/main.c b/mqtt_simple/src/main.c
index 15af38b..15af38b 100644
--- a/src/main.c
+++ b/mqtt_simple/src/main.c
diff --git a/west.yml b/mqtt_simple/west.yml
index 7fd440b..7fd440b 100644
--- a/west.yml
+++ b/mqtt_simple/west.yml
diff --git a/nrf b/nrf
new file mode 160000
+Subproject 188a16036ab968bc0f9226ba178ca461548a8c6
diff --git a/nrfxlib b/nrfxlib
new file mode 160000
+Subproject 03d0965d9d8a3e8a6dfe3c959aefe27f1320c3c
diff --git a/simple_blocking b/simple_blocking
new file mode 160000
+Subproject f7803b13341860adf7a9b47c18d540e469a9a0f
diff --git a/test/cmock b/test/cmock
new file mode 160000
+Subproject f65066f15d8248e6dcb778efb8739904a451208
diff --git a/tools/edtt b/tools/edtt
new file mode 160000
+Subproject 1ea61a390d2bfcf3b2ecdba8f8b0b98dfdffbd1
diff --git a/tools/net-tools b/tools/net-tools
new file mode 160000
+Subproject e0828aa9629b533644dc96ff6d1295c939bd713
diff --git a/zephyr b/zephyr
new file mode 160000
+Subproject c0689b16ff127d1b71a4cc20310d476e1807e26