8000 Remove bm1397 module by mutatrum · Pull Request #778 · bitaxeorg/ESP-Miner · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove bm1397 module #778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions components/asic/include/bm1397.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
static const uint64_t BM1397_CORE_COUNT = 168;
static const uint64_t BM1397_SMALL_CORE_COUNT = 672;

typedef struct
{
float frequency;
} bm1397Module;

typedef enum
{
JOB_PACKET = 0,
Expand Down
1 change: 0 additions & 1 deletion main/global_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ typedef struct
work_queue stratum_queue;
work_queue ASIC_jobs_queue;

bm1397Module BM1397_MODULE;
SystemModule SYSTEM_MODULE;
AsicTaskModule ASIC_TASK_MODULE;
PowerManagementModule POWER_MANAGEMENT_MODULE;
Expand Down
Loading
0