mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
1) Mux API was added
2) C++ test for threading and mux functions
This commit is contained in:

committed by
Ivan Grokhotkov

parent
0b09c7006d
commit
c631c6b358
@@ -2,4 +2,8 @@
|
||||
#Component Makefile
|
||||
#
|
||||
|
||||
COMPONENT_SRCDIRS := .
|
||||
|
||||
#CXXFLAGS += -H
|
||||
|
||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
||||
|
Reference in New Issue
Block a user