Age | Commit message (Expand) | Author |
4 days | stack.c.gen: ADD-MISSING: Resolve several missing functions | Luke T. Shumaker |
4 days | stack.c.gen: APP: The entry-point is _entry_point, not _reset_handler | Luke T. Shumaker |
4 days | stack.c.gen: APP: Include a thread total and a kernel size | Luke T. Shumaker |
4 days | stack.c.gen: APP: Factor in stack guard size | Luke T. Shumaker |
4 days | lint-bin, stack.c.gen: INFRA: Add a way to include unused functions | Luke T. Shumaker |
4 days | stack.c.gen: INFRA: Add a proper way to handle .init_array.* | Luke T. Shumaker |
4 days | stack.c.gen: FIX: Think harder about printf | Luke T. Shumaker |
4 days | lint-bin, stack.c.gen: FIX: Handle __*_veneer functions | Luke T. Shumaker |
4 days | lint-bin, stack.c.gen: FIX: Don't "include" misc | Luke T. Shumaker |
4 days | stack.c.gen: FIX: Never skip top-level functions | Luke T. Shumaker |
4 days | stack.c.gen: DIAG: Include thread-counts in the output | Luke T. Shumaker |
4 days | stack.c.gen: DIAG: Improve diagnostic output | Luke T. Shumaker |
4 days | stack.c.gen: INFRA: Build QName vs BaseName into the type system | Luke T. Shumaker |
4 days | stack.c.gen: INFRA: Have analyze() return thread counts instead of a sum | Luke T. Shumaker |
4 days | stack.c.gen: MISC: Rename AppPlugin to CmdPlugin | Luke T. Shumaker |
9 days | libhw: rp2040_hwspi: Use interrupts instead of busy-polling | Luke T. Shumaker |
10 days | libhw: Add rp2040_gpioirq, use it | Luke T. Shumaker |
10 days | stack.c.gen: Organize intrhandlers | Luke T. Shumaker |
11 days | stack.c.gen: Fix analysis | Luke T. Shumaker |
11 days | lint-bin: (dry-run) lint that list of functions matches stack.c.gen | Luke T. Shumaker |
11 days | Fix linker confusion | Luke T. Shumaker |
12 days | stack.c.gen: Resolve remaining __indirect_call:s | Luke T. Shumaker |
12 days | stack.c.gen: Fix LibObjPlugin | Luke T. Shumaker |
12 days | stack.c.gen: Refactor to a plugin architecture | Luke T. Shumaker |
12 days | stack.c.gen: Fix filename hacks | Luke T. Shumaker |
12 days | stack.c.gen: Also inspect .h files | Luke T. Shumaker |
12 days | stack.c.gen: Fix missing indirect callees | Luke T. Shumaker |
2025-02-26 | Move embedded files from .data to .rodata | 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-23 | cmd/sbc_harness: Add documentation for rom.bin and flash.bin | 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-13 | Start linting against global variables | Luke T. Shumaker |
2025-02-12 | stack.c.gen: Allow multiples of a thread | Luke T. Shumaker |
2025-02-12 | stack.c.gen: Fill in some TODO synthetic nodes | Luke T. Shumaker |
2025-02-12 | stack.c.gen: I forgot what "warning: dynamic" means | Luke T. Shumaker |
2025-02-09 | libmisc: Drop vcall.h | Luke T. Shumaker |
2025-02-09 | Add libobj, a replacement for libmisc/vcall.h that internally is more like Go | Luke T. Shumaker |
2025-02-09 | lib9p: srv: Use a separate pathmap | Luke T. Shumaker |
2025-01-27 | lint-generic: Check that shebang-presence and executable bit match | Luke T. Shumaker |
2025-01-27 | make lint: Have the output be a little prettier | Luke T. Shumaker |
2025-01-27 | GNUmakefile: Pull lint/c, lint/all, and lint/unknown out into separate shell ... | Luke T. Shumaker |
2025-01-25 | stack.c.gen: Sort rows | Luke T. Shumaker |
2025-01-25 | stack.c.gen: Allow missing indirect calls | Luke T. Shumaker |
2025-01-11 | stack.c.gen: Monitor printf and assert overhead | Luke T. Shumaker |
2025-01-11 | lib9p: Split lib9p_{validate,unmarshal,marshal} into _Tmsg and _Rmsg variants | Luke T. Shumaker |
2025-01-11 | lib9p: Split the generated tables up | Luke T. Shumaker |