1) Mux API was added

2) C++ test for threading and mux functions
This commit is contained in:
Alexey Gerenkov
2017-08-24 22:52:49 +03:00
committed by Ivan Grokhotkov
parent 0b09c7006d
commit c631c6b358
4 changed files with 200 additions and 53 deletions

View File

@@ -2,4 +2,8 @@
#Component Makefile
#
COMPONENT_SRCDIRS := .
#CXXFLAGS += -H
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive