Commit 76666724ab05f8b0a1d2dbac9aa11b571810503c
authorga <ga@oldell.fish>
Fri, 2 Apr 2021 17:19:02 +0000 (18:19 +0100)
committerga <ga@oldell.fish>
Fri, 2 Apr 2021 18:00:28 +0000 (19:00 +0100)
tree7d2efaf47d33d50062ad331c803e7a2148a0a3c2
parent1d227277b3d0039f9faef9ea62880ca3051b14f8
Message:
Fix run-avr's --output and --add-trace options (upstream issue #400).
Remove call to memset() in sim_elf.c that destroyed initialisations
and initialise the firmware structure everywhere.
Add comments to say initialisation is required.
9 files changed:
examples/board_ds1338/ds1338demo.c
examples/board_hd44780/charlcd.c
examples/board_i2ctest/i2ctest.c
examples/board_ledramp/ledramp.c
examples/board_rotenc/rotenc_test.c
examples/board_timer_64led/timer_64led.c
simavr/sim/sim_elf.c
simavr/sim/sim_elf.h
tests/tests.c