Initial version of the clueboard2

This commit is contained in:
skullY
2017-05-31 17:01:05 -07:00
parent 3e4cc5c945
commit baa0964670
19 changed files with 2783 additions and 0 deletions
+7
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 0x1FFFC400