summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/config.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-18/+6
| | | | | | | | | - Add support to run the unit tests for the rtemstoolkit python modules from waf. Enter './waf test' for the tests to be run on python2 and python3. - Update the importing of rtemstoolkit modules to the standard method which works on python2 and python3. - Update the README.
* rtemstoolkit: Move host support access into a separate module.Chris Johns2017-04-251-1/+3
| | | | | Moving the host support into a module lets it get used where options is not being used.
* Python 2 and python 3 refactor fixes.Chris Johns2016-03-091-7/+9
| | | | Updates #2619.
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-30/+37
| | | | | | Add solaris and netbsd. Close #2619.
* Disable installing PYO and PYC. Fix install paths.Chris Johns2016-02-191-0/+6
| | | | | | | | Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths.
* Python 3 compatibilitySebastian Huber2015-11-121-12/+12
|
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+857