Skip to content

Commit 7bfe25b

Browse files
Remove SDK C++ new/delete, duplicated objects (#2760)
* Remove Pico-SDK C++ exception-override new/delete We support exceptions on and off, but the cxx_options file in the SDK implemented a single override to new/delete. Remove it so we will use GCC's build-in operator new/delete which will be correct for either option (2 different libstdc++ versions are shipped as part of the toolchain). * Remove duplicated SDK files The SDK will link in the same compilation unit in the LWIP builds. Remove them to shrink the repo size by ~28MB.
1 parent 2348051 commit 7bfe25b

28 files changed

+7
-1
lines changed

lib/rp2040/libipv4-big.a

-893 KB
Binary file not shown.

lib/rp2040/libipv4-bt-big.a

-893 KB
Binary file not shown.

lib/rp2040/libipv4-bt.a

-893 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-big.a

-893 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt-big.a

-893 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt.a

-893 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6.a

-893 KB
Binary file not shown.

lib/rp2040/libipv4.a

-893 KB
Binary file not shown.

lib/rp2040/libpico.a

-7.87 KB
Binary file not shown.

lib/rp2350-riscv/libipv4-big.a

-1.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)