You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/02/17 10:54:54 UTC

[GitHub] [mynewt-mcumgr] utzig opened a new pull request #113: Fix encoding usage for halffloat

utzig opened a new pull request #113:
URL: https://github.com/apache/mynewt-mcumgr/pull/113


   `cbor_encode_half_float` was being called passing in the halffloat (uint16_t) by value, but `cbor_encode_floating_point` accepts a `void *` pointer. This is already done automatically for float and double encoding, but must be done manually for halffloat.
   
   Fixes the current CI issues seen on nimble and core.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-mcumgr] utzig merged pull request #113: Fix encoding usage for halffloat

Posted by GitBox <gi...@apache.org>.
utzig merged pull request #113:
URL: https://github.com/apache/mynewt-mcumgr/pull/113


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org