Skip to content

Commit

Permalink
turned off ASIC serial debugging. let's see how this does on free heap
Browse files Browse the repository at this point in the history
  • Loading branch information
skot committed Aug 8, 2024
1 parent 79658b1 commit 98e2e5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/bm1397/include/bm1366.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define BM1366_SERIALTX_DEBUG false
#define BM1366_SERIALRX_DEBUG false
#define BM1366_DEBUG_WORK false //causes insane amount of debug output
#define BM1368_DEBUG_JOBS true //causes insane amount of debug output
#define BM1368_DEBUG_JOBS false //causes insane amount of debug output

static const uint64_t BM1366_CORE_COUNT = 112;
static const uint64_t BM1366_SMALL_CORE_COUNT = 894;
Expand Down
7 changes: 3 additions & 4 deletions components/bm1397/include/bm1368.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
#include "mining.h"

#define CRC5_MASK 0x1F

#define BM1368_INITIAL_DIFFICULTY 256

#define BM1368_SERIALTX_DEBUG true
#define BM1368_SERIALRX_DEBUG true
#define BM1368_SERIALTX_DEBUG false
#define BM1368_SERIALRX_DEBUG false
#define BM1368_DEBUG_WORK false //causes insane amount of debug output
#define BM1368_DEBUG_JOBS true //causes insane amount of debug output
#define BM1368_DEBUG_JOBS false //causes insane amount of debug output

static const uint64_t BM1368_CORE_COUNT = 80;
static const uint64_t BM1368_SMALL_CORE_COUNT = 1276;
Expand Down

0 comments on commit 98e2e5f

Please sign in to comment.