mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Merge branch 'master' of https://github.com/emsec/ChameleonMini
This commit is contained in:
Regular → Executable
BIN
Binary file not shown.
Regular → Executable
BIN
Binary file not shown.
+1268
-1331
File diff suppressed because it is too large
Load Diff
+15474
-16825
File diff suppressed because it is too large
Load Diff
+2936
-2935
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -56,6 +56,7 @@
|
||||
#include "Settings.h"
|
||||
#include <avr/eeprom.h>
|
||||
#include "Configuration.h"
|
||||
#include "Memory.h"
|
||||
|
||||
SettingsType GlobalSettings;
|
||||
SettingsType EEMEM StoredSettings = {
|
||||
|
||||
@@ -110,7 +110,7 @@ void SystemEnterBootloader(void)
|
||||
{
|
||||
/* Use Watchdog timer to reset into bootloader. */
|
||||
CCP = CCP_IOREG_gc;
|
||||
WDT.CTRL = WDT_PER_500CLK_gc | WDT_ENABLE_bm | WDT_CEN_bm;
|
||||
WDT.CTRL = WDT_PER_512CLK_gc | WDT_ENABLE_bm | WDT_CEN_bm;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Submodule Software/pycham deleted from e8553c8fb4
Reference in New Issue
Block a user