commit | a957107d50baef45dd406fe2ec8e6a851e33f9e9 | [log] [tgz] |
---|---|---|
author | Michael Scott <michael@opensourcefoundries.com> | Wed Jun 06 11:04:18 2018 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Jun 07 11:51:51 2018 -0500 |
tree | ba50a0de62879342e14c4a75739e5bdf74e88bb0 | |
parent | fd561dd596f4c52aed64b3b78a46b0e297ee0d58 [diff] |
net: lwm2m: lower priority of engine thread The LwM2M engine thread is used for various periodic triggers. None of these are in a critical path that requires super sensitive timing and the current K_PRIO_COOP(7) setting was causing the Bluetooth RX thread to have to wait too long for certain actions to complete. Let's lower the priority to -1 (effectively) to eliminate these conflicts. Signed-off-by: Michael Scott <michael@opensourcefoundries.com>