Skip to content

Commit 203404a

Browse files
author
Bo Chen
committed
Remove lwm2m files.
1 parent 9c9cddd commit 203404a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The master branch has the most recent code with all new features and bug fixes.
8787

8888
## Protocols and connectivity
8989

90-
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/).
90+
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/).
9191

9292
### Samples
9393

addons/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ set(SOURCES
1414
${CMAKE_CURRENT_LIST_DIR}/ftp/nxd_ftp_server.c
1515
${CMAKE_CURRENT_LIST_DIR}/http/nxd_http_client.c
1616
${CMAKE_CURRENT_LIST_DIR}/http/nxd_http_server.c
17-
${CMAKE_CURRENT_LIST_DIR}/lwm2m/nx_lwm2m_client.c
1817
${CMAKE_CURRENT_LIST_DIR}/mdns/nxd_mdns.c
1918
${CMAKE_CURRENT_LIST_DIR}/mqtt/nxd_mqtt_client.c
2019
${CMAKE_CURRENT_LIST_DIR}/nat/nx_nat.c
@@ -92,7 +91,6 @@ target_include_directories(${PROJECT_NAME} PUBLIC
9291
${CMAKE_CURRENT_LIST_DIR}/dns
9392
${CMAKE_CURRENT_LIST_DIR}/ftp
9493
${CMAKE_CURRENT_LIST_DIR}/http
95-
${CMAKE_CURRENT_LIST_DIR}/lwm2m
9694
${CMAKE_CURRENT_LIST_DIR}/mdns
9795
${CMAKE_CURRENT_LIST_DIR}/mqtt
9896
${CMAKE_CURRENT_LIST_DIR}/nat

0 commit comments

Comments
 (0)