mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-11-03 14:33:37 +03:00 
			
		
		
		
	Force core_version to be added to compiled binary
This commit is contained in:
		@@ -18,6 +18,7 @@ EXTERN(_DoubleExceptionVector)
 | 
				
			|||||||
EXTERN(_KernelExceptionVector)
 | 
					EXTERN(_KernelExceptionVector)
 | 
				
			||||||
EXTERN(_NMIExceptionVector)
 | 
					EXTERN(_NMIExceptionVector)
 | 
				
			||||||
EXTERN(_UserExceptionVector)
 | 
					EXTERN(_UserExceptionVector)
 | 
				
			||||||
 | 
					EXTERN(core_version)
 | 
				
			||||||
PROVIDE(_memmap_vecbase_reset = 0x40000000);
 | 
					PROVIDE(_memmap_vecbase_reset = 0x40000000);
 | 
				
			||||||
/* Various memory-map dependent cache attribute settings: */
 | 
					/* Various memory-map dependent cache attribute settings: */
 | 
				
			||||||
_memmap_cacheattr_wb_base = 0x00000110;
 | 
					_memmap_cacheattr_wb_base = 0x00000110;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user