|
@@ -3,11 +3,11 @@ from os.path import join
|
3
|
3
|
from os.path import expandvars
|
4
|
4
|
Import("env")
|
5
|
5
|
|
6
|
|
-# Relocate firmware from 0x08000000 to 0x08010000
|
|
6
|
+# Relocate firmware from 0x08000000 to 0x08008000
|
7
|
7
|
#for define in env['CPPDEFINES']:
|
8
|
8
|
# if define[0] == "VECT_TAB_ADDR":
|
9
|
9
|
# env['CPPDEFINES'].remove(define)
|
10
|
|
-#env['CPPDEFINES'].append(("VECT_TAB_ADDR", "0x08010000"))
|
|
10
|
+#env['CPPDEFINES'].append(("VECT_TAB_ADDR", "0x08008000"))
|
11
|
11
|
|
12
|
12
|
#custom_ld_script = os.path.abspath("buildroot/share/PlatformIO/ldscripts/fysetc_stm32f103rc.ld")
|
13
|
13
|
#for i, flag in enumerate(env["LINKFLAGS"]):
|