mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
* on RP2350 _dcp variant now enables -msoft-float, since if you're using this at all it is likely because you don't want to use the VFP unit at all (to save stack space) * implement all float_ and double_ conversion functions in all pico_float_pico_ variants and pico_double_pico on RP2040 and RP2350 (many were missing in some combinations) * provide better granularity of what functions are wrapped in each case also marked custom_xxx_funcs_test.c as not in bazel build yet |
||
|---|---|---|
| .. | ||
| cmsis_test | ||
| hardware_irq_test | ||
| hardware_pwm_test | ||
| hardware_sync_spin_lock_test | ||
| kitchen_sink | ||
| pico_divider_test | ||
| pico_float_test | ||
| pico_sem_test | ||
| pico_sha256_test | ||
| pico_stdio_test | ||
| pico_stdlib_test | ||
| pico_test | ||
| pico_time_test | ||
| CMakeLists.txt | ||