adds support for preonic rev 3

This commit is contained in:
Jack Humbert
2018-07-19 23:57:13 -04:00
parent 0284431ad9
commit 1572375bfb
21 changed files with 3223 additions and 16 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:
* 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 0x1FFFD800