Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-01 23:51:49 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
fb56ce7d5c6dd934164ebbfc8e8264accd64ad4f
esp-idf/components/soc/component.mk

8 lines
176 B
Makefile
Raw Normal View History

build system: support for multiple targets
2018-10-19 11:51:51 +08:00
SOC_NAME := $(IDF_TARGET)
soc: add source code of rtc_clk, rtc_pm
2017-04-11 15:44:43 +08:00
soc: Allow components to reserve fixed memory ranges that they need No longer necessary to keep all reserved addresses in 'soc'. Means 'soc' does not need to know about 'bt', for example. Also means that Bluetooth can be enabled in config without any memory being reserved for BT controller. Only if code calling the BT controller is linked in, will this memory be reserved...
2018-06-22 17:32:58 +10:00
COMPONENT_SRCDIRS := $(SOC_NAME) src/
heap: Refactor heap regions/capabilities out of FreeRTOS Remove tagged heap API, rename caps_xxx to heap_caps_xxx Also includes additional heap_caps_xxx inspection functions.
2017-05-03 18:03:28 +10:00
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
soc/rtc_clk: reduce data size by disabling CSWTCH generation Saves about 200 bytes of DRAM at the expense of 4 bytes in IRAM.
2018-07-29 08:27:06 +03:00
-include $(COMPONENT_PATH)/$(SOC_NAME)/component.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 147ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API