4242:0004 BSB gateway bootloader
4242:0005 DMX512 interface
4242:0006 DMX512 interface bootloader
+4242:0007 Test gadget
+4242:0008 Test gadget bootloader
cafe:cafe KSP Space Alert thermometer
cafe:caff KSP Space Alert accelerometer
--- /dev/null
+/*
+ * Test Gadget Bootloader -- Configuration
+ *
+ * (c) 2020 Martin Mareš <mj@ucw.cz>
+ */
+
+// Processor clock
+
+#define CPU_CLOCK_MHZ 48
+
+// Debugging port
+
+#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_PROD_ID 0x0008
+#define BOOTLOADER_PROD_VERSION 0x0100
+#define BOOTLOADER_MFG_NAME "United Computer Wizards"
+#define BOOTLOADER_PROD_NAME "Test Gadget (boot-loader)"