Unverified Commit 3fb8cbf3 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

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
parent c3521051
No preview for this file type
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment