Device: Add neoVI FIRE3 T1S/LIN

This commit is contained in:
Bryant Jones
2025-09-18 17:18:27 -04:00
committed by Kyle Schwarz
parent 88d32128c9
commit 58b22da09b
13 changed files with 429 additions and 4 deletions
@@ -80,7 +80,7 @@ protected:
bool supportsGPTP() const override { return true; }
std::optional<MemoryAddress> getCoreminiStartAddressFlash() const override {
return 33*1024*1024;
return std::nullopt;
}
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {