]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/stm32_f072_onekey/bootloader_defs.h
Chibios: rename example stm32_onekey -> stm32_f072_onekey.
[max/tmk_keyboard.git] / keyboard / stm32_f072_onekey / bootloader_defs.h
diff --git a/keyboard/stm32_f072_onekey/bootloader_defs.h b/keyboard/stm32_f072_onekey/bootloader_defs.h
new file mode 100644 (file)
index 0000000..02c48c4
--- /dev/null
@@ -0,0 +1,7 @@
+/* Address for jumping to bootloader on STM32 chips. */
+/* It is chip dependent, the correct number can be looked up here (page 175):
+ * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
+ * This also requires a patch to chibios:
+ *  <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
+ */
+#define STM32_BOOTLOADER_ADDRESS 0x1FFFC800