Include MCUBoot demo and a new FreeRTOS download. See the blog post.
FreeRTOS LTS libraries:
The LTS libraries are now included in our partner toolchains. See the blog post.
Static IP Address
It has already been noted that each network node has an
IP address.
If the IP address is 'static' then it is pre-assigned and
never changed.
The FreeRTOS+TCP API function
FreeRTOS_IPInit()
takes a default IP address (among other addresses) as one of its parameters.
The default IP address
is used as a static IP address if
ipconfigUSE_DHCP is set to 0, or if
ipconfigUSE_DHCP is set to 1 but a DHCP server
cannot be contacted.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.