Revision f7d2c786 Target/Source/AMiRo/amiroblt.h
Target/Source/AMiRo/amiroblt.h | ||
---|---|---|
50 | 50 |
/** |
51 | 51 |
* @brief The minor version number of the bootloader. |
52 | 52 |
*/ |
53 |
#define BL_VERSION_MINOR 1
|
|
53 |
#define BL_VERSION_MINOR 2
|
|
54 | 54 |
|
55 | 55 |
/** |
56 | 56 |
* @brief The major version number of the implemented SSSP (Startup & Shutdown Synchronization Protocol). |
... | ... | |
343 | 343 |
BL_WAKEUP_SEC_RSN_ACCEL = 0x20u, |
344 | 344 |
|
345 | 345 |
/** |
346 |
* @brief The WKUP pin was triggered by an interrupt from the IMU. |
|
347 |
*/ |
|
348 |
BL_WAKEUP_SEC_RSN_IMU = 0x20u, |
|
349 |
|
|
350 |
/** |
|
346 | 351 |
* @brief Reserved value that must not be used right now, but might become valid in a future version. |
347 | 352 |
*/ |
348 | 353 |
BL_WAKEUP_SEC_RSN_RSVD = 0xC0u, |
Also available in: Unified diff