ConnectivityFoundry / AwaLWM2M

Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
BSD 3-Clause "New" or "Revised" License
102 stars 66 forks source link

apply markdownlint, add CMAKE_OPTIONS as docker build arg #325

Closed boyvinall closed 7 years ago

boyvinall commented 7 years ago

markdownlint is useful to ensure compatibility across different MD implementations, but also to ensure consistency on github markdown.

CMAKE_OPTIONS as Docker build arg allows you to build different docker images for the various different network/DTLS abstractions.

Signed-off-by: Matt Vinall matt.vinall@imgtec.com