diff --git a/content/software/smoltcp.md b/content/software/smoltcp.md index 85ddd2f..6b6f466 100644 --- a/content/software/smoltcp.md +++ b/content/software/smoltcp.md @@ -1,9 +1,19 @@ +++ title = "smoltcp" weight = 2 +template = "page.html" +++ -{% layoutsmall(title="smoltcp is a standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems.") %} + +{% layout_centered_content(min_width=true) %} + +##### smoltcp is a standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems. + +{% end %} + + + +{% layout_centered_content(min_width=true, force_left=true) %} Its design goals are simplicity and robustness. Its design anti-goals include complicated compile-time computations, such as macro or type tricks, even at cost of performance degradation. @@ -18,4 +28,4 @@ The source code is available