apache / mynewt-mcumgr

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

Use syscfg settings for sysinit stage numbers #168

Closed supervillain101 closed 1 year ago

supervillain101 commented 1 year ago

This allows the app or target to rearrange package initialziation order via syscfg overrides

sjanc commented 1 year ago

lets wait with this until conclusion on similar thing in core is arranged https://github.com/apache/mynewt-core/pull/2972

supervillain101 commented 1 year ago

@sjanc https://github.com/apache/mynewt-core/pull/2972 was finally merged in, can we do this one as well?

sjanc commented 1 year ago

please rebase (ie no merge master commits)

supervillain101 commented 1 year ago

@sjanc I have rebased. Thanks!