File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Top-level cmake file for building MicroPython on ESP32.
2-
2+ #
3+ # Note for maintainers: Where possible, functionality should be put into
4+ # esp32_common.cmake not this file. This is because this CMakeLists.txt file
5+ # needs to be duplicated for out-of-tree builds, and can easily get out of date.
36cmake_minimum_required (VERSION 3.12)
47
58# Retrieve IDF version
Original file line number Diff line number Diff line change 1+ # This is the common ESP-IDF "main component" CMakeLists.txt contents for MicroPython.
2+ #
3+ # This file is included directly from a main_${IDF_TARGET}/CMakeLists.txt file
4+ # (or included from an out-of-tree main component CMakeLists.txt for out-of-tree
5+ # builds.)
6+
17# Set location of base MicroPython directory.
28if (NOT MICROPY_DIR)
39 get_filename_component (MICROPY_DIR ${CMAKE_CURRENT_LIST_DIR} /../.. ABSOLUTE )
You can’t perform that action at this time.
0 commit comments