apache / mynewt-mcumgr

Apache mynewt
https://mynewt.apache.org/
99 stars 76 forks source link

os_mgmt/mynewt: Make package dependency conditional #154

Closed kasjer closed 3 years ago

kasjer commented 3 years ago

Code already uses sys/reboot only if LOG_SOFT_RESET is enabled. Now package is also included only if LOG_SOFT_RESET is present, this removes unnecessary package inclusion that result in requirement to have reboot log image area that package will not use when flag is not present.