summaryrefslogtreecommitdiff
path: root/flashimg/cpu_main/main.c
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-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-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-27Statically allocate coroutine stacksLuke T. Shumaker
2025-06-27Tie pico-sdk panic() into <libmisc/assert.h>Luke T. Shumaker
2025-06-27cpu_main: Assert that coroutines get createdLuke T. Shumaker
2025-06-16Reorganize the `cmd` directoryLuke T. Shumaker