This commit is contained in:
Conor Patrick
2018-12-03 20:06:44 -05:00
parent aece05b2e8
commit e107a9aa86
7 changed files with 213 additions and 192 deletions

View File

@@ -22,11 +22,6 @@
#define DISABLE_CTAPHID_WINK
#define DISABLE_CTAPHID_CBOR
void printing_init();
void hw_init(void);
//#define TEST
//#define TEST_POWER
#define LED_INIT_VALUE 0x101000
@@ -37,4 +32,13 @@ void hw_init(void);
#define SKIP_BUTTON_CHECK_WITH_DELAY 0
#define SKIP_BUTTON_CHECK_FAST 1
void printing_init();
void hw_init(void);
// Trigger software reset
void device_reboot();
int is_authorized_to_boot();
void bootloader_heartbeat();
#endif