XD-build core contains the core infrastructure of the XD-build build system, and should normally be the bottom layer of any XD-embedded manifest.
The intended scope for what should be included in XD-build core is to include all the infrastructure for:
- Parsing XD-build recipes
- Executing XD-build recipes
- Related debug and development commands
It is not intended to be a home for important XD-build recipes, but might end up including a few recipes which are essential for the above mentioned infrastructure.
Other essential recipes should go in separate layers. Toolchain related recipes should be managed in an XD-build toolchain project.
- Source code, issue tracking, website and wiki is hosted on GitHub
- - Kanban board provided by waffle.io
- - Continous Integration is provided by Travis CI
- - Code coverage analysis is provided by Coveralls
- - Static analysis is provided by Codacy
- - Issue and Pull Request statistics provided by Issue Stats
XD-build core is released under the MIT License (see LICENSE file).