Skip to content

Commit 9f7c8c6

Browse files
committed
move to lib
1 parent c5d2b83 commit 9f7c8c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+29
-29
lines changed

application.fam

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,40 +25,40 @@ App(
2525
"Internet/httpServer",
2626
"Internet/ICMP",
2727
"Internet/MQTT",
28-
"Internet/MQTT/MQTTPacket/src",
28+
"MQTTPacket/src",
2929
"Internet/SNMP",
3030
"Internet/SNTP",
3131
"Internet/TFTP",
3232
],
3333
sources=[
34-
"Ethernet/W5500/w5500.c",
35-
"Ethernet/socket.c",
36-
"Ethernet/wizchip_conf.c",
37-
"Internet/DHCP/dhcp.c",
38-
"Internet/DNS/dns.c",
39-
"Internet/FTPClient/ftpc.c",
40-
"Internet/FTPServer/ftpf.c",
41-
"Internet/httpServer/httpParser.c",
42-
"Internet/httpServer/httpServer.c",
43-
"Internet/httpServer/httpUtil.c",
44-
"Internet/ICMP/ping.c",
45-
"Internet/MQTT/mqtt_interface.c",
46-
"Internet/MQTT/MQTTClient.c",
47-
"Internet/MQTT/MQTTPacket/src/MQTTConnectClient.c",
48-
"Internet/MQTT/MQTTPacket/src/MQTTConnectServer.c",
49-
"Internet/MQTT/MQTTPacket/src/MQTTDeserializePublish.c",
50-
"Internet/MQTT/MQTTPacket/src/MQTTFormat.c",
51-
"Internet/MQTT/MQTTPacket/src/MQTTPacket.c",
52-
"Internet/MQTT/MQTTPacket/src/MQTTSerializePublish.c",
53-
"Internet/MQTT/MQTTPacket/src/MQTTSubscribeClient.c",
54-
"Internet/MQTT/MQTTPacket/src/MQTTSubscribeServer.c",
55-
"Internet/MQTT/MQTTPacket/src/MQTTUnsubscribeClient.c",
56-
"Internet/MQTT/MQTTPacket/src/MQTTUnsubscribeServer.c",
57-
"Internet/MQTT/mqtt_interface.c",
58-
"Internet/MQTT/MQTTClient.c",
59-
"Internet/SNMP/snmp_custom.c",
60-
"Internet/SNMP/snmp.c",
61-
"Internet/SNTP/sntp.c",
34+
"w5500.c",
35+
"socket.c",
36+
"wizchip_conf.c",
37+
"dhcp.c",
38+
"dns.c",
39+
"ftpc.c",
40+
"ftpf.c",
41+
"httpParser.c",
42+
"httpServer.c",
43+
"httpUtil.c",
44+
"ping.c",
45+
"mqtt_interface.c",
46+
"MQTTClient.c",
47+
"MQTTConnectClient.c",
48+
"MQTTConnectServer.c",
49+
"MQTTDeserializePublish.c",
50+
"MQTTFormat.c",
51+
"MQTTPacket.c",
52+
"MQTTSerializePublish.c",
53+
"MQTTSubscribeClient.c",
54+
"MQTTSubscribeServer.c",
55+
"MQTTUnsubscribeClient.c",
56+
"MQTTUnsubscribeServer.c",
57+
"mqtt_interface.c",
58+
"MQTTClient.c",
59+
"snmp_custom.c",
60+
"snmp.c",
61+
"sntp.c",
6262
"Internet/TFTP/netutil.c",
6363
"Internet/TFTP/tftp.c",
6464
],
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)