From cd124b48600a0d06eeb9c708c9ed729acc889ecc Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 10 Oct 2023 16:39:19 +0200 Subject: [PATCH] Updated vscode run script to include Suoritin example. --- repos/mml/run/vscode.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/mml/run/vscode.run b/repos/mml/run/vscode.run index eab351d598..46d3ef3783 100644 --- a/repos/mml/run/vscode.run +++ b/repos/mml/run/vscode.run @@ -1,5 +1,5 @@ set build_components { - core init timer hoitaja app/blinktree app/hello_mxtask app/hpc_test app/yield_bench app/persistent_cell app/volatile_cell test/resource_yield app/grant_bench app/top app/cpu_burner + core init timer hoitaja app/blinktree app/hello_mxtask app/hpc_test app/yield_bench app/persistent_cell app/volatile_cell test/resource_yield app/grant_bench app/top app/cpu_burner app/suoritin_test } source ${genode_dir}/repos/base/run/platform_drv.inc