2 * Test Gadget Bootloader -- Configuration
4 * (c) 2020 Martin Mareš <mj@ucw.cz>
9 #define CPU_CLOCK_MHZ 48
13 #define DEBUG_USART USART1
14 #define DEBUG_LED_BLUEPILL
16 // Bootloader settings
18 #define BOOTLOADER_DEBUG
19 #define BOOTLOADER_APP_START 0x08002000
20 #define BOOTLOADER_MFG_ID 0x4242
21 #define BOOTLOADER_PROD_ID 0x0008
22 #define BOOTLOADER_PROD_VERSION 0x0100
23 #define BOOTLOADER_MFG_NAME "United Computer Wizards"
24 #define BOOTLOADER_PROD_NAME "Test Gadget (boot-loader)"