forked from M-Labs/web2019
refactor(smoltcp): Reviews layout and md file
This commit is contained in:
parent
6e83bf82d5
commit
4cade56938
|
@ -1,9 +1,19 @@
|
||||||
+++
|
+++
|
||||||
title = "smoltcp"
|
title = "smoltcp"
|
||||||
weight = 2
|
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.
|
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 <a href="https://github.com/m-labs/smoltcp" rel="no
|
||||||
|
|
||||||
**Commercial support for smoltcp is available.** Email sales@m-l***s.hk.
|
**Commercial support for smoltcp is available.** Email sales@m-l***s.hk.
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
Loading…
Reference in New Issue