diff options
Diffstat (limited to 'keyboards/stm32_f103_onekey/bootloader_defs.h')
| -rw-r--r-- | keyboards/stm32_f103_onekey/bootloader_defs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/stm32_f103_onekey/bootloader_defs.h b/keyboards/stm32_f103_onekey/bootloader_defs.h new file mode 100644 index 000000000..0f45203cb --- /dev/null +++ b/keyboards/stm32_f103_onekey/bootloader_defs.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* Address for jumping to bootloader on STM32 chips. */ | ||
| 2 | /* It is chip dependent, the correct number can be looked up here (page 175): | ||
| 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf | ||
| 4 | * This also requires a patch to chibios: | ||
| 5 | * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | ||
| 6 | */ | ||
| 7 | |||
| 8 | // STM32F103* does NOT have an USB bootloader in ROM (only serial), | ||
| 9 | // so setting anything here does not make much sense | ||
| 10 | // #define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 | ||
