Catherine
Catherine
@HKalbasi Sorry, I don't fully understand the description of this PR. I believe the retransmit code was originally written according to one or more of the TCP RFCs linked in...
> Sure! The [rfc6298](https://datatracker.ietf.org/doc/html/rfc6298) says: > > > When an ACK is received that acknowledges new data, restart the retransmission timer so that it will expire after RTO seconds (for...
You did agree to the following terms when you started using smoltcp: ``` THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE...
Regarding the `no_std` work: I've [added](https://github.com/llvm-mirror/libunwind/commit/0b964a1ed14cfc93e1c9487f7cf14af8c7bc26ec) support for bare-metal to libunwind, and obtaining the raw backtrace after the linker script is appropriately modified and libunwind is linked is [just a...
You can already do elaboration-time comparison of const expressions by doing `Const.cast(a).value == Const.cast(b).value`.
What I mean is that `Const.cast()` is the Amaranth entry point for e.g. resolving concantenations or indexing into an Amaranth constant value. It is up to the end user or...
> I would like to avoid touching the infrastructure underneath `Mux` if we can here, and then we could address preserving shapes through `Mux` in a future RFC? Yeah, that...
The diff is quite massive and seems to include unrelated changes (something about nextpcb-bom?). I understand this is probably in part because of a KiCAD version upgrade. Could you please...
This PR has a merge conflict now.