1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

Merge pull request #18717 from maribu/cpu/esp32/ESP32_SDK_DIR

cpu/esp32: move ESP32_SDK_DIR definition here
This commit is contained in:
Gunar Schorcht 2022-10-11 11:06:19 +02:00 committed by GitHub
commit 65d5d28e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# ESP32x specific flashing options
FLASH_CHIP = $(CPU_FAM)
export ESP32_SDK_DIR ?= $(PKGDIRBASE)/esp32_sdk
# Serial flasher config as used by the ESP-IDF, be careful when overriding them.
# They have to be exported to use same values in subsequent makefiles.
ifeq (esp32,$(CPU_FAM))

View File

@ -1,3 +1 @@
export ESP32_SDK_DIR ?= $(PKGDIRBASE)/esp32_sdk
PSEUDOMODULES += esp32_sdk