Hi,
I'm trying to use Zephyr's 'http_client' library in Asset Tracker V2. I have included 'net/http_client.h' in main.c and have set 'CONFIG_HTTP_CLIENT=y' in prj.conf. If I make a call to any function that would make linker to actually link HTTP_CLIENT, thingy gets stuck in a boot loop. Red LED keeps blinking, and the only message on serial port is:
*** Booting Zephyr OS build v2.6.0-rc1-ncs1 ***
which repeats itself every 5 seconds or so.
I am sure I am not calling any functions in that library, as I have the call to http_client after a call to LOG_WRN(). It almost feels like HTTP_CLIENT is somehow incompatible with Thingy 91. Has anyone faced this issue?
I am using SDK v1.6.1.