Updated toolchain for ESP32.
This commit is contained in:
parent
6abc1c32f3
commit
b4f0681913
10
Makefile
10
Makefile
|
@ -29,11 +29,11 @@ else ifeq ($(HW),ESP32)
|
|||
TARGET_SDK_LIBS=rtc c m driver
|
||||
TARGET_LDFLAGS=
|
||||
LD_FILE=$(LDDIR)/nodemcu32.ld
|
||||
AR = xtensa-esp108-elf-ar
|
||||
CC = xtensa-esp108-elf-gcc
|
||||
NM = xtensa-esp108-elf-nm
|
||||
CPP = xtensa-esp108-elf-cpp
|
||||
OBJCOPY = xtensa-esp108-elf-objcopy
|
||||
AR = xtensa-esp32-elf-ar
|
||||
CC = xtensa-esp32-elf-gcc
|
||||
NM = xtensa-esp32-elf-nm
|
||||
CPP = xtensa-esp32-elf-cpp
|
||||
OBJCOPY = xtensa-esp32-elf-objcopy
|
||||
else
|
||||
$(error Unsupported hardware platform: $(HW))
|
||||
endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c43f68cf04b7881d755feb5377613d93c0d5766b
|
||||
Subproject commit 2cb45e9ea7c18d78d4c312b2a7d6e0719e743593
|
Loading…
Reference in New Issue