summaryrefslogtreecommitdiff
path: root/libhw
AgeCommit message (Expand)Author
2024-12-13Gather macros into libmisc/macro.hLuke T. Shumaker
2024-12-09w5500: Quiet down some loggingLuke T. Shumaker
2024-12-09w5500: Rethink locking wrt interrupt handlingLuke T. Shumaker
2024-12-09libhw: Separate w5500_ll.h logging from w5500.c loggingLuke T. Shumaker
2024-12-09w5500: Debug loggingLuke T. Shumaker
2024-12-09w5500_ll: Fix SOCKINTR_CONNLuke T. Shumaker
2024-12-08w5500: Add DEBUG loggingLuke T. Shumaker
2024-11-30w5500: Verify that the INTR line goes high before blockingLuke T. Shumaker
2024-11-30w5500: Validate SPI *before* initializing the hardwareLuke T. Shumaker
2024-11-23Use C23 (C++11) attribute syntax instead of __attribute__Luke T. Shumaker
2024-11-23w5500 & timeout fixesLuke T. Shumaker
2024-11-23Speed SPI back upLuke T. Shumaker
2024-11-19Add libmisc/log.h to remove stdio.hLuke T. Shumaker
2024-11-19libhw: w5500: FixLuke T. Shumaker
2024-11-19libhw: Fix hwtimer from triggering an interrupt way too oftenLuke T. Shumaker
2024-11-19libhw: More assertionsLuke T. Shumaker
2024-11-19libcr: Begone with PRE_RUNNABLELuke T. Shumaker
2024-11-19libhw: hostnet: FixesLuke T. Shumaker
2024-11-19libhw_generic: Split into a separate libraryLuke T. Shumaker
2024-11-19build-sys: Minimize the pico-sdk runtimeLuke T. Shumaker
2024-11-19libcr: Start to add coroutine namesLuke T. Shumaker
2024-11-12Fuss with compile-time configLuke T. Shumaker
2024-11-12Oh dang, I broke `make lint` a while back :(Luke T. Shumaker
2024-11-11libmisc: Write my own assert.h with assert_notreached()Luke T. Shumaker
2024-11-10libhw: net.h: Add listener close(), add 'iface'Luke T. Shumaker
2024-11-10libhw: net.h: Clarify UDP truncation behaviorLuke T. Shumaker
2024-10-30Finish the W5500 driver?Luke T. Shumaker
2024-10-29libhw: TidyLuke T. Shumaker
2024-10-29host alarmclockLuke T. Shumaker
2024-10-29wip host_alarmclockLuke T. Shumaker
2024-10-29Implement RP2040 hw alarmsLuke T. Shumaker
2024-10-29Add a way to make private object membersLuke T. Shumaker
2024-10-28wip host net timeoutLuke T. Shumaker
2024-10-28s/Licence/License/gLuke T. Shumaker
2024-10-27Factor out a libhwLuke T. Shumaker