summaryrefslogtreecommitdiff
path: root/rtems.py (follow)
AgeCommit message (Collapse)Author
2013-09-05Test for new features and new toolsPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05Moxie SupportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-07-24Mips SupportPeng Fan
2012-12-13Add the PC tweak for the base address.Chris Johns
2012-11-21Add rtems-ld support for applications.Chris Johns
Update the waf build support to create a RTEMS application and get it placed in the root file system embedded in the application.
2012-09-18Add support for bsp paths to aid installing files. Update for a newer waf.Chris Johns
2012-07-31Add ARM support. Cleaned up the waf support.Chris Johns
Adding ARM support has changed the architecture relocation interface. All architectures updated. Cleaned up the RTEMS waf support to only look for tools when the arch is being processed. Add filter support to allow a user to make sure a BSP is present or to remove BSPs that will not build. Added the Init support because ARM BSPs do not contain the support.
2012-07-25Fix the --rtems-bsp option.Chris Johns
2012-07-25Update to work with waf-1.7.0.Chris Johns
2012-07-21Fix the split of the arch/bsps.Chris Johns
2012-07-19Clean up the env handling, archs and arch_bsp lists.Chris Johns
Includes waf hack for libraries.
2012-07-16Change arch list to a set() in _find_installed_arch_bsps to avoid duplicateAmar Takhar
values.
2012-05-07Update copyright year. Remove the Id tag.Chris Johns
2012-04-28Have flags when there is a package error.Chris Johns
2012-04-25Import the current project to git.Chris Johns