summaryrefslogtreecommitdiffstats
path: root/rtems.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-12Fix --show-commands.Christian Mauderer1-0/+2
2018-04-09Fix bsp_init hook.Christian Mauderer1-1/+2
2018-04-06Add bsp_init hook.Christian Mauderer1-2/+7
2017-10-02Use the returned cflags. Add a Python 3 print helper.Chris Johns1-2/+4
2016-09-11rtems: Do not add --std=gnu+=11 when RTEMS is built with SMP.Chris Johns1-2/+0
2016-07-25Process all files to be added to a tar file.Chris Johns1-1/+1
2016-07-09Fix the --show-commands option.Christian Mauderer1-2/+2
2016-06-20Use long commands on more platformsSebastian Huber1-1/+2
2016-06-16Remove tabs as white space.Chris Johns1-1/+1
2016-06-16Fix the root_filesystem tar command on Windows.Chris Johns1-2/+7
2016-06-16Add long command line support for gcc.Chris Johns1-8/+61
2016-06-15Add root_filesystem support to create a root file system.Chris Johns1-0/+12
2016-05-11Pass through commands we do not expand.Chris Johns1-0/+2
2016-05-07Correctly expand the commands for each BSP to build.Chris Johns1-7/+6
2016-04-18Remove the 4.11 reference and use the version argument.Chris Johns1-1/+1
2016-04-18Add default RTEMS version support, environment var checking and CC version me...Chris Johns1-15/+50
2015-11-14Fix module import for msys2Sebastian Huber1-1/+1
2015-11-13Delete non-existing RTEMS_ATOMICSebastian Huber1-5/+1
2015-11-13Derive default RTEMS version and path from prefixSebastian Huber1-19/+29
2015-11-13Derive default paths from RTEMS versionSebastian Huber1-48/+48
2015-11-13Do RTEMS CPU options check earlySebastian Huber1-3/+7
2014-09-22Fix the rtems-tld wrapper option.Chris Johns1-1/+3
2014-09-21Clean up the rtems-tld support.Chris Johns1-3/+5
2014-09-21Provide support for trac linking.Chris Johns1-7/+27
2014-06-23Let the user provide a handler that is called when configuring.Chris Johns1-1/+8