Browse Source

Remove bootloader_defs.h for some F072 boards (#10582)

pull/10627/head
Ryan 3 years ago
committed by GitHub
parent
commit
adc06c5b3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 70 deletions
  1. +0
    -7
      keyboards/aeboards/ext65/rev2/bootloader_defs.h
  2. +0
    -7
      keyboards/ai03/vega/bootloader_defs.h
  3. +0
    -7
      keyboards/cannonkeys/an_c/bootloader_defs.h
  4. +0
    -7
      keyboards/cannonkeys/chimera65/bootloader_defs.h
  5. +0
    -7
      keyboards/cannonkeys/instant60/bootloader_defs.h
  6. +0
    -7
      keyboards/cannonkeys/iron165/bootloader_defs.h
  7. +0
    -7
      keyboards/cannonkeys/savage65/bootloader_defs.h
  8. +0
    -7
      keyboards/cannonkeys/tmov2/bootloader_defs.h
  9. +0
    -7
      keyboards/tkc/candybar/bootloader_defs.h
  10. +0
    -7
      keyboards/xelus/trinityxttkl/bootloader_defs.h

+ 0
- 7
keyboards/aeboards/ext65/rev2/bootloader_defs.h View File

@ -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

+ 0
- 7
keyboards/ai03/vega/bootloader_defs.h View File

@ -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

+ 0
- 7
keyboards/cannonkeys/an_c/bootloader_defs.h View File

@ -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

+ 0
- 7
keyboards/cannonkeys/chimera65/bootloader_defs.h View File

@ -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

+ 0
- 7
keyboards/cannonkeys/instant60/bootloader_defs.h View File

@ -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

+ 0
- 7
keyboards/cannonkeys/iron165/bootloader_defs.h View File

@ -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

+ 0
- 7
keyboards/cannonkeys/savage65/bootloader_defs.h View File

@ -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

+ 0
- 7
keyboards/cannonkeys/tmov2/bootloader_defs.h View File

@ -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

+ 0
- 7
keyboards/tkc/candybar/bootloader_defs.h View File

@ -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 0x1FFFC800

+ 0
- 7
keyboards/xelus/trinityxttkl/bootloader_defs.h View File

@ -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

Loading…
Cancel
Save