index
:
sbc-harness
clang-format
lukeshu/9p-printf
lukeshu/dhcp
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
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
2024-12-11
Pull out lib9p_util from srv9p
Luke T. Shumaker
2024-12-10
Prettier stack.c
Luke T. Shumaker
2024-12-10
Start getting lib9p stack analysis dialed in
Luke T. Shumaker
2024-12-10
stack.c.gen: Better handling of dynamic nodes
Luke T. Shumaker
2024-12-10
Get lib9p building on rp2040
Luke T. Shumaker
2024-12-10
Analyze host stacks too
Luke T. Shumaker
2024-12-09
Merge commit '17d625361a18106d804cd63b018a1a7acd2485af'
Luke T. Shumaker
2024-12-09
build-aux/stack.c.gen: Read a bunch of pico-sdk assembly
Luke T. Shumaker
2024-12-09
stack.c.gen: Improve
Luke T. Shumaker
2024-12-09
Merge commit 'b1414723ab4171a7ca5fc5e8a5ac7c4eb43331e2'
Luke T. Shumaker
2024-12-09
w5500: Quiet down some logging
Luke T. Shumaker
2024-12-09
w5500: Rethink locking wrt interrupt handling
Luke T. Shumaker
2024-12-09
libcr_ipc: Add cr_owned_mutex
Luke T. Shumaker
2024-12-09
libcr_ipc: Add cr_assert_in_{coroutine,intrhandler}() calls
Luke T. Shumaker
2024-12-09
libcr: Add public cr_assert_in_{coroutine,intrhandler}()
Luke T. Shumaker
2024-12-09
libcr: s/cr_is_in_intrhandler/cr_plat_is_in_intrhandler/
Luke T. Shumaker
2024-12-09
libhw: Separate w5500_ll.h logging from w5500.c logging
Luke T. Shumaker
2024-12-09
w5500: Debug logging
Luke T. Shumaker
2024-12-09
GDB fixes
Luke T. Shumaker
2024-12-09
w5500_ll: Fix SOCKINTR_CONN
Luke T. Shumaker
2024-12-08
Merge commit 'b9ebe41358244caa9334e72ca4e3c8c7a14c86e7'
Luke T. Shumaker
2024-12-08
Fix libcr gdb integration?
Luke T. Shumaker
2024-12-08
gdb-helpers/libcr.py: s/GdbJmpBuf/gdb_JmpBuf/g
Luke T. Shumaker
2024-12-08
libcr: Add cr_{set,long}jmp wrappers around the cr_plat_ variants
Luke T. Shumaker
2024-12-08
libcr: Centralize the structure of plat_jmp_buf
Luke T. Shumaker
2024-12-08
libcr: Move preprocessor macros up
Luke T. Shumaker
2024-12-08
libcr_ipc: sema: Only decrement from waiters
Luke T. Shumaker
2024-12-08
libcr: Pull out a _CR_SIG_SENTINEL
Luke T. Shumaker
2024-12-08
dhcp: Add DEBUG logging
Luke T. Shumaker
2024-12-08
w5500: Add DEBUG logging
Luke T. Shumaker
2024-12-08
cmd/sbc_harness: Make reboots clear in the logs
Luke T. Shumaker
2024-12-08
libcr: Log stack allocations
Luke T. Shumaker
2024-12-08
Pull in https://github.com/python/typeshed/pull/13169
Luke T. Shumaker
2024-11-30
w5500: Verify that the INTR line goes high before blocking
Luke T. Shumaker
2024-11-30
Prune out pico_stdlib
Luke T. Shumaker
2024-11-30
tusb_config.h: Have TU_ASSERT use libmisc logging
Luke T. Shumaker
2024-11-30
w5500: Validate SPI *before* initializing the hardware
Luke T. Shumaker
2024-11-30
libdhcp: Fix
Luke T. Shumaker
2024-11-30
Tidy #includes
Luke T. Shumaker
2024-11-30
Don't use TinyUSB BSP
Luke T. Shumaker
I guess the BSP is only meant for demos, and doesn't play nice with a larger project. Notably, board_init() re-initializes the UART hardware, causing weird glitches.
2024-11-29
libusb: Create a `globals` struct
Luke T. Shumaker
2024-11-29
gdb-helpers/libcr.py: Use fewer breakpoints
Luke T. Shumaker
They're at a premium on the RP2040.
2024-11-29
gdb-helpers/libcr.py: Fixes for running on actual ARM
Luke T. Shumaker
2024-11-26
README: Fix the openocd command
Luke T. Shumaker
2024-11-26
wip: libcr_ipc: Add some tests
Luke T. Shumaker
2024-11-25
libmisc: Fix an error message
Luke T. Shumaker
2024-11-25
libcr_ipc: _linkedlist.h: Use inline functions, not macros
Luke T. Shumaker
2024-11-25
Drop ubsan, it makes gdb difficult
Luke T. Shumaker
2024-11-25
libcr: Return if all coroutines exit
Luke T. Shumaker
2024-11-25
libcr: Add very basic tests
Luke T. Shumaker
[next]