vfs: implement reading from UART

This commit is contained in:
Ivan Grokhotkov
2017-01-09 22:50:42 +08:00
parent 7f751fd0fe
commit 0d00a1ba01
5 changed files with 210 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive