diff options
Diffstat (limited to 'platforms/chibios')
3 files changed, 0 insertions, 6 deletions
diff --git a/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h b/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h index 4994be9c2..6b218f7bd 100644 --- a/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h +++ b/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | /* Address for jumping to bootloader on STM32 chips. */ | 1 | /* Address for jumping to bootloader on STM32 chips. */ |
| 2 | /* It is chip dependent, the correct number can be looked up here: | 2 | /* It is chip dependent, the correct number can be looked up here: |
| 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf | 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf |
| 4 | * This also requires a patch to chibios: | ||
| 5 | * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | ||
| 6 | */ | 4 | */ |
| 7 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFC400 \ No newline at end of file | 5 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFC400 \ No newline at end of file |
diff --git a/platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h b/platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h index 02c48c4e6..dccd0fa5d 100644 --- a/platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h +++ b/platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | /* Address for jumping to bootloader on STM32 chips. */ | 1 | /* Address for jumping to bootloader on STM32 chips. */ |
| 2 | /* It is chip dependent, the correct number can be looked up here (page 175): | 2 | /* It is chip dependent, the correct number can be looked up here (page 175): |
| 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf | 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf |
| 4 | * This also requires a patch to chibios: | ||
| 5 | * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | ||
| 6 | */ | 4 | */ |
| 7 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 | 5 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 |
diff --git a/platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h b/platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h index 3b0e9d20a..87ac7b10d 100644 --- a/platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h +++ b/platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | /* Address for jumping to bootloader on STM32 chips. */ | 1 | /* Address for jumping to bootloader on STM32 chips. */ |
| 2 | /* It is chip dependent, the correct number can be looked up here: | 2 | /* It is chip dependent, the correct number can be looked up here: |
| 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf | 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf |
| 4 | * This also requires a patch to chibios: | ||
| 5 | * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | ||
| 6 | */ | 4 | */ |
| 7 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFD800 | 5 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFD800 |
