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-26 12:19:34 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
1ca60c46f11e375ca847c7ca04d41dd880acb38d
esp-idf/components/soc/component.mk

9 lines
223 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
spi_master: refactor and add HAL support
2019-01-23 17:07:03 +08:00
COMPONENT_SRCDIRS := $(SOC_NAME) src/ src/hal
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
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
tools: implement linker script generation
2018-04-18 10:57:45 +08:00
COMPONENT_ADD_LDFRAGMENTS += linker.lf
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 71ms Template: 1ms
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