circuitpython/ports/esp32/boards
Jim Mussared 52d6eeb409 esp32/boards/sdkconfig.base: Set default IDF log level to ERROR.
This commit changes the default logging level on all esp32 boards to ERROR.
The esp32 port is now stable enough that it makes sense to remove the info
logs to make the output cleaner, and to match other ports.  More verbose
logging can always be reenabled via esp.osdebug().

This also fixes issue #6354, error messages from NimBLE: the problem is
that ble.active(True) will cause the IDF's NimBLE port to reset the
"NimBLE" tag back to the default level (which was INFO prior to this
commit).  Even if the user had previously called esp.osdebug(None), because
the IDF is setting the "NimBLE" tag back to the default (INFO), the
messages will continue to be shown.

The one quirk is that if the user does want to see the additional logging,
then they must call esp.osdebug(0, 3) after ble.active(True) to undo the
IDF setting the level back to the default (now ERROR).  This means that
it's impossible (via Python/esp.osdebug) to see stack-startup logging,
you'd have to recompile with the default level changed back to INFO.
2020-09-18 15:53:56 +10:00
..
GENERIC esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
GENERIC_D2WD esp32: Add support for ESP32-D2WD with 2MiB internal flash. 2019-09-10 15:22:16 +10:00
GENERIC_OTA esp32: Improve support for OTA updates. 2020-05-03 15:00:45 +10:00
GENERIC_SPIRAM esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
TINYPICO all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
manifest.py esp32: Enable and freeze uasyncio. 2020-03-26 01:25:46 +11:00
manifest_release.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
sdkconfig.240mhz esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz. 2019-10-21 23:54:59 +11:00
sdkconfig.base esp32/boards/sdkconfig.base: Set default IDF log level to ERROR. 2020-09-18 15:53:56 +10:00
sdkconfig.ble esp32: Pin MicroPython and NimBLE tasks to core 0. 2020-09-08 12:53:24 +10:00
sdkconfig.spiram esp32: Support building with ESP IDF 4.0-beta1. 2019-09-17 12:25:36 +10:00