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
path:
root
/
libhw
Age
Commit message (
Collapse
)
Author
14 days
Pull out libhw/generic/io.h, have it enforce iovecs everywhere
Luke T. Shumaker
2025-02-26
libmisc: private.h: Add IS_IMPLEMENTATION_FOR(name) for use with LM_IF
Luke T. Shumaker
2025-02-23
Complete TODO comments and documentation
Luke T. Shumaker
2025-02-21
libhw: Allow zero-length TCP reads and writes
Luke T. Shumaker
2025-02-09
libhw_generic: net: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: spi: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: alarmclock: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw: rp2040_hwtimer: Remove obsolete comment
Luke T. Shumaker
2025-02-09
Have main() set `bootclock`
Luke T. Shumaker
2025-02-04
lib9p: Test that we can do clean shutdown
Luke T. Shumaker
2025-01-11
Add basic smoke tests for the 9p server
Luke T. Shumaker
2024-12-13
Gather macros into libmisc/macro.h
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
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
w5500_ll: Fix SOCKINTR_CONN
Luke T. Shumaker
2024-12-08
w5500: Add DEBUG logging
Luke T. Shumaker
2024-11-30
w5500: Verify that the INTR line goes high before blocking
Luke T. Shumaker
2024-11-30
w5500: Validate SPI *before* initializing the hardware
Luke T. Shumaker
2024-11-23
Use C23 (C++11) attribute syntax instead of __attribute__
Luke T. Shumaker
2024-11-23
w5500 & timeout 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
libhw: More assertions
Luke T. Shumaker
2024-11-19
libcr: Begone with PRE_RUNNABLE
Luke T. Shumaker
2024-11-19
libhw: hostnet: Fixes
Luke T. Shumaker
2024-11-19
libhw_generic: Split into a separate library
Luke T. Shumaker
2024-11-19
build-sys: Minimize the pico-sdk runtime
Luke T. Shumaker
2024-11-19
libcr: Start to add coroutine names
Luke T. Shumaker
2024-11-12
Fuss with compile-time config
Luke T. Shumaker
2024-11-12
Oh dang, I broke `make lint` a while back :(
Luke T. Shumaker
2024-11-11
libmisc: Write my own assert.h with assert_notreached()
Luke T. Shumaker
2024-11-10
libhw: net.h: Add listener close(), add 'iface'
Luke T. Shumaker
2024-11-10
libhw: net.h: Clarify UDP truncation behavior
Luke T. Shumaker
2024-10-30
Finish the W5500 driver?
Luke T. Shumaker
2024-10-29
libhw: Tidy
Luke T. Shumaker
2024-10-29
host alarmclock
Luke T. Shumaker
2024-10-29
wip host_alarmclock
Luke T. Shumaker
2024-10-29
Implement RP2040 hw alarms
Luke T. Shumaker
2024-10-29
Add a way to make private object members
Luke T. Shumaker
2024-10-28
wip host net timeout
Luke T. Shumaker
2024-10-28
s/Licence/License/g
Luke T. Shumaker
2024-10-27
Factor out a libhw
Luke T. Shumaker