summaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Collapse)Author
2025-04-10Have valgrind detect memory leaks, not just errorsLuke T. Shumaker
2025-04-10lint-generic: Fix a typo in the shebang messageLuke T. Shumaker
2025-04-10make lint: Adopt shfmtLuke T. Shumaker
tusb_helpers.h.gen got a little manual fussing here
2025-04-10.editorconfig: Tidy, move linux-errno.txt.genLuke T. Shumaker
2025-04-07libcr_ipc: Pull as much as possible from public .h to .c filesLuke T. Shumaker
2025-04-07lint-generic: Check that copyright statements get updatedLuke T. Shumaker
2025-04-02lib9p: Have all IDL-defined types implement fmt_formatterLuke T. Shumaker
2025-04-02libfmt: Add %q to quote stringsLuke T. Shumaker
2025-04-02libfmt: Add %v for libobj to implementLuke T. Shumaker
2025-04-02Add libfmt to bypass output buffering for libmisc:assertLuke T. Shumaker
2025-04-02pico-fmt: Pull in enhancementsLuke T. Shumaker
2025-04-02Use pico-fmt instead of pico-sdk's printfLuke T. Shumaker
2025-04-02measurestack: Explicitly watch printf sizeLuke T. Shumaker
2025-04-01measurestack: Rework the skip-call API to speed things upLuke T. Shumaker
2025-04-01measurestack: Bypassing hash() has measureable speedupLuke T. Shumaker
2025-04-01measurestack: Cache resolve_funcname()Luke T. Shumaker
2025-04-01measurestack: Try to speed up resolve_funcname()Luke T. Shumaker
2025-04-01measurestack: Try to tidy analyze.py a bitLuke T. Shumaker
2025-04-01measurestack: Intern QNames and BaseNamesLuke T. Shumaker
2025-04-01measurestack: Avoid using sorted() during analysisLuke T. Shumaker
2025-04-01measurestack: Compile all regexes upfrontLuke T. Shumaker
2025-03-31measurestack: Cache QName.base()Luke T. Shumaker
2025-03-31measurestack: Allow output groups to be emptyLuke T. Shumaker
2025-03-31measurestack: Split into several filesLuke T. Shumaker
2025-03-31measurestack: Don't print the abspath in "included:" linesLuke T. Shumaker
2025-03-31measurestack: Try to reduce how often we call str()Luke T. Shumaker
2025-03-31measurestack: Fix typos in ROM funcsLuke T. Shumaker
2025-03-31measurestack: Fix pretty-printing of BaseName and QNameLuke T. Shumaker
2025-03-31stack.c.gen: Set up pytestLuke T. Shumaker
2025-03-22Python: Clean up f-stringsLuke T. Shumaker
2025-03-22make lint/python3: Use pylintLuke T. Shumaker
2025-03-22stack.c.gen: Fix a crashLuke T. Shumaker
2025-03-22make lint/unknown: Have unknown files be errorsLuke T. Shumaker
2025-03-09stack.c.gen: ADD-MISSING: Resolve several missing functionsLuke T. Shumaker
2025-03-09stack.c.gen: APP: The entry-point is _entry_point, not _reset_handlerLuke T. Shumaker
2025-03-09stack.c.gen: APP: Include a thread total and a kernel sizeLuke T. Shumaker
2025-03-09stack.c.gen: APP: Factor in stack guard sizeLuke T. Shumaker
2025-03-09lint-bin, stack.c.gen: INFRA: Add a way to include unused functionsLuke T. Shumaker
2025-03-09stack.c.gen: INFRA: Add a proper way to handle .init_array.*Luke T. Shumaker
2025-03-09stack.c.gen: FIX: Think harder about printfLuke T. Shumaker
2025-03-09lint-bin, stack.c.gen: FIX: Handle __*_veneer functionsLuke T. Shumaker
These have to do with ARM Thumb mode.
2025-03-09lint-bin, stack.c.gen: FIX: Don't "include" miscLuke T. Shumaker
2025-03-09stack.c.gen: FIX: Never skip top-level functionsLuke T. Shumaker
2025-03-09stack.c.gen: DIAG: Include thread-counts in the outputLuke T. Shumaker
2025-03-09stack.c.gen: DIAG: Improve diagnostic outputLuke T. Shumaker
2025-03-09stack.c.gen: INFRA: Build QName vs BaseName into the type systemLuke T. Shumaker
This evidently reveals a bug where the printf 'out' skipper is erroneously trying to prune printf.c:_out_buffer, but was failing to do so because it was mixing up qualified vs base names. But now it's "succeeding" and erroneously removing _out_buffer. I'll fix this in a later commit. This didn't affect stack totals (because it was dwarfed by the pico_stdio fct).
2025-03-09stack.c.gen: INFRA: Have analyze() return thread counts instead of a sumLuke T. Shumaker
2025-03-09stack.c.gen: MISC: Rename AppPlugin to CmdPluginLuke T. Shumaker
2025-03-04libhw: rp2040_hwspi: Use interrupts instead of busy-pollingLuke T. Shumaker
2025-03-02libhw: Add rp2040_gpioirq, use itLuke T. Shumaker