pico-sdk/test
Peter Harper f674850f0e
Fix DST bug in aon_timer_get_time for rp2040 (#2409)
If you set the timezone, aon_timer_get_time can wrongly apply a
daylight saving time adjustment based on the stack contents. This can
make it appear that time has gone backwards.

Make sure datetime_to_tm initialises tm_isdst to -1.

Fixes #2374
2025-04-11 09:14:26 -07: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 Update mbedtls, lwip and cyw43-driver (#2405) 2025-04-11 09:14:02 -07: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 Fix compilation of pico_double_test on llvm 15 - workaround compiler bug (#2258) 2025-02-12 12:46:32 -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 DST bug in aon_timer_get_time for rp2040 (#2409) 2025-04-11 09:14:26 -07:00
CMakeLists.txt SDK 2.0.0 release 2024-08-08 08:54:38 -05:00