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
Age
Commit message (
Collapse
)
Author
32 hours
valgrind
lukeshu/heap-valgrind
Luke T. Shumaker
32 hours
Merge branch 'lukeshu/vid-nut'
Luke T. Shumaker
32 hours
Add NUT video streaming
Luke T. Shumaker
33 hours
Merge branch 'lukeshu/tidy'
Luke T. Shumaker
33 hours
cpu_main: Declare flashio as static
Luke T. Shumaker
44 hours
libmisc: Log to stderr, not stdout by default
Luke T. Shumaker
46 hours
libhw_cr: host_alarmclock: Fix whitespace
Luke T. Shumaker
48 hours
lib9p_util: demo_server: Add a static file
Luke T. Shumaker
48 hours
embed-sources.h.gen: Declare things as `const`
Luke T. Shumaker
2 days
Merge branch 'lukeshu/shrink-mem'
Luke T. Shumaker
2 days
Use pico_rand instead of newlib:random()
Luke T. Shumaker
2 days
libmisc: Don't include _intercept.h from public headers
Luke T. Shumaker
2 days
Move the assert.h proxy from libmisc to libpicosdk
Luke T. Shumaker
2 days
Remove the atexit() machinery
Luke T. Shumaker
3 days
measurestack: Add newlib __retarget_lock_{acquire,release}_recursive
Luke T. Shumaker
3 days
Merge branch 'lukeshu/heap'
Luke T. Shumaker
3 days
Use libheap everywhere we use libcr
Luke T. Shumaker
3 days
libheap: New `malloc` replacement
Luke T. Shumaker
3 days
libcr: Add cr_maybe_getcid() that is less abort()y
Luke T. Shumaker
3 days
libmisc: Rework the malloc abstraction into heap.h
Luke T. Shumaker
4 days
Merge branch 'lukeshu/misc'
Luke T. Shumaker
4 days
Do a better job banning printf
Luke T. Shumaker
4 days
Remove extra keywords from target_include_directories() calls
Luke T. Shumaker
4 days
libmisc: macro: Begone with LM_ALWAYS_INLINE, LM_NEVER_INLINE, and LM_FLATTEN
Luke T. Shumaker
Just use [[gnu::THING]].
4 days
libhw_cr: host_net: Fix file descriptor leak
Luke T. Shumaker
6 days
Move uptime.txt and whoami.txt into lib9p_util
Luke T. Shumaker
6 days
Merge branch 'lukeshu/flash-file'
Luke T. Shumaker
6 days
libhw_cr, cpu_main: Don't DMA from XIP_BASE
Luke T. Shumaker
6 days
cpu_main: Pull flashio out of flash.bin
Luke T. Shumaker
7 days
libhw_generic: io: Add io_flusher
Luke T. Shumaker
7 days
libhw_generic: io: Begone with io_readwriter
Luke T. Shumaker
It wasn't giving us much.
7 days
cpu_main: main.c: Fuss with whitespace
Luke T. Shumaker
7 days
Merge branch 'lukeshu/spi-dma-cleanup'
Luke T. Shumaker
7 days
libhw_cr: rp2040_hwspi: Add several assert()s about SSP state
Luke T. Shumaker
7 days
libhw_cr: rp2040_hwspi: No need for a `now` variable
Luke T. Shumaker
7 days
libhw_cr: rp2040_hwspi: Don't bother with a full semaphore
Luke T. Shumaker
7 days
Merge branch 'lukeshu/spi-dma-cleanup'
Luke T. Shumaker
7 days
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.
7 days
libhw_cr: rp2040_hwspi: Don't bother with a null-trigger for tx
Luke T. Shumaker
7 days
libhw_cr: rp2040_hwspi: Tidy up comments/formatting/asserts
Luke T. Shumaker
8 days
libhw_cr: rp2040_dma: Re-organize and clean-up
Luke T. Shumaker
8 days
libhw_cr: rp2040_hwspi: Don't allow using DMA channel 0
Luke T. Shumaker
8 days
libhw_cr: rp2040_hwspi: Tidy up the assert_4distinct macro
Luke T. Shumaker
8 days
gdb-helpers: rp204: Fix text overflow
Luke T. Shumaker
9 days
Merge branch 'lukeshu/misc-fixes'
Luke T. Shumaker
9 days
libhw_cr: rp2040_dma: Acknowledge IRQs before dispatching
Luke T. Shumaker
So that if a handler triggers it again but before returning, we see it.
9 days
libmisc: fmt.h: Have `ptr` be more accepting of pointer types
Luke T. Shumaker
9 days
libhw_cr: rp2040_hwspi: Touch up comment
Luke T. Shumaker
9 days
libhw_generic: spi.h: Fix doc comments about mode 2 and mode 3
Luke T. Shumaker
9 days
libch_cr: rp2040_dma.h: Whitespace
Luke T. Shumaker
[next]