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-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
2024-11-24
build-sys: Add ubsan to host builds
Luke T. Shumaker
2024-11-23
libcr: Add a GDB helper
Luke T. Shumaker
2024-11-23
libcr: Fix cr_cid_info if coroutine_add is running
Luke T. Shumaker
2024-11-23
libcr: Track coroutine names
Luke T. Shumaker
2024-11-23
libcr: Group SP-tracking into a setjmp wrapper
Luke T. Shumaker
2024-11-23
Use C23 (C++11) attribute syntax instead of __attribute__
Luke T. Shumaker
2024-11-23
libcr: coroutine.c: Move things around
Luke T. Shumaker
2024-11-23
lint rp2040.py
Luke T. Shumaker
2024-11-23
Add my rp2040 gdb helper script
Luke T. Shumaker
2024-11-23
w5500 & timeout fixes
Luke T. Shumaker
2024-11-23
libmisc: Logging/assert fixes
Luke T. Shumaker
2024-11-23
Speed SPI back up
Luke T. Shumaker
2024-11-19
Add libmisc/log.h to remove stdio.h
Luke T. Shumaker
2024-11-19
libhw: w5500: Fix
Luke T. Shumaker
2024-11-19
libhw: Fix hwtimer from triggering an interrupt way too often
Luke T. Shumaker
2024-11-19
libcr: Add cr_is_in_intrhandler() and _cr_plat_are_interrupts_enabled()
Luke T. Shumaker
2024-11-19
libcr: Fixups
Luke T. Shumaker
2024-11-19
config.h: Comments
Luke T. Shumaker
2024-11-19
README: GDB notes
Luke T. Shumaker
2024-11-19
libmisc: assert: Change global to be static
Luke T. Shumaker
2024-11-19
cmd/srv9p: "Test" sleep
Luke T. Shumaker
[next]