Skip to content

Commit 334ba0e

Browse files
committed
Update builder and package for siwisdk v0.5.0
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 4fdb670 commit 334ba0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

builder/framework/siwisdk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ def gen_fota_file(target, source, env):
150150
"-nostartfiles",
151151
"-nostdlib",
152152
"-nostartfiles",
153-
"-nodefaultlibs"
153+
"-nodefaultlibs",
154+
"-Wl,--defsym,platform_init=platform_%s_init" % board.get("build.variant")
154155
],
155156

156157
LIBS=["siwisdk", "c", "gcc", "m"],

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"framework-siwisdk": {
3535
"type": "framework",
36-
"version": "~0.4.0"
36+
"version": "~0.5.0"
3737
},
3838
"framework-siwiduino": {
3939
"type": "framework",

0 commit comments

Comments
 (0)