summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysMerge branch 'lukeshu/net-flash'Luke T. Shumaker
11 daysflash.bin: Fix reading, implement basic writingLuke T. Shumaker
11 daysAdd `uptime.txt`Luke T. Shumaker
11 dayslib9p: srv: Add comments about safety things to doLuke T. Shumaker
11 daysSYSTEM headers don't get strict GCC checks, so change them to PUBLICLuke T. Shumaker
11 dayslibfmt: Insert carriage returns when bypassing the usual stuffLuke T. Shumaker
11 dayslibobj, libmisc/private.h: Allow+force semicolonsLuke T. Shumaker
11 dayslibhw: hwspi: Improve comments and assertsLuke T. Shumaker
11 daysNotes and docsLuke T. Shumaker
11 dayslib9p: srv: Whoops, add a missing `return`Luke T. Shumaker
11 daysgdb-helpers: rp2040: Limit widths to 80 columnsLuke T. Shumaker
11 dayslib9p: runtest: The default timestamp is too far in the past nowLuke T. Shumaker
14 daysMerge branch 'lukeshu/9p-logging'Luke T. Shumaker
14 dayslib9p: srv: Log messages that are received and sentLuke T. Shumaker
14 dayslib9p: Add lo_box_lib9p_msg_as_fmt_formatter() to tablesLuke T. Shumaker
14 dayslib9p: Have all IDL-defined types implement fmt_formatterLuke T. Shumaker
14 dayslibfmt: Add %q to quote stringsLuke T. Shumaker
14 dayslibfmt: Add %v for libobj to implementLuke T. Shumaker
14 daysAdd libfmt to bypass output buffering for libmisc:assertLuke T. Shumaker
14 dayslib9p: Use fmt_vsnprintf instead of plain vsnprintfLuke T. Shumaker
14 dayspico-fmt: Pull in enhancementsLuke T. Shumaker
14 daysUse pico-fmt instead of pico-sdk's printfLuke T. Shumaker
14 daysmeasurestack: Explicitly watch printf sizeLuke T. Shumaker
14 daysMerge branch 'lukeshu/9p-misc'Luke T. Shumaker
14 dayslib9p: Unify some tablesLuke T. Shumaker
14 dayslib9p: tables.c: More consistent bounds checksLuke T. Shumaker
14 dayslib9p: Split internal.h up, rename some CONFIG symbolsLuke T. Shumaker
2025-04-02lib9p: recv_tentry.basesize is dead code, remove itLuke T. Shumaker
2025-04-02lib9p: idl: Fix a typo in a commentLuke T. Shumaker
2025-04-01Merge branch 'lukeshu/stack-gen-improvements'Luke 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-29Merge branch 'lukeshu/9p-idl-improvements'Luke T. Shumaker
2025-03-29lib9p: idl: Rework bitfields, allow full exprs more placesLuke T. Shumaker
2025-03-29lib9p: idl: In bitfields, explicitly say "bit" or "alias"Luke T. Shumaker
2025-03-29lib9p: protogen: h.py: Tidy gen_struct()Luke T. Shumaker