Edit RTC


First, change directory to your package

$ wasanbon-cd $your_package_dir

You can check the packages in your PC with…

$ wasanbon-admin.py package list

Then, you can check the RTCs in your package with…

$ mgr.py rtc list

If you want to edit your RTC’s code…

$ mgr.py rtc edit $your_rtc_name

This runs emacs with RTC’s source codes.

When you build RTC..

$ mgr.py rtc build $your_rtc_name

You want to clean up your build directory,

$ mgr.py rtc clean $your_rtc_name