madison-embedded / gcc-builds

For projects built with the GNU toolchain.
GNU General Public License v3.0
11 stars 8 forks source link

Common: Missing Network Stack #6

Closed vkottler closed 7 years ago

vkottler commented 7 years ago

Implementing network communication via common network protocols can be decoupled from the PHY at the TCP/UDP and IP layers.

We need to import an existing network stack before we can begin writing Ethernet PHY drivers to establish a common interface.

vkottler commented 7 years ago

LwIP has been ported into the build