summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysBump the CPU clock speed, wring a few more MHz out of the hwspiLuke T. Shumaker
12 dayslibhw: rp2040_hwspi: Use DMALuke T. Shumaker
12 dayslibhw: rp2040_hwspi: Add more config knobsLuke T. Shumaker
12 daysnotes.md: Link to W5500 datasheet versionsLuke T. Shumaker
12 daysgdb-helpers: rp2040-show-interrupts: Fuss with outputLuke T. Shumaker
12 daysgdb-helpers: rp2040-show-interrupts: Split into several methodsLuke T. Shumaker
13 dayslibhw: Update comments and asserts about clock rateLuke T. Shumaker
13 dayslibhw: rp2040_hwspi: Pull out a assert_4distinct macroLuke T. Shumaker
13 dayslibhw: w5500: Add a VALIDATE_SPI toggleLuke T. Shumaker
13 dayslibhw: w5500: Re-add SPI validationLuke T. Shumaker
13 daysMerge branch 'lukeshu/irq'Luke T. Shumaker
13 dayslibhw: Add rp2040_gpioirq, use itLuke T. Shumaker
13 daysstack.c.gen: Organize intrhandlersLuke T. Shumaker
13 daysMerge branch 'lukeshu/iov'Luke T. Shumaker
2025-03-01Pull out libhw/generic/io.h, have it enforce iovecs everywhereLuke T. Shumaker
2025-03-01Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-03-01stack.c.gen: Fix analysisLuke T. Shumaker
2025-03-01lint-bin: (dry-run) lint that list of functions matches stack.c.genLuke T. Shumaker
2025-03-01Fix linker confusionLuke T. Shumaker
2025-03-01CMakeLists.txt: Fix whitespaceLuke T. Shumaker
2025-02-28Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-02-28stack.c.gen: Resolve remaining __indirect_call:sLuke T. Shumaker
2025-02-28stack.c.gen: Fix LibObjPluginLuke T. Shumaker
2025-02-28stack.c.gen: Refactor to a plugin architectureLuke T. Shumaker
2025-02-28stack.c.gen: Fix filename hacksLuke T. Shumaker
2025-02-28stack.c.gen: Also inspect .h filesLuke T. Shumaker
2025-02-28stack.c.gen: Fix missing indirect calleesLuke T. Shumaker
2025-02-28Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-02-28make lint: Only lint binaries if build scripts passedLuke T. Shumaker
2025-02-27Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-02-26Move embedded files from .data to .rodataLuke T. Shumaker
2025-02-26Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-02-26lint-bin: Also show sizes in decimalLuke T. Shumaker
2025-02-26lint-bin: Ignore removed symbolsLuke T. Shumaker
2025-02-26Integrate lint-bin into `make lint`Luke T. Shumaker
2025-02-26I guess CMake uses .o now instead of .obj?Luke T. Shumaker
2025-02-26GNUmakefile: Don't set INNER=t for CMakeLuke T. Shumaker
2025-02-26README.md: Touch upLuke T. Shumaker
2025-02-26Upgrade pico-sdkLuke T. Shumaker
2025-02-26libmisc: macro.h: Add LM_FLOORLOG2Luke T. Shumaker
2025-02-26libmisc: private.h: Add IS_IMPLEMENTATION_FOR(name) for use with LM_IFLuke T. Shumaker
2025-02-26libmisc: macro.h: Add LM_ROUND_DOWNLuke T. Shumaker
2025-02-233rd-party/pico-sdk: Remove non-free submodulesLuke T. Shumaker
2025-02-23Merge branch 'lukeshu/docs'Luke T. Shumaker
2025-02-23cmd/sbc_harness: Add documentation for rom.bin and flash.binLuke T. Shumaker
2025-02-23lib9p_util: Pull utility macros into static.hLuke T. Shumaker
2025-02-23Complete TODO comments and documentationLuke T. Shumaker
2025-02-23Require license notices static files tooLuke T. Shumaker
2025-02-21Merge branch 'lukeshu/misc'Luke T. Shumaker
2025-02-21Make use of the generated stack.cLuke T. Shumaker