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 1
1
# 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.
3
6
cmake_minimum_required (VERSION 3.12 )
4
7
5
8
# 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
+
1
7
# Set location of base MicroPython directory.
2
8
if (NOT MICROPY_DIR )
3
9
get_filename_component (MICROPY_DIR ${CMAKE_CURRENT_LIST_DIR} /../.. ABSOLUTE )
You can’t perform that action at this time.
0 commit comments