Age | Commit message (Expand) | Author |
2025-02-23 | cmd/sbc_harness: Add documentation for rom.bin and flash.bin | Luke T. Shumaker |
2025-02-23 | lib9p_util: Pull utility macros into static.h | Luke T. Shumaker |
2025-02-23 | Complete TODO comments and documentation | Luke T. Shumaker |
2025-02-23 | Require license notices static files too | Luke T. Shumaker |
2025-02-21 | Make use of the generated stack.c | Luke T. Shumaker |
2025-02-21 | cmd/sbc_harness: Comment out the hello-world keyboard generator | Luke T. Shumaker |
2025-02-21 | cmd/sbc_harness: Wire in the parts of the file tree that exist | Luke T. Shumaker |
2025-02-21 | Add license files | Luke T. Shumaker |
2025-02-21 | cmd/sbc_harness: main.c: Tidy #includes | Luke T. Shumaker |
2025-02-13 | lib9p: Expose default-port-number constants | Luke T. Shumaker |
2025-02-13 | Start linting against global variables | Luke T. Shumaker |
2025-02-09 | libhw_generic: net: Use libobj instead of vcall.h | Luke T. Shumaker |
2025-02-09 | libhw_generic: spi: Use libobj instead of vcall.h | Luke T. Shumaker |
2025-02-09 | Have main() set `bootclock` | Luke T. Shumaker |
2025-02-09 | lib9p: srv: Use a separate pathmap | Luke T. Shumaker |
2025-02-09 | lib9p: Separate the srv config from the main config | Luke T. Shumaker |
2025-02-03 | lib9p: idl: 9P2000.p9p: Get code generating | Luke T. Shumaker |
2025-01-17 | lib9p: Enable generating code for 9P2000.L | Luke T. Shumaker |
2024-12-13 | Gather macros into libmisc/macro.h | 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 |
2024-11-29 | gdb-helpers/libcr.py: Use fewer breakpoints | Luke T. Shumaker |
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 | 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-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 |