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
13 days
Merge branch 'lukeshu/iov'
Luke T. Shumaker
14 days
Pull out libhw/generic/io.h, have it enforce iovecs everywhere
Luke T. Shumaker
14 days
Merge branch 'lukeshu/misc'
Luke T. Shumaker
14 days
stack.c.gen: Fix analysis
Luke T. Shumaker
14 days
lint-bin: (dry-run) lint that list of functions matches stack.c.gen
Luke T. Shumaker
14 days
Fix linker confusion
Luke T. Shumaker
14 days
CMakeLists.txt: Fix whitespace
Luke T. Shumaker
2025-02-28
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-02-28
stack.c.gen: Resolve remaining __indirect_call:s
Luke T. Shumaker
2025-02-28
stack.c.gen: Fix LibObjPlugin
Luke T. Shumaker
2025-02-28
stack.c.gen: Refactor to a plugin architecture
Luke T. Shumaker
2025-02-28
stack.c.gen: Fix filename hacks
Luke T. Shumaker
2025-02-28
stack.c.gen: Also inspect .h files
Luke T. Shumaker
2025-02-28
stack.c.gen: Fix missing indirect callees
Luke T. Shumaker
2025-02-28
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-02-28
make lint: Only lint binaries if build scripts passed
Luke T. Shumaker
2025-02-27
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-02-26
Move embedded files from .data to .rodata
Luke T. Shumaker
2025-02-26
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-02-26
lint-bin: Also show sizes in decimal
Luke T. Shumaker
2025-02-26
lint-bin: Ignore removed symbols
Luke T. Shumaker
2025-02-26
Integrate lint-bin into `make lint`
Luke T. Shumaker
2025-02-26
I guess CMake uses .o now instead of .obj?
Luke T. Shumaker
2025-02-26
GNUmakefile: Don't set INNER=t for CMake
Luke T. Shumaker
2025-02-26
README.md: Touch up
Luke T. Shumaker
2025-02-26
Upgrade pico-sdk
Luke T. Shumaker
2025-02-26
libmisc: macro.h: Add LM_FLOORLOG2
Luke T. Shumaker
2025-02-26
libmisc: private.h: Add IS_IMPLEMENTATION_FOR(name) for use with LM_IF
Luke T. Shumaker
2025-02-26
libmisc: macro.h: Add LM_ROUND_DOWN
Luke T. Shumaker
2025-02-23
3rd-party/pico-sdk: Remove non-free submodules
Luke T. Shumaker
2025-02-23
Merge branch 'lukeshu/docs'
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
Merge branch 'lukeshu/misc'
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
libcr_ipc: Fixes and tests for sema.h
Luke T. Shumaker
2025-02-21
libhw: Allow zero-length TCP reads and writes
Luke T. Shumaker
2025-02-21
README.md: Update elf location in the GDB instructions
Luke T. Shumaker
2025-02-21
cmd/sbc_harness: main.c: Tidy #includes
Luke T. Shumaker
2025-02-21
lib9p: test_server: Tidy the static file macros
Luke T. Shumaker
2025-02-20
libmisc: macro.h: Fix LM_NEXT_POWER_OF_2(0)
Luke T. Shumaker
Apparently __builtin_clzll(0) is undefined.
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-12
Merge branch 'lukeshu/9p-small-pt1'
Luke T. Shumaker
2025-02-12
lib9p: srv: Dynamically allocate read buffers
Luke T. Shumaker
[next]