arduino-pico/lib/rp2040
Earle F. Philhower, III 7bfe25b8aa
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.
2025-01-16 15:02:01 -08:00
..
libbearssl.a Add RISC-V support, GCC 14 move (#2491) 2024-09-29 15:10:36 -07:00
libipv4-big.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
libipv4-bt-big.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
libipv4-bt.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
libipv4-ipv6-big.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
libipv4-ipv6-bt-big.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
libipv4-ipv6-bt.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
libipv4-ipv6.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
libipv4.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
libpico.a Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
memmap_default.ld Add RP2350 support, new boards (#2337) 2024-08-25 11:21:46 -07:00
ota.o Don't go through runtime initializers when there is no OTA command (#2697) 2024-12-19 10:05:46 -08:00
picoprobe_cmsis_dap.tcl Add RP2350 support, new boards (#2337) 2024-08-25 11:21:46 -07:00
platform_def.txt Support WiFi/BT/BLT with RP2350 CYW43 boards (#2616) 2024-11-19 10:28:12 -08:00
platform_inc.txt Add RP2350 support, new boards (#2337) 2024-08-25 11:21:46 -07:00
platform_wrap.txt Add RP2350 support, new boards (#2337) 2024-08-25 11:21:46 -07:00