Merge branch 'bugfix/console_example' into 'master'

esp32s2beta: add missing sleep APIs, re-enable console example

Closes IDF-1033

See merge request espressif/esp-idf!6572
This commit is contained in:
Ivan Grokhotkov
2019-12-12 22:44:43 +08:00
3 changed files with 125 additions and 45 deletions

View File

@@ -2,6 +2,5 @@
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
set(SUPPORTED_TARGETS esp32)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(console)