Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | libhw_generic: net: Use libobj instead of vcall.h | Luke T. Shumaker | |
6 days | libhw_generic: spi: Use libobj instead of vcall.h | Luke T. Shumaker | |
6 days | Have main() set `bootclock` | Luke T. Shumaker | |
6 days | lib9p: srv: Use a separate pathmap | Luke T. Shumaker | |
7 days | lib9p: Separate the srv config from the main config | Luke T. Shumaker | |
12 days | lib9p: idl: 9P2000.p9p: Get code generating | Luke T. Shumaker | |
2025-01-17 | lib9p: Enable generating code for 9P2000.L | Luke T. Shumaker | |
2025-01-11 | mv cmd/srv9p lib9p/tests/test_server # and supporting changes | Luke T. Shumaker | |
2024-12-13 | Gather macros into libmisc/macro.h | Luke T. Shumaker | |
2024-12-11 | Pull out lib9p_util from srv9p | Luke T. Shumaker | |
2024-12-10 | Get lib9p building on rp2040 | Luke T. Shumaker | |
2024-12-10 | Analyze host stacks too | Luke T. Shumaker | |
2024-12-09 | stack.c.gen: Improve | Luke T. Shumaker | |
2024-12-09 | w5500: Quiet down some logging | Luke T. Shumaker | |
2024-12-09 | libhw: Separate w5500_ll.h logging from w5500.c logging | Luke T. Shumaker | |
2024-12-08 | dhcp: Add DEBUG logging | Luke T. Shumaker | |
2024-12-08 | w5500: Add DEBUG logging | Luke T. Shumaker | |
2024-12-08 | cmd/sbc_harness: Make reboots clear in the logs | Luke T. Shumaker | |
2024-11-30 | Prune out pico_stdlib | Luke T. Shumaker | |
2024-11-30 | tusb_config.h: Have TU_ASSERT use libmisc logging | Luke T. Shumaker | |
2024-11-30 | Don't use TinyUSB BSP | Luke T. Shumaker | |
I guess the BSP is only meant for demos, and doesn't play nice with a larger project. Notably, board_init() re-initializes the UART hardware, causing weird glitches. | |||
2024-11-29 | gdb-helpers/libcr.py: Use fewer breakpoints | Luke T. Shumaker | |
They're at a premium on the RP2040. | |||
2024-11-23 | libcr: Track coroutine names | Luke T. Shumaker | |
2024-11-23 | Use C23 (C++11) attribute syntax instead of __attribute__ | Luke T. Shumaker | |
2024-11-23 | Speed SPI back up | Luke T. Shumaker | |
2024-11-19 | Add libmisc/log.h to remove stdio.h | Luke T. Shumaker | |
2024-11-19 | libhw: w5500: Fix | Luke T. Shumaker | |
2024-11-19 | config.h: Comments | Luke T. Shumaker | |
2024-11-19 | cmd/srv9p: "Test" sleep | Luke T. Shumaker | |
2024-11-19 | cmd/srv9p: Also use init_cr | Luke T. Shumaker | |
2024-11-19 | libcr: Assert that cr_getcid() is only called inside a coroutine | Luke T. Shumaker | |
2024-11-19 | build-sys: Minimize the pico-sdk runtime | Luke T. Shumaker | |
2024-11-19 | libcr: Start to add coroutine names | Luke T. Shumaker | |
2024-11-12 | Fuss with compile-time config | Luke T. Shumaker | |
2024-11-12 | Remove debug statement | Luke T. Shumaker | |
2024-11-12 | main.c: Give the DHCP process more stack | Luke T. Shumaker | |
2024-11-12 | Work on stack analysis | Luke T. Shumaker | |
2024-11-12 | Avoid compiling libraries twice | Luke T. Shumaker | |
2024-11-11 | wip dhcp | Luke T. Shumaker | |
2024-11-11 | build-sys: Add -Wswitch-enum | Luke T. Shumaker | |
2024-11-11 | libmisc: Write my own assert.h with assert_notreached() | Luke T. Shumaker | |
2024-10-31 | Clean up the build system | Luke T. Shumaker | |
2024-10-31 | cmake part of stack sizes | Luke T. Shumaker | |
2024-10-30 | wip stack analysis | Luke T. Shumaker | |
2024-10-28 | s/Licence/License/g | Luke T. Shumaker | |
2024-10-27 | Factor out a libhw | Luke T. Shumaker | |
2024-10-27 | Lint that include-guards match the filename | Luke T. Shumaker | |
2024-10-26 | conventions: Don't have 2 ways to spell "implements_foo" | Luke T. Shumaker | |
Stop defining "struct foo" as a synonym for "implements_foo". | |||
2024-10-26 | Lint for tabs-as-alignment | Luke T. Shumaker | |
2024-10-25 | gnet: Set SO_REUSEPORT | Luke T. Shumaker | |
This is necessary for the multiple-listener-ports thing. |