-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1d43b8
commit 879cb83
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule paho.mqtt.embedded-c
updated
4 files
+94 −0 | CODE_OF_CONDUCT.md | |
+13 −0 | LICENSE | |
+55 −0 | NOTICE | |
+16 −0 | SECURITY.md |
Submodule picohttpparser
updated
6 files
+25 −0 | .github/workflows/ci.yml | |
+0 −6 | .travis.yml | |
+4 −2 | Makefile | |
+20 −0 | picohttpparser.c | |
+3 −0 | picohttpparser.h | |
+50 −0 | test.c |
Submodule wakaama
updated
18 files
+2 −14 | .github/workflows/build.yaml | |
+1 −7 | .github/workflows/build_and_test.yaml | |
+1 −7 | .github/workflows/clang-static-analyzer.yaml | |
+2 −8 | .github/workflows/codeql-analysis.yml | |
+1 −7 | .github/workflows/coverage.yaml | |
+47 −0 | .github/workflows/sonarcloud-scan.yaml | |
+0 −61 | .github/workflows/sonarqube.yaml | |
+2 −2 | README.md | |
+1 −1 | SECURITY.md | |
+45 −29 | coap/er-coap-13/er-coap-13.c | |
+1 −1 | examples/client/CMakeLists.txt | |
+36 −13 | include/liblwm2m.h | |
+52 −0 | tests/helper/connection.c | |
+21 −0 | tests/helper/connection.h | |
+65 −1 | tests/registration_tests.c | |
+1 −0 | tests/tests.cmake | |
+7 −2 | tools/ci/run_ci.sh | |
+9 −4 | wakaama.cmake |
Submodule FreeRTOS-Kernel
updated
661 files