mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
Force core_version to be added to compiled binary
This commit is contained in:
parent
2929124028
commit
1588b45a8a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user