summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/macros.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit/macros: Improve the macro output.Chris Johns2019-06-111-8/+22
| | | | - Support optionally reporting just the keys and their values.
* rtemstoolkit/macros: Convert all keys to str from unicode.Chris Johns2019-06-111-0/+2
|
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-12/+3
| | | | | | | | | - 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.
* tester: Refactor to use INI format files for BSP configurations.Chris Johns2017-10-241-14/+23
| | | | | | | - Add support for user condfigurations files with the --user-config. - Add support for a $HOME/.rtemstesterrc for a user configuration. Closes #3204.
* rtemstoolkit: Trace opening a macro file.Chris Johns2016-08-181-0/+3
|
* Python 2 and python 3 refactor fixes.Chris Johns2016-03-091-0/+1
| | | | Updates #2619.
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-8/+36
| | | | | | Add solaris and netbsd. Close #2619.
* Disable installing PYO and PYC. Fix install paths.Chris Johns2016-02-191-2/+2
| | | | | | | | 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.
* rtemstoolkit: msys2 compatibilitySebastian Huber2016-01-081-2/+2
|
* Python 3 compatibilitySebastian Huber2015-11-121-12/+12
|
* Install the rtems-test command.Chris Johns2015-02-081-4/+21
| | | | | | | This installs the Python RTEMS Toolkit. The copmiler has been switched from forcing gcc to allowing waf to detect the host's tool chain.
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+495