The runtime modules consist of four libraries:
● libscheduler.a - timing and multi-threading
● libsim_scheduler.a - timing and multi-threading for simulated time mode
● libintrinsics.a - double buffers and callbacks support
● libdbg.a - the debugger.The sources for the libraries are located in two different directories:
● The sources for the scheduler are in$STM_ROOT/etc/sched.
● The sources for the intrinsics and the debugger are in$STM_ROOT/etc/prt/c.