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
/
cmd
Age
Commit message (
Collapse
)
Author
11 days
Turn off CONFIG_W5500_DEBUG
Luke T. Shumaker
11 days
Bump the CPU clock speed, wring a few more MHz out of the hwspi
Luke T. Shumaker
11 days
libhw: rp2040_hwspi: Use DMA
Luke T. Shumaker
11 days
libhw: rp2040_hwspi: Add more config knobs
Luke T. Shumaker
12 days
libhw: Update comments and asserts about clock rate
Luke T. Shumaker
12 days
libhw: w5500: Add a VALIDATE_SPI toggle
Luke T. Shumaker
12 days
libhw: Add rp2040_gpioirq, use it
Luke T. Shumaker
13 days
Fix linker confusion
Luke T. Shumaker
14 days
stack.c.gen: Resolve remaining __indirect_call:s
Luke T. Shumaker
2025-02-23
cmd/sbc_harness: Add documentation for rom.bin and flash.bin
Luke T. Shumaker
2025-02-23
lib9p_util: Pull utility macros into static.h
Luke T. Shumaker
2025-02-23
Complete TODO comments and documentation
Luke T. Shumaker
2025-02-23
Require license notices static files too
Luke T. Shumaker
2025-02-21
Make use of the generated stack.c
Luke T. Shumaker
2025-02-21
cmd/sbc_harness: Comment out the hello-world keyboard generator
Luke T. Shumaker
2025-02-21
cmd/sbc_harness: Wire in the parts of the file tree that exist
Luke T. Shumaker
2025-02-21
Add license files
Luke T. Shumaker
2025-02-21
cmd/sbc_harness: main.c: Tidy #includes
Luke T. Shumaker
2025-02-13
lib9p: Expose default-port-number constants
Luke T. Shumaker
2025-02-13
Start linting against global variables
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
Have main() set `bootclock`
Luke T. Shumaker
2025-02-09
lib9p: srv: Use a separate pathmap
Luke T. Shumaker
2025-02-09
lib9p: Separate the srv config from the main config
Luke T. Shumaker
2025-02-03
lib9p: idl: 9P2000.p9p: Get code generating
Luke T. Shumaker
2025-01-17
lib9p: Enable generating code for 9P2000.L
Luke T. Shumaker
2025-01-11
mv cmd/srv9p lib9p/tests/test_server # and supporting changes
Luke T. Shumaker
2024-12-13
Gather macros into libmisc/macro.h
Luke T. Shumaker
2024-12-11
Pull out lib9p_util from srv9p
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
stack.c.gen: Improve
Luke T. Shumaker
2024-12-09
w5500: Quiet down some logging
Luke T. Shumaker
2024-12-09
libhw: Separate w5500_ll.h logging from w5500.c logging
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-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
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
gdb-helpers/libcr.py: Use fewer breakpoints
Luke T. Shumaker
They're at a premium on the RP2040.
2024-11-23
libcr: Track coroutine names
Luke T. Shumaker
2024-11-23
Use C23 (C++11) attribute syntax instead of __attribute__
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
config.h: Comments
Luke T. Shumaker
2024-11-19
cmd/srv9p: "Test" sleep
Luke T. Shumaker
2024-11-19
cmd/srv9p: Also use init_cr
Luke T. Shumaker
[next]