Home
last modified time | relevance | path

Searched full:log (Results 1 – 25 of 170) sorted by relevance

1234567

/hal_espressif-latest/components/log/
DKconfig1 menu "Log output"
4 bool "Default log verbosity"
11 By default, this setting limits which log statements
13 "Warning" would mean that changing log level to "Debug"
14 at runtime will not be possible. To allow increasing log
41 bool "Maximum log verbosity"
44 This config option sets the highest log verbosity that it's possible to select
52 Note that increasing the maximum available log level will increase the firmware
55 This option only applies to logging from the app, the bootloader log level is
56 fixed at compile time to the separate "Bootloader log verbosity" setting.
[all …]
DREADME.rst7 The logging library provides two ways for setting log verbosity:
23 …vels higher than specified by :ref:`CONFIG_LOG_MAXIMUM_LEVEL`. To increase log level for a specifi…
55 …RAM_LOGx`` (preferred) or ``ESP_EARLY_LOGx``. Even though it's possible to log in these situations…
82 …DRAM" and "EARLY" log macro variants documented above do not support per module setting of log ver…
87 …write formatted output to the dedicated UART. By calling a simple API, all log output may be route…
Dlinker.lf1 [mapping:log]
4 log:esp_log_write (noflash)
/hal_espressif-latest/components/log/include/
Desp_log.h21 * @brief Log level
25 ESP_LOG_NONE, /*!< No log output */
36 * @brief Default log level
45 * @brief Set log level for given tag
49 * @note Note that this function can not raise log level above the level set using
51 * To raise log level above the default one for a given file, define
55 * @param tag Tag of the log entries to enable. Must be a non-NULL zero terminated string.
56 * Value "*" resets log level for all tags to the given value.
58 * @param level Selects log level to enable. Only logs at this and lower verbosity
64 * @brief Get log level for a given tag, can be used to avoid expensive log statements
[all …]
/hal_espressif-latest/components/log/host_test/log_test/main/
Dlog_test.cpp1 /* LOG unit tests
130 TEST_CASE("verbose log level")
139 TEST_CASE("debug log level")
148 TEST_CASE("info log level")
157 TEST_CASE("warn log level")
166 TEST_CASE("error log level")
175 TEST_CASE("changing log level")
196 TEST_CASE("log buffer")
208 TEST_CASE("log bytes > 127")
219 TEST_CASE("log buffer dump")
[all …]
/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/
Dredirector.py24 self.log = logging.getLogger("redirector")
28 self.log.debug("status line poll thread started")
32 self.log.debug("status line poll thread terminated")
50 self.log.debug("reader thread started")
58 self.log.error("{}".format(msg))
62 self.log.debug("reader thread terminated")
78 self.log.error("{}".format(msg))
85 self.log.debug("stopping")
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in285 bool "Controller log enable"
288 Enable controller log
291 bool "enable controller log module"
295 Enable controller log module
298 bool "enable HCI log module"
302 Enable hci log module
305 bool "Controller log dump mode only"
320 int "size of ble controller log partition(Multiples of 4K)"
324 The size of ble controller log partition shall be a multiples of 4K.
325 The name of log partition shall be "bt_ctrl_log".
[all …]
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in310 bool "Controller log enable"
313 Enable controller log
316 bool "enable controller log module"
320 Enable controller log module
323 bool "enable HCI log module"
327 Enable hci log module
330 bool "Controller log dump mode only"
345 int "size of ble controller log partition(Multiples of 4K)"
349 The size of ble controller log partition shall be a multiples of 4K.
350 The name of log partition shall be "bt_ctrl_log".
[all …]
/hal_espressif-latest/components/esp_rom/
DKconfig.projbuild11 Controls the Boot ROM log behavior.
12 The rom log behavior can only be changed for once,
16 bool "Always Log"
24 bool "Log on GPIO High"
30 bool "Log on GPIO Low"
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in319 bool "Controller log enable"
322 Enable controller log
325 bool "enable controller log module"
329 Enable controller log module
332 bool "enable HCI log module"
336 Enable hci log module
339 bool "Controller log dump mode only"
354 int "size of ble controller log partition(Multiples of 4K)"
358 The size of ble controller log partition shall be a multiples of 4K.
359 The name of log partition shall be "bt_ctrl_log".
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dmem_monitor_struct.h15 * log config regsiter
20 * enable bus log. BIT0: hp-cpu, BIT1: lp-cpu, BIT2: DMA.
66 * log boundary regsiter
71 * the min address of log range
79 * log boundary regsiter
84 * the max address of log range
92 * log message store range register
105 * log message store range register
Dmem_monitor_reg.h15 * log config regsiter
19 * enable bus log. BIT0: hp-cpu, BIT1: lp-cpu, BIT2: DMA.
67 * log boundary regsiter
71 * the min address of log range
79 * log boundary regsiter
83 * the max address of log range
91 * log message store range register
103 * log message store range register
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmem_monitor_struct.h15 * log config regsiter
20 * enable bus log. BIT0: hp-cpu, BIT1: lp-cpu, BIT2: DMA.823 don't support lp-cpu
66 * log boundary regsiter
71 * the min address of log range
79 * log boundary regsiter
84 * the max address of log range
92 * log message store range register
105 * log message store range register
Dmem_monitor_reg.h15 * log config regsiter
19 * enable bus log. BIT0: hp-cpu, BIT1: lp-cpu, BIT2: DMA.823 don't support lp-cpu
67 * log boundary regsiter
71 * the min address of log range
79 * log boundary regsiter
83 * the max address of log range
91 * log message store range register
103 * log message store range register
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi.h45 * @brief WiFi log level
58 * @brief WiFi log module definition
62 WIFI_LOG_MODULE_ALL = 0, /*all log modules */
69 * @brief WiFi log submodule definition
72 #define WIFI_LOG_SUBMODULE_ALL (0) /*all log submodules*/
419 * @brief Set current WiFi log level
421 * @param level Log level.
430 * @brief Set current log module and submodule
432 * @param module Log module
433 * @param submodule Log submodule
[all …]
/hal_espressif-latest/west/
Dtools.py19 from west import log
56 log.die("No serial ports found. Connect a device, or use '-p PORT' "
64 log.die("Error detecting ESP serial port: {}".format(e))
72 log.die("could not find build configuration")
82 log.die("runners.yaml file open error: {}".format(e))
85 log.wrn("no pre-configured runners in {}; "
163 log.die('cannot find espressif hal in $ZEPHYR_BASE/../modules/hal/ path')
/hal_espressif-latest/components/log/host_test/log_test/
DREADME.md4 # Simple log test on Linux target
6log component. The test does not use mocks. Instead, it runs the whole implementation of the compo…
/hal_espressif-latest/components/spi_flash/sim/stubs/
DMakefile.files3 log/log.c \
20 log/include \
/hal_espressif-latest/components/efuse/
DKconfig24 Log output will state changes that would be applied, but they will not be.
45 bool "Log all virtual writes"
48 If enabled, log efuse burns. This shows changes that would be made.
/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_utility.h99 * @brief Debug log contents of a buffer as hexadecimal.
101 * @note - Only works if component log level is DEBUG or higher.
104 * @param buffer Buffer to log
106 * @param label Label to print at beginning of log line.
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst101 …Use any of `serial terminal programs`_ to view the boot log. (ESP8266 baud rate is 74880bps). See …
105 …Use any of `serial terminal programs`_ to view the boot log. ({IDF_TARGET_NAME} baud rate is 11520…
118 … the failing action over the USB port. You'll be able to monitor the crash log without interferenc…
129 …Note that not every serial program supports the unusual ESP8266 74880bps "boot log" baud rate. Sup…
168 …Communication with the chip works (the ROM boot log is detected), but it is not being reset into t…
184 …ormal boot from flash mode, the ROM writes a log to UART when booting (see :ref:`ESP8266 boot log
/hal_espressif-latest/components/mbedtls/port/include/mbedtls/
Desp_debug.h38 * This function will set the esp log level for "mbedtls" to the specified mbedTLS
39 * threshold level that matches. However, the overall max ESP log level must be set high
/hal_espressif-latest/components/spi_flash/
DKconfig131 bool "Log errors if verification fails"
135 If this option is enabled, if SPI flash write verification fails then a log error line
140 bool "Log warning if writing zero bits to ones"
145 … ones will log a warning. Such writes will not result in the requested data appearing identically
151 Such software will log spurious warnings if this option is enabled.
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_console_loader.c43 /* return value ignored — if bootloader fails to log something, proceed anyway */ in bootloader_console_flush_usb()
70 /* Ensure any buffered log output is displayed */ in bootloader_console_deinit()
/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_sleep_retention.c14 // The local log level must be defined before including esp_log.h
15 // Set the maximum log level for this source file

1234567