index
:
sbc-harness
lukeshu/9p-L
lukeshu/9p-containers
lukeshu/9p-perms
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/heap-valgrind
lukeshu/libobj
lukeshu/macros
lukeshu/measurestack-refactor
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/pio-spi
lukeshu/promise
lukeshu/safe-conversion
lukeshu/uf2
lukeshu/vid-hdmi
lukeshu/vid-scratch
lukeshu/waitgroup
lukeshu/wrap-foreach
main
Unnamed repository; edit this file 'description' to name the repository.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libhw_cr
/
rp2040_hwspi.c
Age
Commit message (
Collapse
)
Author
2025-07-06
libmisc: Rework the malloc abstraction into heap.h
Luke T. Shumaker
2025-07-03
libhw_cr, cpu_main: Don't DMA from XIP_BASE
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_hwspi: Add several assert()s about SSP state
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_hwspi: No need for a `now` variable
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_hwspi: Don't bother with a full semaphore
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_hwspi: Don't trigger the data channels twice
Luke T. Shumaker
We're already writing to the trigger register, no need to CHAIN_TO them.
2025-07-02
libhw_cr: rp2040_hwspi: Don't bother with a null-trigger for tx
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_hwspi: Tidy up comments/formatting/asserts
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_dma: Re-organize and clean-up
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_hwspi: Don't allow using DMA channel 0
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_hwspi: Tidy up the assert_4distinct macro
Luke T. Shumaker
2025-07-01
libhw_cr: rp2040_hwspi: Touch up comment
Luke T. Shumaker
2025-06-27
Avoid stack_alloc(), use heap_alloc() instead
Luke T. Shumaker
2025-06-10
libmisc: obj.h: Rework the LO_INTERFACE_* API to expose method funcs
Luke T. Shumaker
2025-06-06
libhw_generic: Switch io.h and net.h to use result.h/error.h
Luke T. Shumaker
2025-05-17
Tidy #includes: We don't use PRI* anymore
Luke T. Shumaker
2025-05-15
Begone with the printf variants of the log functions
Luke T. Shumaker
2025-05-12
More GCC 15 fixes
Luke T. Shumaker
2025-05-12
libhw_generic: io.h: Clarify that sum lenghts of iovecs must not be 0
Luke T. Shumaker
2025-05-06
libmisc: log.h: Add a "log_" prefix to errorf/infof/debugf
Luke T. Shumaker
2025-04-15
libmisc: Add alloc.h to help detect wrong alloc sizes
Luke T. Shumaker
Lo and behold, there was a mistake in chan.c.
2025-04-07
libcr_ipc: Pull as much as possible from public .h to .c files
Luke T. Shumaker
2025-04-05
libobj, libmisc/private.h: Allow+force semicolons
Luke T. Shumaker
2025-04-05
libhw: hwspi: Improve comments and asserts
Luke T. Shumaker
2025-03-26
libhw_generic: Re-think duplex_iovec
Luke T. Shumaker
2025-03-26
Have libhw_generic be independent of libcr, rename libhw to libhw_cr
Luke T. Shumaker