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.
rtems tod - prints the time of day.
- Add support for classic barrier object. - Drop CORE_ from names in supercore
Abstractions for classic/region added.
- drop _printer suffix from printer classes.