Skip to content

Commit 8024cc0

Browse files
Update boards.txt.py and platform.io build
1 parent 30eb729 commit 8024cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tools/boards.txt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ def flash_map (flashsize_kb, spiffs_kb = 0):
11721172
print("PROVIDE ( _SPIFFS_page = 0x%X );" % page)
11731173
print("PROVIDE ( _SPIFFS_block = 0x%X );" % block)
11741174
print("")
1175-
print('INCLUDE "eagle.app.v6.common.ld"')
1175+
print('INCLUDE "local.eagle.app.v6.common.ld"')
11761176

11771177
if ldgen:
11781178
sys.stdout.close()

Diff for: tools/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def scons_patched_match_splitext(path, suffixes=None):
168168

169169
# Build the eagle.app.v6.common.ld linker file
170170
app_ld = env.Command(
171-
join("$BUILD_DIR", "ld", "eagle.app.v6.common.ld"),
171+
join("$BUILD_DIR", "ld", "local.eagle.app.v6.common.ld"),
172172
join(FRAMEWORK_DIR, "tools", "sdk", "ld", "eagle.app.v6.common.ld.h"),
173173
env.VerboseAction(
174174
"$CC -CC -E -P -D%s $SOURCE -o $TARGET" % current_vtables,

0 commit comments

Comments
 (0)