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-28 05:31:44 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
db2f0f45becb7ce79c17d27c6ae962b9b5ab576f
esp-idf/components/soc/component.mk

7 lines
176 B
Makefile
Raw Normal View History

soc: add source code of rtc_clk, rtc_pm
2017-04-11 15:44:43 +08:00
# currently the only SoC supported; to be moved into Kconfig
SOC_NAME := esp32
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
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 62ms 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