Home
last modified time | relevance | path

Searched refs:Logger (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/boards/shields/adafruit_data_logger/doc/
Dindex.rst3 Adafruit Data Logger Shield
9 The `Adafruit Data Logger Shield`_ rev. B features an `NXP PCF8523 Real-Time Clock/Calendar with
14 :alt: Adafruit Data Logger Shield
16 Adafruit Data Logger Shield (Credit: Adafruit)
19 The older revision A of the Adafruit Data Logger Shield is not supported.
73 .. _Adafruit Data Logger Shield:
/Zephyr-latest/samples/subsys/logging/logger/
DKconfig6 mainmenu "Logger sample application"
/Zephyr-latest/boards/weact/mini_stm32h7b0/
Dmini_stm32h7b0_defconfig19 # Logger cannot use itself to log
/Zephyr-latest/scripts/logging/dictionary/
Dparserlib.py27 if not isinstance(logger, logging.Logger):
/Zephyr-latest/subsys/shell/
DKconfig.template.shell_log_queue_timeout10 Logger thread is blocked for that period, thus long timeout impacts
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py20 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None: argument
/Zephyr-latest/subsys/logging/backends/
DKconfig.ble13 This allows to use this BLE Logger directly with a compatible app such
DKconfig.rtt21 prompt "Logger behavior"
/Zephyr-latest/scripts/tests/twister_blackbox/
Dconftest.py56 + list(logging.Logger.manager.loggerDict.values()) \
/Zephyr-latest/samples/subsys/logging/ble_backend/
DREADME.rst11 BLE Logger uses the NRF Connect SDK NUS service as UUID to make it compatible
/Zephyr-latest/samples/boards/nordic/ieee802154/802154_rpmsg/
DREADME.rst36 * Logger (in :file:`prj.conf`)
/Zephyr-latest/subsys/logging/
DKconfig.mode25 interrupt).Logger backends must support exclusive access to work
/Zephyr-latest/scripts/build/
Dllext_prepare_exptab.py130 def __init__(self, elf_path: str, log: logging.Logger, slid_listing_path: str | None): argument
/Zephyr-latest/doc/services/logging/
Dindex.rst47 has set of dedicated macros. Logger API also has macros for logging data.
78 Logger's default frontend is designed to be thread safe and minimizes time needed
351 Logger controlling API provides a function for entering into panic mode
866 Logger API
871 Logger control
881 Logger backend interface
886 Logger output formatting
/Zephyr-latest/doc/services/shell/
Dindex.rst732 Shell Logger Backend Feature
737 thread are enqueued and processed in the shell thread. Logger thread will block
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst621 **Logger backend**:
716Logger backend, :ref:`Native backend <nsim_back_logger>`, :kconfig:option:`CONFIG_LOG_BACKEND_NATI…
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst228 * ``ZEP-922`` - Revise documentation for Kernel Event Logger
Drelease-notes-1.14.rst1370 * :github:`14191` - Logger corrupts itself on rescheduling
1549 * :github:`13424` - Logger got recently slower
1983 * :github:`10733` - Logger thread should be started earlier than _init_static_threads() in init.c
2057 * :github:`10439` - Logger calls will execute functions even though the LOG_LEVEL is masked
2065 * :github:`10369` - Logger crashes shell when boot banner is enabled
2106 * :github:`10054` - Logger thread spins forever if there is no backend
Drelease-notes-3.4.rst625 * Adafruit Data Logger Shield
Drelease-notes-2.4.rst1722 * :github:`21801` - Logger sample's performance estimates are incorrect
Drelease-notes-2.7.rst1935 * :github:`19328` - Logger could block in thread at certain log message pool usage
Drelease-notes-2.6.rst1361 * :github:`34495` - logger: Logger API cannot be compiled with C++