Commit 9f035d6b authored by Damien George's avatar Damien George

esp32: Remove traditional "make" capability.

It's now replaced by cmake/idf.py.  But a convenience Makefile is still
provided with traditional targets like "all" and "deploy".
Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 97072b72
This diff is collapsed.
SDKCONFIG += boards/sdkconfig.base
PART_SRC = partitions-2MiB.csv
FLASH_SIZE = 2MB
FLASH_MODE = dio
FLASH_FREQ = 40m
SDKCONFIG += boards/sdkconfig.base
SDKCONFIG += boards/GENERIC_OTA/sdkconfig.board
PART_SRC = partitions-ota.csv
SDKCONFIG += boards/sdkconfig.base
SDKCONFIG += boards/sdkconfig.spiram
FLASH_FREQ = 80m
SDKCONFIG += boards/sdkconfig.base
SDKCONFIG += boards/sdkconfig.240mhz
SDKCONFIG += boards/sdkconfig.spiram
SDKCONFIG += boards/TINYPICO/sdkconfig.board
FROZEN_MANIFEST ?= $(BOARD_DIR)/manifest.py
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