summaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Expand)Author
4 daysstack.c.gen: ADD-MISSING: Resolve several missing functionsLuke T. Shumaker
4 daysstack.c.gen: APP: The entry-point is _entry_point, not _reset_handlerLuke T. Shumaker
4 daysstack.c.gen: APP: Include a thread total and a kernel sizeLuke T. Shumaker
4 daysstack.c.gen: APP: Factor in stack guard sizeLuke T. Shumaker
4 dayslint-bin, stack.c.gen: INFRA: Add a way to include unused functionsLuke T. Shumaker
4 daysstack.c.gen: INFRA: Add a proper way to handle .init_array.*Luke T. Shumaker
4 daysstack.c.gen: FIX: Think harder about printfLuke T. Shumaker
4 dayslint-bin, stack.c.gen: FIX: Handle __*_veneer functionsLuke T. Shumaker
4 dayslint-bin, stack.c.gen: FIX: Don't "include" miscLuke T. Shumaker
4 daysstack.c.gen: FIX: Never skip top-level functionsLuke T. Shumaker
4 daysstack.c.gen: DIAG: Include thread-counts in the outputLuke T. Shumaker
4 daysstack.c.gen: DIAG: Improve diagnostic outputLuke T. Shumaker
4 daysstack.c.gen: INFRA: Build QName vs BaseName into the type systemLuke T. Shumaker
4 daysstack.c.gen: INFRA: Have analyze() return thread counts instead of a sumLuke T. Shumaker
4 daysstack.c.gen: MISC: Rename AppPlugin to CmdPluginLuke T. Shumaker
9 dayslibhw: rp2040_hwspi: Use interrupts instead of busy-pollingLuke T. Shumaker
10 dayslibhw: Add rp2040_gpioirq, use itLuke T. Shumaker
10 daysstack.c.gen: Organize intrhandlersLuke T. Shumaker
11 daysstack.c.gen: Fix analysisLuke T. Shumaker
11 dayslint-bin: (dry-run) lint that list of functions matches stack.c.genLuke T. Shumaker
11 daysFix linker confusionLuke T. Shumaker
12 daysstack.c.gen: Resolve remaining __indirect_call:sLuke T. Shumaker
12 daysstack.c.gen: Fix LibObjPluginLuke T. Shumaker
12 daysstack.c.gen: Refactor to a plugin architectureLuke T. Shumaker
12 daysstack.c.gen: Fix filename hacksLuke T. Shumaker
12 daysstack.c.gen: Also inspect .h filesLuke T. Shumaker
12 daysstack.c.gen: Fix missing indirect calleesLuke T. Shumaker
2025-02-26Move embedded files from .data to .rodataLuke T. Shumaker
2025-02-26lint-bin: Also show sizes in decimalLuke T. Shumaker
2025-02-26lint-bin: Ignore removed symbolsLuke T. Shumaker
2025-02-26Integrate lint-bin into `make lint`Luke T. Shumaker
2025-02-26I guess CMake uses .o now instead of .obj?Luke T. Shumaker
2025-02-23cmd/sbc_harness: Add documentation for rom.bin and flash.binLuke T. Shumaker
2025-02-23Require license notices static files tooLuke T. Shumaker
2025-02-21Make use of the generated stack.cLuke T. Shumaker
2025-02-13Start linting against global variablesLuke T. Shumaker
2025-02-12stack.c.gen: Allow multiples of a threadLuke T. Shumaker
2025-02-12stack.c.gen: Fill in some TODO synthetic nodesLuke T. Shumaker
2025-02-12stack.c.gen: I forgot what "warning: dynamic" meansLuke T. Shumaker
2025-02-09libmisc: Drop vcall.hLuke T. Shumaker
2025-02-09Add libobj, a replacement for libmisc/vcall.h that internally is more like GoLuke T. Shumaker
2025-02-09lib9p: srv: Use a separate pathmapLuke T. Shumaker
2025-01-27lint-generic: Check that shebang-presence and executable bit matchLuke T. Shumaker
2025-01-27make lint: Have the output be a little prettierLuke T. Shumaker
2025-01-27GNUmakefile: Pull lint/c, lint/all, and lint/unknown out into separate shell ...Luke T. Shumaker
2025-01-25stack.c.gen: Sort rowsLuke T. Shumaker
2025-01-25stack.c.gen: Allow missing indirect callsLuke T. Shumaker
2025-01-11stack.c.gen: Monitor printf and assert overheadLuke T. Shumaker
2025-01-11lib9p: Split lib9p_{validate,unmarshal,marshal} into _Tmsg and _Rmsg variantsLuke T. Shumaker
2025-01-11lib9p: Split the generated tables upLuke T. Shumaker