From 79aae71df5b26706c77066592848698c32b5fa7b Mon Sep 17 00:00:00 2001 From: Bryan Roth Date: Mon, 6 Oct 2025 14:19:29 -0400 Subject: [PATCH 1/2] Add Pi 5 models. --- RaspberryDebugger/Models/Raspberry/RaspberryModelCheck.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RaspberryDebugger/Models/Raspberry/RaspberryModelCheck.cs b/RaspberryDebugger/Models/Raspberry/RaspberryModelCheck.cs index d836187..75e1f87 100644 --- a/RaspberryDebugger/Models/Raspberry/RaspberryModelCheck.cs +++ b/RaspberryDebugger/Models/Raspberry/RaspberryModelCheck.cs @@ -1,5 +1,6 @@ -using System.Linq; +using Org.BouncyCastle.Ocsp; using System.Collections.Generic; +using System.Linq; namespace RaspberryDebugger.Models.Raspberry { @@ -15,7 +16,9 @@ public RaspberryModelCheck() { "Raspberry Pi 3 Model", "Raspberry Pi 4 Model", + "Raspberry Pi 5 Model", "Raspberry Pi Compute Module 4", + "Raspberry Pi Compute Module 5", "Raspberry Pi Zero 2" }; } From 2d5f84254a447fa2e74658753bf716a184ad1dfc Mon Sep 17 00:00:00 2001 From: Bryan Roth Date: Mon, 6 Oct 2025 14:19:55 -0400 Subject: [PATCH 2/2] Whitespace changes to csproj file. --- RaspberryDebugger/RaspberryDebugger.csproj | 53 +++++++++------------- 1 file changed, 22 insertions(+), 31 deletions(-) diff --git a/RaspberryDebugger/RaspberryDebugger.csproj b/RaspberryDebugger/RaspberryDebugger.csproj index c9aa357..0a05bc9 100644 --- a/RaspberryDebugger/RaspberryDebugger.csproj +++ b/RaspberryDebugger/RaspberryDebugger.csproj @@ -149,11 +149,11 @@ compile; build; native; contentfiles; analyzers; buildtransitive - all - runtime; build; native; contentfiles; analyzers; buildtransitive + all + runtime; build; native; contentfiles; analyzers; buildtransitive - all + all