roboot/boot/roboot_config_defs.h File Reference
Detailed Description
Definitions used by ROBOOT configuration file.
- License:
- ROBOOT ver. 0.1.0 - Copyright (C) 2010 AGH UST
This file is part of the ROBOOT (RObus BOOTloader) project. ROBOOT is developed at the Department of Electronics, AGH University of Science and Technology in Krakow, Poland.
The ROBOOT project uses dual-licensing. You can use it for free for non-commercial, open source projects. See license.txt for details or visit project home page at http://www.wsn.agh.edu.pl/?q=roboot
THIS SOFTWARE IS PROVIDED 'AS IS'. NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. AGH UST SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
- Author:
- Artur Lipowski, Ćukasz Krzak
- Purpose:
- ROBOOT
- Compiler:
- GCC
- Hardware:
- independent
- Documented in:
- doxygen
- Comments:
Definition in file roboot_config_defs.h.
Go to the source code of this file.
|
Defines |
#define | ROBOOT_HASH_NONE 0x0f |
#define | ROBOOT_HASH_CRC32 0x01 |
#define | ROBOOT_HASH_MD5 0x02 |
#define | ROBOOT_CIPHER_NONE 0x0f |
#define | ROBOOT_CIPHER_XTEA 0x01 |
#define | ROBOOT_IMAGE_CHECK_APPVER 1 |
#define | ROBOOT_IMAGE_CHECK_APPID 3 |
#define | ROBOOT_IMAGE_CHECK_DEVID 7 |