andrzej-kaczmarek opened a new pull request #452: URL: https://github.com/apache/mynewt-newt/pull/452
This adds new package type - config. Config packages can be only included by target package or another config package and have assigned priorities P_tgt > P_cfg > P_app. To avoid ambiguities, each config package has assigned priority depending on nesting level, starting with +99 for package directly included from target package and decreasing with each include level. Config packages can be used to share base configurations between different targets and should be especially useful for multi-core build where BLE host and controller are running on different cores but should share some common configuration options. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
