summaryrefslogtreecommitdiff
path: root/rtems.py (follow)
AgeCommit message (Collapse)Author
2016-04-18Remove the 4.11 reference and use the version argument.Chris Johns
2016-04-18Add default RTEMS version support, environment var checking and CC version ↵Chris Johns
message. Allow an application the ability to set a version number for RTEMS. This avoids issues with the automatic detection code. It means an application becomes keyed to a specific version of RTEMS. Check the environment for variables being set that could effect a build. We allow the environment to do this but it can have a side effect such as CC being set for one architecture and the rtems_waf being asked to use another. Print the version of CC being used. This is a diagnostic.
2015-11-14Fix module import for msys2Sebastian Huber
2015-11-13Delete non-existing RTEMS_ATOMICSebastian Huber
2015-11-13Derive default RTEMS version and path from prefixSebastian Huber
Now the configuration is quite simple for standard installations, e.g. waf configure --prefix=/opt/rtems-4.12 --rtems-bsps=sparc/sis
2015-11-13Derive default paths from RTEMS versionSebastian Huber
Close #2440.
2015-11-13Do RTEMS CPU options check earlySebastian Huber
Set mandatory C++ standard option in case SMP is enabled. Close #2418.
2014-09-22Fix the rtems-tld wrapper option.Chris Johns
2014-09-21Clean up the rtems-tld support.Chris Johns
2014-09-21Provide support for trac linking.Chris Johns
2014-06-23Let the user provide a handler that is called when configuring.Chris Johns
The handler is called with the BSP environment set up so the user can perform various checks.
2013-12-12Create new repo from existing files.Chris Johns