Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-21 | Make use of the generated stack.c | Luke T. Shumaker | |
2025-02-13 | lib9p: Expose default-port-number constants | 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-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-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-19 | Add libmisc/log.h to remove stdio.h | Luke T. Shumaker | |
2024-11-19 | config.h: Comments | Luke T. Shumaker | |
2024-11-12 | Fuss with compile-time config | 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 | Lint that include-guards match the filename | Luke T. Shumaker | |
2024-10-19 | finish w5500? | Luke T. Shumaker | |
2024-10-16 | copyright statements | Luke T. Shumaker | |
2024-10-07 | tidy config | Luke T. Shumaker | |
2024-10-06 | libnetio: Ugg, posix aio is trash | Luke T. Shumaker | |
In concept, it's exactly what I need. But - glibc's implementation of it does not allow concurrent reads and writes - it not required to work for fds that don't have absolute offsets (so no pipes, no sockets) So just spin up a pthread for each syscall. I hate it. | |||
2024-10-05 | fixes, valgrind | Luke T. Shumaker | |
2024-10-05 | compiles | Luke T. Shumaker | |
2024-10-04 | wip | Luke T. Shumaker | |
2024-10-04 | wip srv | Luke T. Shumaker | |
2024-10-04 | wip srv | Luke T. Shumaker | |
2024-10-02 | lib9p: Validate Twalk and Rwalk list sizes | Luke T. Shumaker | |
2024-10-02 | trim trailing ws | Luke T. Shumaker | |
2024-09-29 | wip fixes | Luke T. Shumaker | |
2024-09-29 | libcr: Faster context switches, wait for interrupt | Luke T. Shumaker | |
2024-09-28 | it compiles! | Luke T. Shumaker | |
2024-09-27 | wip | Luke T. Shumaker | |