Teacup_Firmware/simulator
Phil Hord daec29f69c Simulator: slow to 1/10th real-time
Reduce the simulated timer to 1/10 actual time.  There is no need
for the simulator to run at full speed for now, and some PCs may
not be able to attain real-time speed anyway due to PC clock
speed, scheduler slack or OS differences.

Maybe the simulated timer interrupt is not needed at all and some
cooperative timer interrupt could be used instead.  Such a setup
may even run faster as it could also run >1.0x time when there is
nothing to do.  This bears investigation later.  For now, the
simulated timer interrupt seems more realistic and possibly valuable.
2013-12-06 19:24:58 +01:00
..
analog_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
data_recorder.c simulator: Add position to datalog.out 2013-12-06 19:24:58 +01:00
data_recorder.h simulator: Add position to datalog.out 2013-12-06 19:24:58 +01:00
delay_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
heater_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
intercom_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
serial_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
simulator.c simulator: Add position to datalog.out 2013-12-06 19:24:58 +01:00
timer_ext.c Simulator: slow to 1/10th real-time 2013-12-06 19:24:58 +01:00