summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Chen <[email protected]>2023-11-30 10:39:46 +0800
committerBo Chen <[email protected]>2023-11-30 10:39:46 +0800
commit203404ae54cf1a7372f3215024d77d67e3f6d5df (patch)
tree1af639092b2255893434a2a7c7993758f7317117
parent9c9cddd2ff3aceec36f9340311bc5652efbbec2f (diff)
Remove lwm2m files.
-rwxr-xr-xREADME.md2
-rw-r--r--addons/CMakeLists.txt2
2 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index b261d054..9bae6688 100755
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ The master branch has the most recent code with all new features and bug fixes.
## Protocols and connectivity
-Protocols and connectivity support are provided as addon modules within NetX Duo in `addons` folder. Some key modules are: [**azure_iot**](https://github.com/azure-rtos/netxduo/tree/master/addons/azure_iot), [**dhcp**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-dhcp-client/chapter1), [**dns**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-dns/chapter1), [**ftp**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-dns/chapter1), [**http**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-http/chapter1), [**mqtt**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-mqtt/chapter1), [**pop3**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-pop3-client/chapter1), [**lwm2m**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-lwm2m/chapter1), [**ppp**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-ppp/chapter1), [**sntp**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-sntp-client/chapter1), and [**web**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-web-http/chapter1). For a full list of NetX Duo addons, you can find in the same [Azure RTOS NetX Duo documentation](https://learn.microsoft.com/azure/rtos/netx-duo/).
+Protocols and connectivity support are provided as addon modules within NetX Duo in `addons` folder. Some key modules are: [**azure_iot**](https://github.com/azure-rtos/netxduo/tree/master/addons/azure_iot), [**dhcp**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-dhcp-client/chapter1), [**dns**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-dns/chapter1), [**ftp**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-dns/chapter1), [**http**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-http/chapter1), [**mqtt**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-mqtt/chapter1), [**pop3**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-pop3-client/chapter1), [**ppp**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-ppp/chapter1), [**sntp**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-sntp-client/chapter1), and [**web**](https://learn.microsoft.com/azure/rtos/netx-duo/netx-duo-web-http/chapter1). For a full list of NetX Duo addons, you can find in the same [Azure RTOS NetX Duo documentation](https://learn.microsoft.com/azure/rtos/netx-duo/).
### Samples
diff --git a/addons/CMakeLists.txt b/addons/CMakeLists.txt
index 718aa978..d29bca38 100644
--- a/addons/CMakeLists.txt
+++ b/addons/CMakeLists.txt
@@ -14,7 +14,6 @@ set(SOURCES
${CMAKE_CURRENT_LIST_DIR}/ftp/nxd_ftp_server.c
${CMAKE_CURRENT_LIST_DIR}/http/nxd_http_client.c
${CMAKE_CURRENT_LIST_DIR}/http/nxd_http_server.c
- ${CMAKE_CURRENT_LIST_DIR}/lwm2m/nx_lwm2m_client.c
${CMAKE_CURRENT_LIST_DIR}/mdns/nxd_mdns.c
${CMAKE_CURRENT_LIST_DIR}/mqtt/nxd_mqtt_client.c
${CMAKE_CURRENT_LIST_DIR}/nat/nx_nat.c
@@ -92,7 +91,6 @@ target_include_directories(${PROJECT_NAME} PUBLIC
${CMAKE_CURRENT_LIST_DIR}/dns
${CMAKE_CURRENT_LIST_DIR}/ftp
${CMAKE_CURRENT_LIST_DIR}/http
- ${CMAKE_CURRENT_LIST_DIR}/lwm2m
${CMAKE_CURRENT_LIST_DIR}/mdns
${CMAKE_CURRENT_LIST_DIR}/mqtt
${CMAKE_CURRENT_LIST_DIR}/nat