From f95073ed9a73fcfa3faffefe1c1266f29a16e947 Mon Sep 17 00:00:00 2001 From: Liz Date: Tue, 15 Oct 2024 13:07:04 -0400 Subject: [PATCH 1/2] adding back tests for picodvi PicoDVI library was updated. Testing if that fixed CI --- .../{.none.test.only => .feather_rp2040.test.only} | 0 .../{.none.test.only => .feather_rp2040.test.only} | 0 PicoW_YBox3/{.none.test.only => .feather_rp2040.test.only} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename 16bit_hello_picowbell_dvi/{.none.test.only => .feather_rp2040.test.only} (100%) rename Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/{.none.test.only => .feather_rp2040.test.only} (100%) rename PicoW_YBox3/{.none.test.only => .feather_rp2040.test.only} (100%) diff --git a/16bit_hello_picowbell_dvi/.none.test.only b/16bit_hello_picowbell_dvi/.feather_rp2040.test.only similarity index 100% rename from 16bit_hello_picowbell_dvi/.none.test.only rename to 16bit_hello_picowbell_dvi/.feather_rp2040.test.only diff --git a/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.none.test.only b/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.feather_rp2040.test.only similarity index 100% rename from Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.none.test.only rename to Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.feather_rp2040.test.only diff --git a/PicoW_YBox3/.none.test.only b/PicoW_YBox3/.feather_rp2040.test.only similarity index 100% rename from PicoW_YBox3/.none.test.only rename to PicoW_YBox3/.feather_rp2040.test.only From 295153b39b078ef249dcdf5d346f65e2265aae46 Mon Sep 17 00:00:00 2001 From: Liz Date: Tue, 15 Oct 2024 13:31:11 -0400 Subject: [PATCH 2/2] adding comment to trigger arduino CI --- .../Feather_DVI_Arduino_Video_Synth.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino b/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino index c89f07634..c1628dab5 100644 --- a/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino +++ b/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: 2023 Liz Clark for Adafruit Industries // SPDX-License-Identifier: MIT +// Feather DVI Video Synth + #include DVIGFX16 display(DVI_RES_320x240p60, adafruit_feather_dvi_cfg);