Fixes for bootloader refactor build failures (#15638)
parent
99e11f4823
commit
5fb93934d0
@ -1,7 +0,0 @@ |
||||
/* 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 |
@ -1,7 +0,0 @@ |
||||
/* 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 |
@ -1,5 +0,0 @@ |
||||
/* 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
|
||||
*/ |
||||
#define STM32_BOOTLOADER_ADDRESS 0x1FFF0000 |
@ -1,5 +0,0 @@ |
||||
/* 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
|
||||
*/ |
||||
#define STM32_BOOTLOADER_ADDRESS 0x1FFF0000 |
@ -1,5 +0,0 @@ |
||||
/* 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
|
||||
*/ |
||||
#define STM32_BOOTLOADER_ADDRESS 0x1FFF0000 |
@ -1,5 +0,0 @@ |
||||
/* 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
|
||||
*/ |
||||
#define STM32_BOOTLOADER_ADDRESS 0x1FFF0000 |
@ -1,5 +0,0 @@ |
||||
/* 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
|
||||
*/ |
||||
#define STM32_BOOTLOADER_ADDRESS 0x1FFFC400 |
@ -1,5 +0,0 @@ |
||||
/* 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
|
||||
*/ |
||||
#define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 |
@ -1,5 +0,0 @@ |
||||
/* 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
|
||||
*/ |
||||
#define STM32_BOOTLOADER_ADDRESS 0x1FFFD800 |
@ -1,23 +0,0 @@ |
||||
/* Copyright 2018-2020 Nick Brassel (@tzarc)
|
||||
* |
||||
* This program is free software: you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License as published by |
||||
* the Free Software Foundation, either version 2 of the License, or |
||||
* (at your option) any later version. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
* |
||||
* You should have received a copy of the GNU General Public License |
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/ |
||||
|
||||
/* 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 0x1FFF0000 |
@ -1,12 +0,0 @@ |
||||
/* Address for jumping to bootloader on WB32 chips. */ |
||||
/* It is chip dependent, the correct number can be looked up here:
|
||||
* http://www.westberrytech.com/down/mcu/data/WB32F3G71xx_rm.pdf
|
||||
*/ |
||||
#ifndef WB32_BOOTLOADER_ADDRESS |
||||
# undef STM32_BOOTLOADER_ADDRESS |
||||
# define WB32_BOOTLOADER_ADDRESS 0x1FFFE000 |
||||
# define STM32_BOOTLOADER_ADDRESS WB32_BOOTLOADER_ADDRESS |
||||
#else |
||||
# undef STM32_BOOTLOADER_ADDRESS |
||||
# define STM32_BOOTLOADER_ADDRESS WB32_BOOTLOADER_ADDRESS |
||||
#endif |
@ -1,7 +0,0 @@ |
||||
/* 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 |
Loading…
Reference in new issue