00001 #ifndef BOOT_CONFIG_H_
00002 #define BOOT_CONFIG_H_
00003
00032
00033
00034 #include "roboot_config_defs.h"
00035
00036
00037
00038
00042 #define ROBOOT_DEVICE_VERSION 1
00043
00052 #define ROBOOT_HASH_TYPE ROBOOT_HASH_CRC32
00053
00061 #define ROBOOT_CIPHER_TYPE ROBOOT_CIPHER_NONE
00062
00070 #define ROBOOT_USE_ASSYMETRIC_CIPHER 0
00071
00080 #define ROBOOT_IMAGE_CHECK_TYPE ROBOOT_IMAGE_CHECK_APPVER
00081
00085 #define ROBOOT_FLASH_WRITE_CHUNK_LEN 1024
00086
00091 #define ROBOOT_IMG_BUFFER_SIZE 2048
00092
00093
00094
00095 #define XMODEM_BAUD_RATE 19200
00096
00097
00098 #endif