diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-24 22:54:30 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-04 00:16:34 -0700 |
commit | 3f49a57b99e7fe5aafa73e70ed146d98b1ae174c (patch) | |
tree | d72daabeedecbc397cdce739639f8cf2cb947685 /libhw/CMakeLists.txt | |
parent | 7a1f764cda070de396fcb186e1f7457ff2704ba4 (diff) |
libhw: rp2040_hwspi: Use interrupts instead of busy-polling
Diffstat (limited to 'libhw/CMakeLists.txt')
-rw-r--r-- | libhw/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |