This commit is contained in:
Scott Shawcroft 2023-09-20 11:20:11 -07:00
parent 7bad82a219
commit 39192cc896
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
2 changed files with 7 additions and 1 deletions

View File

@ -182,7 +182,7 @@ endif
ifeq ($(IDF_TARGET_ARCH),xtensa)
CFLAGS += -mlongcalls
else ifeq ($(IDF_TARGET_ARCH),riscv)
CFLAGS += -march=rv32imc
CFLAGS += -march=rv32imac_zicsr_zifencei
endif
LDFLAGS = $(CFLAGS) -Wl,-nostdlib -Wl,-Map=$@.map -Wl,-cref -Wl,--undefined=uxTopUsedPriority

View File

@ -27,6 +27,12 @@ CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN=y
# end of Driver Configurations
#
# PHY
#
# CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE is not set
# end of PHY
#
# ESP System Settings
#