freertos: Add RISC-V port

Changes come from internal branch commit a6723fc


* Original commit: espressif/esp-idf@87e13baaf1
This commit is contained in:
Angus Gratton
2020-11-06 15:03:21 +11:00
committed by suren-gabrielyan-espressif
parent fd47df3e30
commit 988d120902

View File

@ -18,7 +18,7 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi
-I$(COMPONENTS_DIR)/esp_system/include \
-I$(COMPONENTS_DIR)/esp_timer/include \
-I$(COMPONENTS_DIR)/esp_wifi/include \
-I$(COMPONENTS_DIR)/freertos/xtensa/include \
-I$(COMPONENTS_DIR)/freertos/port/xtensa/include \
-I$(COMPONENTS_DIR)/freertos \
-I$(COMPONENTS_DIR)/freertos/include \
-I$(COMPONENTS_DIR)/hal/include \