You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default Kconfig values may not propagate correctly if the Golioth SDK
is not listed first in the West manifest. To workaround this, ensure
that Golioth is listed first in your application's manifest.
Added:
CONFIG_GOLIOTH_RPC_MAX_RESPONSE_LEN to control the size of the buffer
used to hold the RPC response
Changed:
Improved how the Golioth Zephyr log backend handles network disconnects
to avoid interfering with the application's control of logging levels
Removed default dependency on floating point support
Fixed:
Enable log shell commands in Zephyr Certificate Provisioning example
Build error when compiling with NCS and without newlib
Correctly handle TOO_MANY_REQUESTS responses from the server in NCS