libc: pipe plugin

A libc plugin which implements pipes using a ring buffer.

Fixes #1947
This commit is contained in:
Christian Prochaska
2016-03-06 15:21:23 +01:00
committed by Christian Helmuth
parent f81867f208
commit ea726a1f48
34 changed files with 310 additions and 129 deletions

View File

@ -1,3 +1,3 @@
TARGET = tcp_terminal
SRC_CC = main.cc
LIBS = libc libc_lwip_nic_dhcp libc_lock_pipe
LIBS = libc libc_lwip_nic_dhcp libc_pipe