Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
platforms non-final.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 28, 2024
1 parent 5a2d673 commit 3be20a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ee.hrzn.chryse.platform.PlatformBoardResources
import ee.hrzn.chryse.platform.resource

// TODO: restrict the variants to those the OrangeCrab was delivered with.
final case class OrangeCrabPlatform(ecp5Variant: ECP5Variant)
case class OrangeCrabPlatform(ecp5Variant: ECP5Variant)
extends PlatformBoard[OrangeCrabPlatformResources]
with ECP5Platform {
val id = "orangecrab"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ee.hrzn.chryse.platform.resource

// TODO: restrict the variants to those the ULX3S was delivered with.
// TODO: try one of these: https://github.com/emard/ulx3s/blob/master/doc/MANUAL.md#programming-over-wifi-esp32-micropython
final case class ULX3SPlatform(ecp5Variant: ECP5Variant)
case class ULX3SPlatform(ecp5Variant: ECP5Variant)
extends PlatformBoard[ULX3SPlatformResources]
with ECP5Platform {
val id = "orangecrab"
Expand Down

0 comments on commit 3be20a0

Please sign in to comment.