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:
Earle F. Philhower, III 2022-06-12 13:38:02 -07:00 committed by GitHub
parent c352105176
commit 3fb8cbf39f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -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