arduino-pico/tools/libpico
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
..
btstack_config.h Add debugging for Bluetooth (#1767) 2023-10-12 08:21:44 -07:00
CMakeLists.txt Remove SDK C++ new/delete, duplicated objects (#2760) 2025-01-16 15:02:01 -08:00
lwipopts.h Increase LWIP timeouts to avoid MDNS panics (#2653) 2024-11-30 10:43:19 -08:00
make-libpico.sh Support WiFi/BT/BLT with RP2350 CYW43 boards (#2616) 2024-11-19 10:28:12 -08:00
pico_sdk_import.cmake Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
tusb_config.h Add USB drive mode to TinyUSB, SingleFileDisk (#1034) 2022-12-09 13:59:23 -08:00