Merge pull request #666 from BitMaker-hub/develop

changes on github actions
This commit is contained in:
BitMaker
2025-09-07 11:59:27 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -67,5 +67,5 @@ jobs:
generate_release_notes: true
make_latest: true
fail_on_unmatched_files: true
files: ${{ github.workspace }}/firmware/*/*.bin
files: ${{ github.workspace }}/**/*.bin

View File

@@ -19,9 +19,9 @@
#include "mbedtls/sha256.h"
#include "i2c_master.h"
//10 Jobs per second
#define NONCE_PER_JOB_SW 4096
#define NONCE_PER_JOB_HW 16*1024
//Optimized: Reduce job overhead by increasing nonces per job
#define NONCE_PER_JOB_SW 8192 // Was 4096 - doubled for better throughput
#define NONCE_PER_JOB_HW 32*1024 // Was 16*1024 - doubled for better throughput
//#define I2C_SLAVE