summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rtems.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all python commands to use env pythonChris Johns2020-09-261-5/+4
| | | | | | | | - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk.
* rtemstoolkit: Interpolate realing rtems configuration files.Chris Johns2019-10-181-1/+1
|
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-1/+4
| | | | | | | | | - 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.
* python: Provide support to select a valid python version.Chris Johns2018-11-081-13/+19
| | | | | | | | - Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
* config: Consolidate the version information into a single configuration fileChris Johns2018-10-031-8/+51
|
* config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns2018-10-021-0/+372
Closes #3536