summaryrefslogtreecommitdiff
path: root/wscript (unfollow)
AgeCommit message (Collapse)Author
2014-08-27Add top level waf script support.Chris Johns
2014-08-26gdb-python: Update so 'rtems task' lists the classic tasks.Chris Johns
This is a first pass at cleaning up the support. To use: $ waf configure --prefix=$HOME/development/rtems/4.11 $ waf build install Start GDB and break at Init: (gdb) py import rtems (gdb) rtems task will list the classic API tasks.
2014-08-25RefactorDhananjay Balan
- pretty printers moved to pretty module - command and subcommands get own module
2014-08-25RefactoringDhananjay Balan
- drop _printer suffix from printer classes.
2014-08-25Heavy refactoring + Improved mesege queu printing.Dhananjay Balan
- pretty printers moved to the corresponding api_printer module - object abstractions moved to - their own name for core modules - supercore for other supercore objects - classic for classic api objects
2014-08-25Intial commit.Dhananjay Balan
Chris's intial work on the extenstions.