Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit af7fb2e

Browse files
committed
move mqtt to legacy folder for clarity
1 parent 6128b3a commit af7fb2e

20 files changed

Lines changed: 10 additions & 17 deletions

File tree

MXChip/AZ3166/app/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ set(SOURCES
77
startup/system_stm32f4xx.c
88
startup/startup_stm32f412rx.s
99
startup/tx_initialize_low_level.S
10-
1110
stm32cubef4/stm32f4xx_hal_msp.c
12-
11+
legacy/mqtt.c
1312
azure_config.h
1413
nx_client.c
15-
mqtt.c
1614
board_init.c
1715
console.c
1816
screen.c

MXChip/AZ3166/app/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "screen.h"
1111
#include "sntp_client.h"
1212

13-
#include "mqtt.h"
13+
#include "legacy/mqtt.h"
1414
#include "nx_client.h"
1515
#include "wwd_networking.h"
1616

Microchip/ATSAME54-XPRO/app/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ set(SOURCES
77
startup/startup_same54.c
88
startup/system_same54.c
99
startup/tx_initialize_low_level.S
10-
10+
legacy/mqtt.c
1111
azure_config.h
1212
nx_client.c
13-
mqtt.c
1413
board_init.c
1514
main.c
1615
)

Microchip/ATSAME54-XPRO/app/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "networking.h"
1010
#include "sntp_client.h"
1111

12-
#include "mqtt.h"
12+
#include "legacy/mqtt.h"
1313
#include "nx_client.h"
1414

1515
#include "azure_config.h"

NXP/MIMXRT1050-EVKB/app/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ set(LINKER_SCRIPT "${CMAKE_CURRENT_LIST_DIR}/startup/MIMXRT1052xxxxx_flexspi_nor
66
set(SOURCES
77
startup/startup_MIMXRT1052.S
88
startup/tx_initialize_low_level.S
9-
9+
legacy/mqtt.c
1010
azure_config.h
1111
nx_client.c
12-
mqtt.c
1312
board_init.c
1413
console.c
1514
main.c

0 commit comments

Comments
 (0)