mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Fix entry into bootloader for STM32G431. (#22138)
This commit is contained in:
		
							parent
							
								
									6eb2e43a8d
								
							
						
					
					
						commit
						8d9c770a81
					
				| @ -14,10 +14,6 @@ | ||||
|  * 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 by checking against ST's application note AN2606.
 | ||||
|  */ | ||||
| 
 | ||||
| #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP | ||||
| #    define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE | ||||
| #endif | ||||
|  | ||||
| @ -0,0 +1,7 @@ | ||||
| // Copyright 2023 Nick Brassel (@tzarc)
 | ||||
| // SPDX-License-Identifier: GPL-2.0-or-later
 | ||||
| #pragma once | ||||
| 
 | ||||
| #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP | ||||
| #    define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE | ||||
| #endif | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nick Brassel
						Nick Brassel