Temporary fix for muilticore realloc (#625)
This PR includes a pico-sdk built using the fix in https://github.com/raspberrypi/pico-sdk/pull/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
This commit is contained in:
parent
c352105176
commit
3fb8cbf39f
2 changed files with 1 additions and 0 deletions
BIN
lib/libpico.a
BIN
lib/libpico.a
Binary file not shown.
|
|
@ -127,6 +127,7 @@
|
|||
-Wl,--wrap=powf
|
||||
-Wl,--wrap=powint
|
||||
-Wl,--wrap=powintf
|
||||
-Wl,--wrap=realloc
|
||||
-Wl,--wrap=remainder
|
||||
-Wl,--wrap=remainderf
|
||||
-Wl,--wrap=remquo
|
||||
|
|
|
|||
Loading…
Reference in a new issue