mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
71c70cb15c
Remove tagged heap API, rename caps_xxx to heap_caps_xxx Also includes additional heap_caps_xxx inspection functions.
6 lines
170 B
Makefile
Executable File
6 lines
170 B
Makefile
Executable File
# currently the only SoC supported; to be moved into Kconfig
|
|
SOC_NAME := esp32
|
|
|
|
COMPONENT_SRCDIRS := $(SOC_NAME)
|
|
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
|