* Memory usage tutorial now shows tracking shared library heap usage
* Azure IoT sample poll period changed to 100ms per best-practise guidance
* Use Networking_IsNetworkReady in place of Networking_GetInterfaceConnectionStatus
* Updated network configuration guidance as Ethernet is enabled by default
* Per-project names for debugging
* Clarified hardware definitions help
- All samples updated to 20.07 SDK/ARV 6
- Link to Azure RTOS sample added to top-level README
- Hardware definitions updated:
- Base chip and board definitions are now supplied with the SDK
- `HardwareDefinitions/` now contains only definitions for the sample appliance used by all samples.
- ADC and PWM samples updated to use LTS ARV
- Azure IoT sample now supports direct connection to an Azure IoT Hub in addition to using the
Device Provisioning Service
- ExternalMcuUpdate, HTTPS_Curl_Multi, and PrivateNetworkServices samples updated to use EventLoop APIs
in place of epoll
- Azure IoT, HTTPS, Powerdown, and WiFi samples updated to use
`Networking_GetInterfaceConnectionStatus` in place of `Networking_IsNetworkingReady` for more
detailed connectivity status.
Co-authored-by: Chris Whitworth <chwhitwo@microsoft.com>