Chibios: rename example stm32_onekey -> stm32_f072_onekey.

This commit is contained in:
flabbergast 2015-12-21 17:04:23 +00:00
parent dbbd4e8f8d
commit a47c3c7333
9 changed files with 0 additions and 0 deletions

View 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