]> mj.ucw.cz Git - home-hw.git/blob - rainbow/bootloader/config.h
FIXME'd
[home-hw.git] / rainbow / bootloader / config.h
1 /*
2  *      Neopixel Indicators Bootloader -- Configuration
3  *
4  *      (c) 2022 Martin Mareš <mj@ucw.cz>
5  */
6
7 // Processor clock
8
9 #define CPU_CLOCK_MHZ 48
10
11 // Debugging port
12
13 #define DEBUG_USART USART1
14 #define DEBUG_LED_BLUEPILL
15
16 // Bootloader settings
17
18 #undef BOOTLOADER_DEBUG
19 #define BOOTLOADER_APP_START 0x08002000
20 #define BOOTLOADER_MFG_ID 0x4242
21 #define BOOTLOADER_PROD_ID 0x000a
22 #define BOOTLOADER_PROD_VERSION 0x0100
23 #define BOOTLOADER_MFG_NAME "United Computer Wizards"
24 #define BOOTLOADER_PROD_NAME "Neopixel Indicators (boot-loader)"