eclipse-wakaama / wakaama

Eclipse Wakaama is a C implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
BSD 3-Clause "New" or "Revised" License
498 stars 374 forks source link

Fix LWM2M_RAW_BLOCK1_REQUESTS compile #777

Closed mmb-davidsmith closed 4 months ago

mmb-davidsmith commented 4 months ago

Addresses the compile issues referenced in #773 when using the LWM2M_RAW_BLOCK1_REQUESTS compile flag by:

In addition, to help validate that this doesn't happen in the future, this commit adds an additional configuration option to the client example which enables the LWM2M_RAW_BLOCK1_REQUESTS option. This allows for a basic test that compilation succeeds. It does not go further in attempting to add unit tests for this compile option.

LukasWoodtli commented 4 months ago

Thank you for your contribution!