From d45001870f410bbb1db14beb3e61f004f90310bb Mon Sep 17 00:00:00 2001 From: Liz <23021834+BlitzCityDIY@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:06:29 -0400 Subject: [PATCH 1/3] add fruit jam --- all_platforms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all_platforms.py b/all_platforms.py index e540f42..1f8b542 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -152,7 +152,8 @@ "itsybitsy_rp2040_tinyusb" : ["rp2040:rp2040:adafruit_itsybitsy:flash=8388608_524288,freq=120,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56", None], "floppsy_rp2040" : ["rp2040:rp2040:adafruit_floppsy:freq=125,flash=16777216_14680064", "0xe48bff56", None], "floppsy_rp2040_tinyusb" : ["rp2040:rp2040:adafruit_floppsy:flash=16777216_14680064,freq=120,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56", None], - + "fruit_jam" : ["rp2040:rp2040:adafruit_fruitjam:arch=arm,flash=16777216_0,freq=150,dbgport=Disabled,dbglvl=None,usbstack=picosdk", "0xe48bff56", None], + "fruit_jam_tinyusb" : ["rp2040:rp2040:adafruit_fruitjam:arch=arm,flash=16777216_0,freq=120,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56", None], # Attiny8xy, 16xy, 32xy (SpenceKonde) "attiny3217" : ["megaTinyCore:megaavr:atxy7:chip=3217", None, None], "attiny3216" : ["megaTinyCore:megaavr:atxy6:chip=3216", None, None], From c1222e5ebbbc10b7a34cd3c55ab9b970e9a70579 Mon Sep 17 00:00:00 2001 From: Liz Date: Mon, 4 Aug 2025 15:14:06 -0400 Subject: [PATCH 2/3] add fruit jam to CI to test, remove after --- .github/workflows/githubci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index c614a67..e5a1359 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -15,5 +15,5 @@ jobs: run: bash ./actions_install.sh - name: test platforms run: | - python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350 + python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350 fruit_jam fruit_jam_tinyusb From 9d47c3e84cebc396ffcc9fc5da0d8c87b4b6035c Mon Sep 17 00:00:00 2001 From: Liz Date: Mon, 4 Aug 2025 15:18:27 -0400 Subject: [PATCH 3/3] CI passed, remove fruit jam --- .github/workflows/githubci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index e5a1359..c614a67 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -15,5 +15,5 @@ jobs: run: bash ./actions_install.sh - name: test platforms run: | - python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350 fruit_jam fruit_jam_tinyusb + python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350