Go to the source code of this file.
◆ LIMIT_ERASE_SIZE
| #define LIMIT_ERASE_SIZE 0x10000 |
◆ SPI_FLASH_SEC_SIZE
| #define SPI_FLASH_SEC_SIZE 4096 |
◆ UPGRADE_FLAG_FINISH [1/2]
| #define UPGRADE_FLAG_FINISH 0x02 |
◆ UPGRADE_FLAG_FINISH [2/2]
| #define UPGRADE_FLAG_FINISH 0x02 |
◆ UPGRADE_FLAG_IDLE [1/2]
| #define UPGRADE_FLAG_IDLE 0x00 |
◆ UPGRADE_FLAG_IDLE [2/2]
| #define UPGRADE_FLAG_IDLE 0x00 |
◆ UPGRADE_FLAG_START [1/2]
| #define UPGRADE_FLAG_START 0x01 |
◆ UPGRADE_FLAG_START [2/2]
| #define UPGRADE_FLAG_START 0x01 |
◆ UPGRADE_FW_BIN1
| #define UPGRADE_FW_BIN1 0x00 |
◆ UPGRADE_FW_BIN2
| #define UPGRADE_FW_BIN2 0x01 |
◆ USER_BIN1
◆ USER_BIN2
◆ upgrade_states_check_callback
| typedef void(* upgrade_states_check_callback) (void *arg) |
◆ system_upgrade()
◆ system_upgrade_deinit()
| void system_upgrade_deinit |
( |
| ) |
|
◆ system_upgrade_init()
| void system_upgrade_init |
( |
| ) |
|
◆ system_upgrade_start()