-
-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64578ce
commit 9a9e850
Showing
28 changed files
with
261 additions
and
1,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# | ||
# DEBUG | ||
# | ||
|
||
# The bootloader logs all type of messages | ||
CONFIG_BOOTLOADER_LOG_LEVEL_NONE= | ||
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR= | ||
CONFIG_BOOTLOADER_LOG_LEVEL_WARN= | ||
CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y | ||
CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG= | ||
CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE= | ||
CONFIG_BOOTLOADER_LOG_LEVEL=3 | ||
|
||
# ESP-IDF logs all type of messages | ||
CONFIG_LOG_DEFAULT_LEVEL_NONE= | ||
CONFIG_LOG_DEFAULT_LEVEL_ERROR= | ||
CONFIG_LOG_DEFAULT_LEVEL_WARN= | ||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y | ||
CONFIG_LOG_DEFAULT_LEVEL_DEBUG= | ||
CONFIG_LOG_DEFAULT_LEVEL_VERBOSE= | ||
CONFIG_LOG_DEFAULT_LEVEL=3 | ||
|
||
# Sets watchpoint index 1 (the second of two) at the end of any task stack. This is the most accurate way to debug task stack overflows. | ||
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y | ||
|
||
# Used by TaskStat class to track task usage | ||
CONFIG_FREERTOS_USE_TRACE_FACILITY=y | ||
CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y | ||
CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# RELEASE | ||
# | ||
|
||
# The bootloader logs only errors | ||
CONFIG_BOOTLOADER_LOG_LEVEL_NONE= | ||
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y | ||
CONFIG_BOOTLOADER_LOG_LEVEL_WARN= | ||
CONFIG_BOOTLOADER_LOG_LEVEL_INFO= | ||
CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG= | ||
CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE= | ||
CONFIG_BOOTLOADER_LOG_LEVEL=1 | ||
|
||
# ESP-IDF logs only errors | ||
CONFIG_LOG_DEFAULT_LEVEL_NONE= | ||
CONFIG_LOG_DEFAULT_LEVEL_ERROR=y | ||
CONFIG_LOG_DEFAULT_LEVEL_WARN= | ||
CONFIG_LOG_DEFAULT_LEVEL_INFO= | ||
CONFIG_LOG_DEFAULT_LEVEL_DEBUG= | ||
CONFIG_LOG_DEFAULT_LEVEL_VERBOSE= | ||
CONFIG_LOG_DEFAULT_LEVEL=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,6 @@ | |
# | ||
############## | ||
|
||
ifdef ESP_VARIANT | ||
override ESP_VARIANT := | ||
endif | ||
|
||
CPPFLAGS += -DARCH_HOST | ||
|
||
TOOLSPEC := | ||
|
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Submodule simpleRPC
deleted from
5696f3
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.