mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-04 07:35:14 -04:00
Added boot diagnostics
This commit is contained in:
parent
af794fc882
commit
b319e2b0e8
3 changed files with 50 additions and 9 deletions
8
Config.h
8
Config.h
|
@ -4,7 +4,7 @@
|
|||
#define CONFIG_H
|
||||
|
||||
#define MAJ_VERS 0x01
|
||||
#define MIN_VERS 0x11
|
||||
#define MIN_VERS 0x12
|
||||
|
||||
#define MCU_1284P 0x91
|
||||
|
||||
|
@ -107,4 +107,10 @@
|
|||
const uint8_t SIG_SYNCED = 0x02;
|
||||
const uint8_t RX_ONGOING = 0x04;
|
||||
|
||||
// Boot flags
|
||||
#define START_FROM_BOOTLOADER 0x01
|
||||
#define START_FROM_POWERON 0x02
|
||||
#define START_FROM_BROWNOUT 0x03
|
||||
#define START_FROM_JTAG 0x04
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue