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-10-27 13:11:41 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
1f2e2fe8afb517ee4c40b04880e40913126cbeab
esp-idf/components/soc/component.mk

11 lines
239 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: separate abstraction, description and implementation
2020-01-08 12:50:03 +08:00
COMPONENT_SRCDIRS := 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
soc: separate abstraction, description and implementation
2020-01-08 12:50:03 +08:00
COMPONENT_ADD_INCLUDEDIRS := 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
soc: separate abstraction, description and implementation
2020-01-08 12:50:03 +08:00
-include $(COMPONENT_PATH)/soc/component.mk
-include $(COMPONENT_PATH)/src/$(SOC_NAME)/component.mk
add esp32s2beta in soc component
2019-04-03 17:08:02 +08:00
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.24.6 Page: 56ms Template: 2ms
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