pico-sdk/test
Graham Sanderson e85c3e5515
rationalize pico_float/pico_double libraries (#2208)
* 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
2025-02-04 16:19:17 -06:00
..
cmsis_test Add PASSED/FAILED output to cmsis_test.c 2025-01-26 13:30:56 -06:00
hardware_irq_test SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
hardware_pwm_test SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
hardware_sync_spin_lock_test SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
kitchen_sink Initial Pico/2 W Bazel support (#2049) 2024-11-21 16:58:02 -06:00
pico_divider_test Fix pico_divider_nesting_test.c on RP2350 - was broken due to running faster and hence further on RP2350, breaking a check which was wrong for larger inputs 2025-01-26 13:31:51 -06:00
pico_float_test rationalize pico_float/pico_double libraries (#2208) 2025-02-04 16:19:17 -06:00
pico_sem_test SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_sha256_test Workaround gcc/newlib issue on Ubuntu 24 (#1863) 2024-08-23 10:59:36 -05:00
pico_stdio_test SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_stdlib_test Workaround gcc/newlib issue on Ubuntu 24 (#1863) 2024-08-23 10:59:36 -05:00
pico_test SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_time_test fix pico_time_test.c compile on native (#2207) 2025-01-29 09:13:51 -06:00
CMakeLists.txt SDK 2.0.0 release 2024-08-08 08:54:38 -05:00