X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=bsb%2Fbootloader%2Fconfig.h;h=232fd4a8b73c0bd6e89499f327be9ffdc13b5954;hb=45da07326dab3a36988c45bf3e9bf6e5a0c5b9e1;hp=dcb9ac73321d4169749eeaa7cdffe9239df5949e;hpb=74768515dde1fcff02af514d2b86bf2464cf8e8d;p=home-hw.git diff --git a/bsb/bootloader/config.h b/bsb/bootloader/config.h index dcb9ac7..232fd4a 100644 --- a/bsb/bootloader/config.h +++ b/bsb/bootloader/config.h @@ -12,3 +12,13 @@ #define DEBUG_USART USART1 #define DEBUG_LED_BLUEPILL + +// Bootloader settings + +#define BOOTLOADER_DEBUG +#define BOOTLOADER_APP_START 0x08002000 +#define BOOTLOADER_MFG_ID 0x4242 +#define BOOTLOADER_DEV_ID 0x0004 +#define BOOTLOADER_DEV_VERSION 0x0100 +#define BOOTLOADER_MFG_NAME "United Computer Wizards" +#define BOOTLOADER_DEV_NAME "BSB Interface (boot-loader)"