Skip to content

Conversation

@skot
Copy link
Collaborator

@skot skot commented Aug 21, 2025

WIP

@github-actions
Copy link

Test Results

20 tests  ±0   20 ✅ ±0   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 969c735. ± Comparison against base commit d2de33a.

static const FamilyConfig FAMILY_SUPRA = { .id = SUPRA, .name = "Supra", .asic = ASIC_BM1368, .asic_count = 1, .max_power = 40, .power_offset = 5, .nominal_voltage = 5, .swarm_color = "blue", };
static const FamilyConfig FAMILY_GAMMA = { .id = GAMMA, .name = "Gamma", .asic = ASIC_BM1370, .asic_count = 1, .max_power = 40, .power_offset = 5, .nominal_voltage = 5, .swarm_color = "green", };
static const FamilyConfig FAMILY_GAMMA_TURBO = { .id = GAMMA_TURBO, .name = "GammaTurbo", .asic = ASIC_BM1370, .asic_count = 2, .max_power = 60, .power_offset = 10, .nominal_voltage = 12, .swarm_color = "cyan", };
static const FamilyConfig FAMILY_NAJA = { .id = NAJA, .name = "Naja", .asic = ASIC_BM1340, .asic_count = 2, .max_power = 60, .power_offset = 10, .nominal_voltage = 12, .swarm_color = "magenta",};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NajaTurbo? Or will there not be a single chip version?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in my mind "turbo" just means faster than the normal. In this case that would be a 3 or 4 chip version. If we did a single BM1340 version that could be the "lite"

@WantClue WantClue added this to the 2.11.0 milestone Aug 25, 2025
@WantClue WantClue added the enhancement New feature or request label Aug 25, 2025
@WantClue WantClue removed this from the 2.11.0 milestone Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants