forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove references to ch-bootloader-jump.patch (qmk#10998)
- Loading branch information
Showing
13 changed files
with
0 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 0x1FFF0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 0x1FFF0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 |
2 changes: 0 additions & 2 deletions
2
platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 |
2 changes: 0 additions & 2 deletions
2
platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 |
2 changes: 0 additions & 2 deletions
2
platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* 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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.