Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2024-10-25 | Enable pico-sdk for host binaries | Luke T. Shumaker | |
2024-10-25 | ahhh | Luke T. Shumaker | |
2024-10-24 | use #if __unix__ | Luke T. Shumaker | |
2024-10-23 | wip | Luke T. Shumaker | |
2024-10-23 | wip | Luke T. Shumaker | |
2024-10-21 | wip dhcp | Luke T. Shumaker | |
2024-10-21 | Factor out libmisc/endian.h | Luke T. Shumaker | |
2024-10-19 | w5500: Move some functions around | Luke T. Shumaker | |
2024-10-19 | w5500: Tidy comments | Luke T. Shumaker | |
2024-10-19 | finish w5500? | Luke T. Shumaker | |
2024-10-18 | wip w5500 | Luke T. Shumaker | |
2024-10-17 | wip w5500 | Luke T. Shumaker | |
2024-10-17 | libmisc | Luke T. Shumaker | |
2024-10-16 | Be stricter with filenames | Luke T. Shumaker | |
2024-10-16 | copyright statements | Luke T. Shumaker | |