summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
10 dayslib9p: protogen: pull cutil.py out of __init__.pyLuke T. Shumaker
10 dayslib9p: start to split idl.gen apart as proto.genLuke T. Shumaker
10 dayslib9p has no CONFIG_9P_PORT configure knob, remove it from config.hLuke T. Shumaker
10 dayslib9p: don't pull in libhw, just libhw_genericLuke T. Shumaker
10 daysMerge branch 'lukeshu/9p-idl'Luke T. Shumaker
10 dayslib9p: idl: 9P2000.L: Document all the bitfields and enumsLuke T. Shumaker
10 daysPython: Clean up f-stringsLuke T. Shumaker
10 dayslib9p: idl.gen: Fix syntax error messages when the line has a tabLuke T. Shumaker
10 dayslib9p: idl: Create an 'errno' typeLuke T. Shumaker
10 dayslib9p: idl: Have bitfield bit names be less heuristicLuke T. Shumaker
10 dayslib9p: idl.gen: Have a separate type that excludes idl.PrimitiveLuke T. Shumaker
10 daysMerge branch 'lukeshu/qa'Luke T. Shumaker
10 daysmake lint/python3: Use pylintLuke T. Shumaker
10 dayslib9p: Add a test that generated macros compileLuke T. Shumaker
10 dayslib9p: Declare lib9p_errorf as printf-like, fix found errorsLuke T. Shumaker
10 daysstack.c.gen: Fix a crashLuke T. Shumaker
10 daysmake lint/unknown: Have unknown files be errorsLuke T. Shumaker
10 daysEnable running tests in parallelLuke T. Shumaker
2025-03-09libmisc: log.c: Clean up #includesLuke T. Shumaker
2025-03-09Merge branch 'lukeshu/stack-analysis'Luke 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-04.gitmodules: Whoops, point at my pico-sdk forkLuke T. Shumaker
2025-03-04Turn off CONFIG_W5500_DEBUGLuke T. Shumaker
2025-03-04Merge branch 'lukeshu/dma'Luke T. Shumaker
2025-03-04libhw: rp2040_hwspi: Use interrupts instead of busy-pollingLuke T. Shumaker
2025-03-04Bump the CPU clock speed, wring a few more MHz out of the hwspiLuke T. Shumaker
2025-03-04libhw: rp2040_hwspi: Use DMALuke T. Shumaker
2025-03-04libhw: rp2040_hwspi: Add more config knobsLuke T. Shumaker
2025-03-03notes.md: Link to W5500 datasheet versionsLuke T. Shumaker
2025-03-03gdb-helpers: rp2040-show-interrupts: Fuss with outputLuke T. Shumaker
2025-03-03gdb-helpers: rp2040-show-interrupts: Split into several methodsLuke T. Shumaker
2025-03-02libhw: Update comments and asserts about clock rateLuke T. Shumaker
2025-03-02libhw: rp2040_hwspi: Pull out a assert_4distinct macroLuke T. Shumaker
2025-03-02libhw: w5500: Add a VALIDATE_SPI toggleLuke T. Shumaker
2025-03-02libhw: w5500: Re-add SPI validationLuke T. Shumaker
This reverts commit 063f263f84d517c6497e7ca37f503956bad7075a.
2025-03-02Merge branch 'lukeshu/irq'Luke T. Shumaker