This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Changes in nanopb library

Hello,

I am trying to resolve some compliance issues with the third-party libraries that are used in the SDK.  For nanopb, it seems like the changes in pb_decode.h mentioned below are not pushed up to nano-pb, and the change is not mentioned in the license or readme file in the SDK. Is there a way to get these changes pushed upstream?

void (* decoding_callback)(pb_istream_t *strem, uint32_t tag, pb_wire_type_t wire_type, void *iter);
Thank you!
Parents
  • Hi Shruuts, 

    I assume you are asking about the change we made in nRF5 SDK not nRF Connect SDK. 

    It's the modification we made to the library from about 5 years ago. I don't think we would send pull request to the original nano-pb repository. 

    From my understanding it's simply a private modification from us. It's marked as a modification in the comment. 

Reply
  • Hi Shruuts, 

    I assume you are asking about the change we made in nRF5 SDK not nRF Connect SDK. 

    It's the modification we made to the library from about 5 years ago. I don't think we would send pull request to the original nano-pb repository. 

    From my understanding it's simply a private modification from us. It's marked as a modification in the comment. 

Children
No Data
Related