mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
* Call enable_interrupts when initialising IRQs Fixes raspberrypi/pico-examples#584, supercedes raspberrypi/pico-examples#588 * move enable_interrupts to the end though it doesn't make much difference * guard enable_interrupts by !RP2040 as it isn't needed there --------- Co-authored-by: Graham Sanderson <graham.sanderson@raspberrypi.com> |
||
|---|---|---|
| .. | ||
| boards | ||
| cmake | ||
| common | ||
| host | ||
| rp2_common | ||
| rp2040 | ||
| rp2350 | ||
| BUILD.bazel | ||
| CMakeLists.txt | ||
| combined-docs.cmake | ||
| host.cmake | ||
| rp2040.cmake | ||
| rp2350-arm-s.cmake | ||
| rp2350-riscv.cmake | ||