From 3f49a57b99e7fe5aafa73e70ed146d98b1ae174c Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 24 Feb 2025 22:54:30 -0700 Subject: libhw: rp2040_hwspi: Use interrupts instead of busy-polling --- libhw/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libhw/CMakeLists.txt') diff --git a/libhw/CMakeLists.txt b/libhw/CMakeLists.txt index bd92e04..242a3fa 100644 --- a/libhw/CMakeLists.txt +++ b/libhw/CMakeLists.txt @@ -14,6 +14,7 @@ if (PICO_PLATFORM STREQUAL "rp2040") libcr_ipc ) target_sources(libhw INTERFACE + rp2040_dma.c rp2040_gpioirq.c rp2040_hwspi.c rp2040_hwtimer.c -- cgit v1.2.3-2-g168b