]> begriffs open source - freertos/commit
Remove the simple UDP client/server tasks from the MQTT demo as the demo's network...
authorRichard Barry <ribarry@amazon.com>
Tue, 23 Jul 2019 19:23:12 +0000 (19:23 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 23 Jul 2019 19:23:12 +0000 (19:23 +0000)
commit53842d4cac09e40ce6a1c72338bae98eefa881f8
tree157ad3f6d413426a6fc93a7e04d253b6bb695438
parent95f60318d55dacf6827ed0d23c2a4f87aa214280
Remove the simple UDP client/server tasks from the MQTT demo as the demo's network connection can be tested more easily just by pinging it.
Tidy up the iot_config.h header files a little.
FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/Common/FreeRTOS_TCP_server.c
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/DemoTasks/SimpleUDPClientAndServer.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/iot_config.h
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/main.c
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config.h
FreeRTOS-Plus/Source/FreeRTOS-IoT-Libraries/c_sdk/standard/common/taskpool/iot_taskpool.c
FreeRTOS-Plus/Source/FreeRTOS-IoT-Libraries/c_sdk/standard/common/taskpool/iot_taskpool_static_memory.c [deleted file]