Skip to content

Commit 3fb8cbf

Browse files
Temporary fix for muilticore realloc (#625)
This PR includes a pico-sdk built using the fix in raspberrypi/pico-sdk#864 To properly fix it requires a new pico-sdk release. but until then I am building against my own fork of pico-sdk and including the binary. When 1.3.2 is out (and assuming my PR is approved) I'll update the pico-sdk link. Fixes #614
1 parent c352105 commit 3fb8cbf

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/libpico.a

1.46 KB
Binary file not shown.

lib/platform_wrap.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
-Wl,--wrap=powf
128128
-Wl,--wrap=powint
129129
-Wl,--wrap=powintf
130+
-Wl,--wrap=realloc
130131
-Wl,--wrap=remainder
131132
-Wl,--wrap=remainderf
132133
-Wl,--wrap=remquo

0 commit comments

Comments
 (0)