Commit b4f06819 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Updated toolchain for ESP32.

parent 6abc1c32
...@@ -29,11 +29,11 @@ else ifeq ($(HW),ESP32) ...@@ -29,11 +29,11 @@ else ifeq ($(HW),ESP32)
TARGET_SDK_LIBS=rtc c m driver TARGET_SDK_LIBS=rtc c m driver
TARGET_LDFLAGS= TARGET_LDFLAGS=
LD_FILE=$(LDDIR)/nodemcu32.ld LD_FILE=$(LDDIR)/nodemcu32.ld
AR = xtensa-esp108-elf-ar AR = xtensa-esp32-elf-ar
CC = xtensa-esp108-elf-gcc CC = xtensa-esp32-elf-gcc
NM = xtensa-esp108-elf-nm NM = xtensa-esp32-elf-nm
CPP = xtensa-esp108-elf-cpp CPP = xtensa-esp32-elf-cpp
OBJCOPY = xtensa-esp108-elf-objcopy OBJCOPY = xtensa-esp32-elf-objcopy
else else
$(error Unsupported hardware platform: $(HW)) $(error Unsupported hardware platform: $(HW))
endif endif
......
Subproject commit c43f68cf04b7881d755feb5377613d93c0d5766b Subproject commit 2cb45e9ea7c18d78d4c312b2a7d6e0719e743593
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment