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-03 00:21:44 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
fcf1dba9cd12836b8d06b34cec260aba19d2b553
esp-idf/components/freertos/component.mk

10 lines
246 B
Makefile
Raw Normal View History

Initial public version
2016-08-17 23:08:22 +08:00
#
# Component Makefile
#
build system: Use component.mk for all components, refactor bootloader build For config-only components, component.mk should now contain "COMPONENT_CONFIG_ONLY := 1" Also refactored some of the generation of linker paths, library list. This required cleaning up the way the bootloader project works, it's now mostly independent from the parent.
2017-06-23 14:08:01 +10:00
COMPONENT_ADD_LDFLAGS += -Wl,--undefined=uxTopUsedPriority
Initial public version
2016-08-17 23:08:22 +08:00
COMPONENT_ADD_INCLUDEDIRS := include
COMPONENT_PRIV_INCLUDEDIRS := include/freertos
freertos: make task{ENTER/EXIT} macros deprecated for external use Signed-off-by: Mahavir Jain <mahavir@espressif.com>
2018-06-11 14:06:32 +05:30
esp_ringbuf: fix default placement from flash to IRAM In earlier change this component was decoupled from freertos and hence regression was introduced which changed default placement to flash. Some device drivers make use of ringbuffer while flash cache is being disabled and hence default placement should instead be internal memory. Closes: https://github.com/espressif/esp-idf/issues/2517
2018-10-09 17:26:14 +05:30
tasks.o event_groups.o timers.o queue.o: CFLAGS += -D_ESP_FREERTOS_INTERNAL
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 98ms 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