From 552bb242213c1629a223fa16c86c38a52d94d544 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 8 Feb 2022 21:04:54 +0100 Subject: [PATCH] .murdock: add more boards --- .murdock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.murdock b/.murdock index c40dead6c2..d38284c558 100755 --- a/.murdock +++ b/.murdock @@ -1,7 +1,7 @@ #!/bin/sh # uncomment and change this to limit builds, e.g., -export BOARDS="samr21-xpro native" +export BOARDS="samr21-xpro native nucleo-l073rz hifive1b" # and / or export APPS="examples/hello-world tests/unittests"