summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/path.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit/path: Add support to copy single fileVijay Kumar Banerjee2020-01-281-2/+6
|
* rtemstoolkit/path: Merge RSB changes.Chris Johns2019-06-111-61/+233
|
* rtemstoolkit/path : print OSError in mkdirVijay Kumar Banerjee2019-05-211-6/+6
|
* rtemstoolkit/path : Add listdir functionVijay Kumar Banerjee2019-05-211-1/+28
|
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-10/+2
| | | | | | | | | - 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/path : Add support to copy single filesVijay Kumar Banerjee2018-11-171-2/+3
|
* tester: Refactor to use INI format files for BSP configurations.Chris Johns2017-10-241-1/+5
| | | | | | | - Add support for user condfigurations files with the --user-config. - Add support for a $HOME/.rtemstesterrc for a user configuration. Closes #3204.
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-3/+13
| | | | | | 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-22/+22
|
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+239