summaryrefslogtreecommitdiff
path: root/flashimg/cpu_main
AgeCommit message (Expand)Author
2025-07-08lib9p_util: Add a listing of coroutinesLuke T. Shumaker
2025-07-08Add NUT video streamingLuke T. Shumaker
2025-07-08cpu_main: Declare flashio as staticLuke T. Shumaker
2025-07-07embed-sources.h.gen: Declare things as `const`Luke T. Shumaker
2025-07-07libmisc: Don't include _intercept.h from public headersLuke T. Shumaker
2025-07-06libmisc: Rework the malloc abstraction into heap.hLuke T. Shumaker
2025-07-05Do a better job banning printfLuke T. Shumaker
2025-07-03Move uptime.txt and whoami.txt into lib9p_utilLuke T. Shumaker
2025-07-03libhw_cr, cpu_main: Don't DMA from XIP_BASELuke T. Shumaker
2025-07-03cpu_main: Pull flashio out of flash.binLuke T. Shumaker
2025-07-03cpu_main: main.c: Fuss with whitespaceLuke T. Shumaker
2025-07-02libhw_cr: rp2040_hwspi: Don't allow using DMA channel 0Luke T. Shumaker
2025-07-01uptime.txt: Just set size=0Luke T. Shumaker
2025-07-01cpu_main, lib9p/test_server: main.c: Give 9P files their own #include sectionLuke T. Shumaker
2025-06-28cpu_main: main.c: Sort direntsLuke T. Shumaker
2025-06-27Lighten assert()'s stack-useLuke T. Shumaker
2025-06-27Ditch pico stdio, it's too much stack overheadLuke T. Shumaker
2025-06-27lib9p_srv: Rework APIs to avoid large return valuesLuke T. Shumaker
2025-06-27Statically allocate coroutine stacksLuke T. Shumaker
2025-06-27Tie pico-sdk panic() into <libmisc/assert.h>Luke T. Shumaker
2025-06-27CMakeLists: Fuss with whitespaceLuke T. Shumaker
2025-06-27cpu_main: Assert that coroutines get createdLuke T. Shumaker
2025-06-24lib9p: Declare more things as `const` pointersLuke T. Shumaker
2025-06-22cpu_main: Rename cpu_main_stack.c to just stack.cLuke T. Shumaker
2025-06-22libhw_generic: io: Split iovec into rd_iovec and wr_iovecLuke T. Shumaker
2025-06-21Documentation: Don't replace . with _ in filenamesLuke T. Shumaker
2025-06-21cpu_main: /harness/uptime.txt: Touch upLuke T. Shumaker
2025-06-16lint-src: Fuss with the rules for config files identifying themselvesLuke T. Shumaker
2025-06-16Reorganize the `cmd` directoryLuke T. Shumaker