GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
247 stars 83 forks source link

Chaning FreeRTOS download url since the old one's TLS cert has expired #85

Closed atigyi closed 5 years ago

atigyi commented 5 years ago

[BUG] Travis FreeRTOS builds failed because the server's TLS cert was expired (https://kent.dl.sourceforge.net/project/freertos/FreeRTOS/V10.1.1/FreeRTOSv10.1.1.zip), so curl denied downloading the FreeRTOS.zip. "Expired: 2019. July 21., Sunday 1:27:39 Central European Summer Time"

[FIX] Other download server was chosen: https://sourceforge.net/projects/freertos/files/FreeRTOS/V10.1.1/FreeRTOSv10.1.1.zip/download

[TEST] Travis builds pass for all targets.