arduino-pico/lib
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
..
rp2040 Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
rp2350 Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
rp2350-riscv Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
tlsf@8653cec85d Add RP2350 support, new boards (#2337) 2024-08-25 11:21:46 -07:00
core_inc.txt Support WiFi/BT/BLT with RP2350 CYW43 boards (#2616) 2024-11-19 10:28:12 -08:00
core_wrap.txt Update to SDK 2.1.0, add Pico 2W (#2629) 2024-11-25 10:43:55 -08:00