pico-sdk/src
Peter Harper 68778b1135
Clear i2c abort reason less often. (#2026)
It seems to be possible to get stuck in the loop which is checking for
abort. It can take 100s of iterations before an abort happens and on
each iteration we're clearing the abort interrupt even when it's not
required. If we only clear the abort when needed the lockup doesn't seem
to be reproducible.

Fixes #2025
2024-11-11 10:09:08 -06:00
..
boards Move CYW43-related PICO_CONFIG lines to cyw43_driver.h (#2002) 2024-11-08 19:04:53 -06:00
cmake separate actual shared bootrom header into boot_bootrom_headers, as pico_bootrom which is focused on calling the bootrom now has non trivial dependencies like pico_flash (#1881) 2024-08-29 19:07:23 -05:00
common Minor header cleanups and ASM compatibility (#2019) 2024-11-08 19:04:02 -06:00
host update glibc header sys/cdefs.h include guard (#2029) 2024-11-08 18:33:11 -06:00
rp2_common Clear i2c abort reason less often. (#2026) 2024-11-11 10:09:08 -06:00
rp2040 Fix GCC14.1 compile error in w25x10cls.S (#2000) 2024-11-05 14:06:04 -06:00
rp2350 fix assertion failure in rp2350_chip_version 2024-09-20 12:18:18 -05:00
BUILD.bazel Fix Bazel build breakages (#1908) 2024-09-10 18:44:55 -05:00
CMakeLists.txt SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
combined-docs.cmake SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
host.cmake SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
rp2040.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00
rp2350-arm-s.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00
rp2350-riscv.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00