update parts

This commit is contained in:
Alwin Berger 2023-06-02 08:33:18 +02:00
parent 9dc3f3c065
commit 72e5987a28
5 changed files with 11 additions and 4 deletions

8
.gitmodules vendored
View File

@ -1,6 +1,10 @@
[submodule "LibAFL"] [submodule "LibAFL"]
path = LibAFL path = LibAFL
url = https://github.com/AFLplusplus/LibAFL url = ssh://git@git.cs.tu-dortmund.de:2222/alwin.berger/FRET-Qemu.git
[submodule "qemu-libafl-bridge"] [submodule "qemu-libafl-bridge"]
path = qemu-libafl-bridge path = qemu-libafl-bridge
url = https://github.com/AFLplusplus/qemu-libafl-bridge url = ssh://git@git.cs.tu-dortmund.de:2222/alwin.berger/qemu.git
[submodule "FreeRTOS"]
path = FreeRTOS
url = ssh://git@git.cs.tu-dortmund.de:2222/alwin.berger/FreeRTOS.git
branch = wcet-demo

1
FreeRTOS Submodule

@ -0,0 +1 @@
Subproject commit 1873f6e75ea3f2a695438942192437f66aff8873

2
LibAFL

@ -1 +1 @@
Subproject commit eeaf7eb43f76fe744617e47807081c8cc447380b Subproject commit 183ff32beb1062d02c0ab290c0a1ebef8513bcca

View File

@ -50,6 +50,8 @@
# dependencies for mosaic # dependencies for mosaic
freetype freetype
fontconfig fontconfig
# benchmarking
snakemake
]; ];
shellHook = '' shellHook = ''

@ -1 +1 @@
Subproject commit 7f19e258a17d3aa136df4ea990fcf11d263717ac Subproject commit 95995576a0adf43df4b6660963fd490ccbc230f3