general: Introduce two new headers
authorMichel Pollet <buserror@gmail.com>
Sat, 25 Feb 2012 14:40:40 +0000 (14:40 +0000)
committerMichel Pollet <buserror@gmail.com>
Sat, 25 Feb 2012 14:47:38 +0000 (14:47 +0000)
commit0c24f193e260d428283f284672c66be189876727
tree10eb7a906e12069d27cb87d671c61b2e7fc0eb5d
parente8217e0f848b0a3a0ed5c7e4b429a4924c83193a
general: Introduce two new headers

Split the cycle/usec conversion code from the cycle_timer
heacers into it's new sim_time.h

Also removed the simple types out of sim_avr.h to create
new header sim_avr_types.h

Adapted other modules to use avr_time.h

Signed-off-by: Michel Pollet <buserror@gmail.com>
examples/parts/ac_input.c
examples/parts/hd44780.c
simavr/sim/avr_adc.c
simavr/sim/sim_avr.c
simavr/sim/sim_avr_types.h [new file with mode: 0644]
simavr/sim/sim_time.h [new file with mode: 0644]
simavr/sim/sim_vcd_file.c