[Keyboard] Introduce AT-AT 660M (#6729)
* Introduce AT-AT 660M * PR feedback Co-Authored-By: fauxpark <fauxpark@gmail.com> * Add dfu-util args * Add URL
This commit is contained in:
parent
7d8dea30a4
commit
6f5f943bb9
15 changed files with 3014 additions and 0 deletions
7
keyboards/at_at/660m/bootloader_defs.h
Normal file
7
keyboards/at_at/660m/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