Go to the documentation of this file.
40 #ifndef _OPEN_BSL_CONFIG_H_
41 #define _OPEN_BSL_CONFIG_H_
56 #define OPEN_BSL_CONFIG_DEBUG (false)
62 #define OPEN_BSL_NUM_OF_MEM_SECTIONS (2)
69 #define OPEN_BSL_CONFIG_PASSWORD_PROTECTED (true)
74 #define OPEN_BSL_CONFIG_SUPPORT_CMD_ERASE_IMAGE (true)
79 #define OPEN_BSL_CONFIG_SUPPORT_CMD_DOWNLOAD_IMAGE (true)
84 #define OPEN_BSL_CONFIG_SUPPORT_CMD_UPLOAD_IMAGE (true)
89 #define OPEN_BSL_CONFIG_SUPPORT_CMD_CALCULATE_CHECKSUM (true)
94 #define OPEN_BSL_CONFIG_SUPPORT_CMD_ERASE_SEGMENT (true)
99 #define OPEN_BSL_CONFIG_SUPPORT_CMD_DOWNLOAD_SEGMENT (true)
104 #define OPEN_BSL_CONFIG_SUPPORT_CMD_UPLOAD_SEGMENT (true)
109 #define OPEN_BSL_CONFIG_SUPPORT_CMD_JUMP_TO_ADDR (true)
116 #define OPEN_BSL_CONFIG_PASSWORD {'M', 'Y', 'P', 'A', 'S', 'S', 'W', 'D'}