Chibios: rename example stm32_onekey -> stm32_f072_onekey.
This commit is contained in:
parent
dbbd4e8f8d
commit
a47c3c7333
9 changed files with 0 additions and 0 deletions
7
keyboard/stm32_f072_onekey/bootloader_defs.h
Normal file
7
keyboard/stm32_f072_onekey/bootloader_defs.h
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue