Skip to content

Commit

Permalink
update to latest simavr from buserror
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Nov 1, 2024
1 parent 6db4663 commit f83a711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 101 deletions.
36 changes: 3 additions & 33 deletions extras/tests/simavr_based/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,39 +46,9 @@ simavr/simavr/run_avr: simavr/simavr/sim/run_avr.c
make -C simavr build-simavr

simavr/simavr/sim/run_avr.c:
git clone https://github.com/gin66/simavr.git
# these versions work out of the box
#(cd simavr;git checkout 8d660ce)
#(cd simavr;git checkout a56b550)
#(cd simavr;git checkout c6d5375)
#(cd simavr;git checkout 9ed8eb6)
#(cd simavr;git checkout b653a13)
#
# these versions work only with patch applied
#(cd simavr;git checkout d2aaebd)
#(cd simavr;git checkout ea4c450)
#(cd simavr;git checkout d6ba83c)
#(cd simavr;git checkout ce6738b)
#(cd simavr;git checkout a5634af)
#(cd simavr;git checkout 13363d5)
#(cd simavr;git checkout 1379eed)
#
# these versions cannot be reverse patched
#(cd simavr;git checkout c96ea61) # fails
#(cd simavr;git checkout 4d1750b) # fails
#(cd simavr;git checkout adfce91) # fails
#
# test using:
# make proper run_avr;make -C test_sd_01b_2560t3/
#
# patch derived by:
# git diff b653a13..d2aaebd >../../simavr.patch
#
# select current HEAD as of now
(cd simavr;git checkout 7003af)
# apply patch, which is now minimal:
# (cd simavr;patch -p1 -t <../simavr.patch)
(cd simavr;patch -p1 -t <../simavr.patch2)
# git clone https://github.com/gin66/simavr.git
git clone https://github.com/buserror/simavr.git
(cd simavr;git checkout 132cc67)

proper: clean
rm -f run_avr
Expand Down
16 changes: 0 additions & 16 deletions extras/tests/simavr_based/simavr.patch

This file was deleted.

52 changes: 0 additions & 52 deletions extras/tests/simavr_based/simavr.patch2

This file was deleted.

0 comments on commit f83a711

Please sign in to comment.