Hi
I'm testing RC3 of NRF Connect SDK v1.6 in combination with our application. I have an issue with the configuration when I want to enable CONFIG_LTE_LINK_CONTROL. This flag automatically selects AT_CMD_PARSER. The problem is that AT_CMD_PARSER seems to have a dependency on NEWLIB_LIBC or EXTERNAL_LIBC.
We want to use MINIMAL_LIBC in our project rather than NEWLIBC. On one hand because it should be less resource hungry and on the other hand there are compile issues with NEWLIBC in our application. The compile issues have to do with multiple definitions of POSIX functions.
Could you please show me a way how to use the NB-IoT modem with MINIMAL_LIB? We are coming from NRF Connect SDK v1.5.1 where this setup worked.
Best regards,
Michael