pico-sdk/src
David Goffredo 780817a8c7
Fix comments next to enum gpio_irq_level values. (#1928)
The comments for the values of `enum gpio_irq_level` mix up zero and
one. This commit replaces "0" with "1" and vice versa where appropriate
in those comments.
2024-09-18 14:17:18 -05:00
..
boards Changes for pico2_w (#1816) 2024-09-18 14:16:41 -05: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 Fix Bazel build breakages (#1908) 2024-09-10 18:44:55 -05:00
host Add busy_wait_at_leasy_cycles to host (#1925) 2024-09-11 18:33:33 -05:00
rp2_common Fix comments next to enum gpio_irq_level values. (#1928) 2024-09-18 14:17:18 -05:00
rp2040 boot_stage2: improve reproducibility (#1907) 2024-09-11 10:43:32 -05:00
rp2350 boot_stage2: improve reproducibility (#1907) 2024-09-11 10:43:32 -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