forked from forks/qmk_firmware
acd3e79add
* Nk65 initial commit
* Minor fix for compatibility
* Make everything pretty
* Update keyboards/nk65/config.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/nk65/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Chmod Dummy
* Update getting_started_introduction.md
* Revert "Update getting_started_introduction.md"
This reverts commit daf446acf7
.
8 lines
362 B
C
Executable file
8 lines
362 B
C
Executable file
/* 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
|