initial bruteforce module

This commit is contained in:
phaseloop 2022-12-15 20:51:54 +00:00 committed by PhaseLoop
commit 85f1785ccb
5 changed files with 267 additions and 12 deletions

View file

@ -27,6 +27,7 @@
#include "BigBuf.h"
#include "spiffs.h"
#include "appmain.h" // tear
#include "bruteforce.h"
// Sam7s has several timers, we will use the source TIMER_CLOCK1 (aka AT91C_TC_CLKS_TIMER_DIV1_CLOCK)
// TIMER_CLOCK1 = MCK/2, MCK is running at 48 MHz, Timer is running at 48/2 = 24 MHz