Skip to content

XD-embedded/xd-build-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XD-build core

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.

Developer resources

  • Source code, issue tracking, website and wiki is hosted on GitHub
  • Stories in Ready - Kanban board provided by waffle.io
  • Travis CI Status - Continous Integration is provided by Travis CI
  • Coverage Status - Code coverage analysis is provided by Coveralls
  • Codacy Badge - Static analysis is provided by Codacy
  • Issue Stats Issue Stats - Issue and Pull Request statistics provided by Issue Stats

License

XD-build core is released under the MIT License (see LICENSE file).