summaryrefslogtreecommitdiff
path: root/libhw_cr/rp2040_hwspi.c
AgeCommit message (Expand)Author
2025-07-06libmisc: Rework the malloc abstraction into heap.hLuke T. Shumaker
2025-07-03libhw_cr, cpu_main: Don't DMA from XIP_BASELuke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: Add several assert()s about SSP stateLuke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: No need for a `now` variableLuke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: Don't bother with a full semaphoreLuke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: Don't trigger the data channels twiceLuke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: Don't bother with a null-trigger for txLuke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: Tidy up comments/formatting/assertsLuke T. Shumaker
2025-07-02libhw_cr: rp2040_dma: Re-organize and clean-upLuke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: Don't allow using DMA channel 0Luke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: Tidy up the assert_4distinct macroLuke T. Shumaker
2025-07-01libhw_cr: rp2040_hwspi: Touch up commentLuke T. Shumaker
2025-06-27Avoid stack_alloc(), use heap_alloc() insteadLuke T. Shumaker
2025-06-10libmisc: obj.h: Rework the LO_INTERFACE_* API to expose method funcsLuke T. Shumaker
2025-06-06libhw_generic: Switch io.h and net.h to use result.h/error.hLuke T. Shumaker
2025-05-17Tidy #includes: We don't use PRI* anymoreLuke T. Shumaker
2025-05-15Begone with the printf variants of the log functionsLuke T. Shumaker
2025-05-12More GCC 15 fixesLuke T. Shumaker
2025-05-12libhw_generic: io.h: Clarify that sum lenghts of iovecs must not be 0Luke T. Shumaker
2025-05-06libmisc: log.h: Add a "log_" prefix to errorf/infof/debugfLuke T. Shumaker
2025-04-15libmisc: Add alloc.h to help detect wrong alloc sizesLuke T. Shumaker
2025-04-07libcr_ipc: Pull as much as possible from public .h to .c filesLuke T. Shumaker
2025-04-05libobj, libmisc/private.h: Allow+force semicolonsLuke T. Shumaker
2025-04-05libhw: hwspi: Improve comments and assertsLuke T. Shumaker
2025-03-26libhw_generic: Re-think duplex_iovecLuke T. Shumaker
2025-03-26Have libhw_generic be independent of libcr, rename libhw to libhw_crLuke T. Shumaker