All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Target dependency on sal-stack-atmel
- Configuration file to support test coverage generation
- Update tests to use mbed-greentea test infrastructure
- Incremented mesh-api dependency major version
- A new function pointer:
socket_accept_v2_ptr
- A new
socket_accept
API, which selects betweensocket_accept_ptr
andsocket_accept_v2_ptr
.
- Changed
inet_pton
to manipulatestruct socket_addr
directly