From 2c9fa8b19fc543940055c3b34290a67773d1e82a Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 6 Mar 2023 00:39:00 +0100 Subject: [PATCH] Add two new boards for build. Signed-off-by: Pol Henarejos --- build_pico_hsm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_pico_hsm.sh b/build_pico_hsm.sh index 74c3a4e..4c716e9 100755 --- a/build_pico_hsm.sh +++ b/build_pico_hsm.sh @@ -40,6 +40,8 @@ for board in adafruit_feather_rp2040 \ sparkfun_thingplus \ vgaboard \ waveshare_rp2040_lcd_0.96 \ + waveshare_rp2040_lcd_1.28 \ + waveshare_rp2040_one \ waveshare_rp2040_plus_4mb \ waveshare_rp2040_plus_16mb \ waveshare_rp2040_zero \