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

KCONFIG CHANGES IN NCS V1.6

i was running some power optimization and MTU tests in NCS V1.5.1 and was able to compile and run.

 I upgraded to NCS V1.6.0 and there were several errors

So when I compile now I get several KCONFIG errors and it fails.

 C:/Users/Wes/prj.conf:114: warning: attempt to assign the value '252' to the undefined symbol BT_L2CAP_RX_MTU

 C:/Users/Wes/prj.conf:115: warning: attempt to assign the value '260' to the undefined symbol BT_RX_BUF_LEN

 C:/Users/Wes/prj.conf:130: warning: attempt to assign the value 'y' to the undefined symbol PM_DEEP_SLEEP_STATES

 C:/Users/Wes/prj.conf:131: warning: attempt to assign the value 'y' to the undefined symbol PM_STATE_LOCK

 I cannot find documentation on what(if any) are the replacements for these or how do you replicate this in NCS V1.6

Related