Changeset db1424c9 in rtems for c

Timestamp:
09/24/08 21:26:18 (16 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
cf03ba2
Parents:
164f8b3
Message:

2008-09-24 Joel Sherrill <joel.sherrill@…>

  • clock_driver_simidle.c: New file. This implementation is for BSPs for simulators without a clock tick ISR. It provides a special IDLE task that calls rtems_clock_tick() repeatedly when the application ends up in the IDLE task. This simulates time advancing. It is enough to run many tests but will not result in the correct behavior when you want timeslicing. This is because timeslicing assumes that a tick ISR determines that the currently executing thread must be switched out. Without a clock tick ISR, this will not occur.
(No files)

Note: See TracChangeset for help on using the changeset viewer.