arduino-pico/lib
Earle F. Philhower, III b2ec6ecb09
GCC to 12.4, Newlib to 4.3.0, faster RP2350 libs (#2480)
Newlib built using `-Os` causes things like `memcpy` to be very slow on the
RP2350 because it uses byte-wise operations.  On the RP2040 this doesn't
matter because there is a ROM routine we use instead of the library, but on
the Pico 2 it's almost 10x slower than the optimal method.

Update GCC to 12.4
Update Newlib to 4.4.0
Move to -O2 library compilation

New toolchain looks to add ~10K to RP2350 flash usage (less on the RP2040).
2024-09-19 17:03:23 -07:00
..
rp2040 GCC to 12.4, Newlib to 4.3.0, faster RP2350 libs (#2480) 2024-09-19 17:03:23 -07:00
rp2350 GCC to 12.4, Newlib to 4.3.0, faster RP2350 libs (#2480) 2024-09-19 17:03:23 -07:00
tlsf@8653cec85d Add RP2350 support, new boards (#2337) 2024-08-25 11:21:46 -07:00
core_inc.txt Add RP2350B generic/Pimoroni PGA2350 support (#2433) 2024-09-11 18:55:28 -07:00
core_wrap.txt Add RP2350 support, new boards (#2337) 2024-08-25 11:21:46 -07:00