andrzej-kaczmarek opened a new pull request, #521: URL: https://github.com/apache/mynewt-newt/pull/521
This adds symbols in syscfg.h for each API provided by packages included in build. The symbol name has "MYNEWT_API_" prefix followed with sanitized API name, all illegal characters in resulting name are replaced with "_". This allows to check if any package included in build provides specific API. Could be useful if some API is not strictly required, but we can use it if provided by some package. -- 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]
