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
/
flashimg
Age
Commit message (
Expand
)
Author
2025-07-08
lib9p_util: Add a listing of coroutines
Luke T. Shumaker
2025-07-08
Add NUT video streaming
Luke T. Shumaker
2025-07-08
cpu_main: Declare flashio as static
Luke T. Shumaker
2025-07-07
libmisc: Log to stderr, not stdout by default
Luke T. Shumaker
2025-07-07
embed-sources.h.gen: Declare things as `const`
Luke T. Shumaker
2025-07-07
libmisc: Don't include _intercept.h from public headers
Luke T. Shumaker
2025-07-06
libmisc: Rework the malloc abstraction into heap.h
Luke T. Shumaker
2025-07-05
Do a better job banning printf
Luke T. Shumaker
2025-07-03
Move uptime.txt and whoami.txt into lib9p_util
Luke T. Shumaker
2025-07-03
libhw_cr, cpu_main: Don't DMA from XIP_BASE
Luke T. Shumaker
2025-07-03
cpu_main: Pull flashio out of flash.bin
Luke T. Shumaker
2025-07-03
cpu_main: main.c: Fuss with whitespace
Luke T. Shumaker
2025-07-02
libhw_cr: rp2040_hwspi: Don't allow using DMA channel 0
Luke T. Shumaker
2025-07-01
uptime.txt: Just set size=0
Luke T. Shumaker
2025-07-01
cpu_main, lib9p/test_server: main.c: Give 9P files their own #include section
Luke T. Shumaker
2025-06-28
cpu_main: main.c: Sort dirents
Luke T. Shumaker
2025-06-27
Lighten assert()'s stack-use
Luke T. Shumaker
2025-06-27
Ditch pico stdio, it's too much stack overhead
Luke T. Shumaker
2025-06-27
lib9p_srv: Rework APIs to avoid large return values
Luke T. Shumaker
2025-06-27
Statically allocate coroutine stacks
Luke T. Shumaker
2025-06-27
Tie pico-sdk panic() into <libmisc/assert.h>
Luke T. Shumaker
2025-06-27
CMakeLists: Fuss with whitespace
Luke T. Shumaker
2025-06-27
cpu_main: Assert that coroutines get created
Luke T. Shumaker
2025-06-24
lib9p: Declare more things as `const` pointers
Luke T. Shumaker
2025-06-22
cpu_main: Rename cpu_main_stack.c to just stack.c
Luke T. Shumaker
2025-06-22
libhw_generic: io: Split iovec into rd_iovec and wr_iovec
Luke T. Shumaker
2025-06-21
Documentation: Don't replace . with _ in filenames
Luke T. Shumaker
2025-06-21
cpu_main: /harness/uptime.txt: Touch up
Luke T. Shumaker
2025-06-16
Add a stub for cpu_hdmi
Luke T. Shumaker
2025-06-16
lint-src: Fuss with the rules for config files identifying themselves
Luke T. Shumaker
2025-06-16
Reorganize the `cmd` directory
Luke T. Shumaker