Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-Core-3.7.0/tests/kernel/mem_protect/protection/src/
Dmain.c29 #define INFO(fmt, ...) printk(fmt, ##__VA_ARGS__) macro
33 INFO("Caught system error -- reason %d\n", reason); in k_sys_fatal_error_handler()
75 INFO("trying to call code written to %p\n", func); in execute_from_buffer()
77 INFO("returned from code at %p\n", func); in execute_from_buffer()
79 INFO("Execute from target buffer succeeded!\n"); in execute_from_buffer()
81 INFO("Did not get expected return value!\n"); in execute_from_buffer()
99 INFO("trying to write to rodata at %p\n", ptr); in ZTEST()
105 INFO("rodata value still the same\n"); in ZTEST()
107 INFO("rodata modified!\n"); in ZTEST()
109 INFO("something went wrong!\n"); in ZTEST()
[all …]
/Zephyr-Core-3.7.0/samples/subsys/debug/fuzz/
DREADME.rst40 INFO: Running with entropic power schedule (0xFF, 100).
41 INFO: Seed: 108038547
42 INFO: Loaded 1 modules (2112 inline 8-bit counters): 2112 [0x55cbe336ec55, 0x55cbe336f495),
43 INFO: Loaded 1 PC tables (2112 PCs): 2112 [0x55cbe336f498,0x55cbe3377898),
44 INFO: -max_len is not provided; libFuzzer will not generate inputs larger than 4096 bytes
47 INFO: A corpus is not provided, starting from an empty corpus
/Zephyr-Core-3.7.0/samples/subsys/testsuite/pytest/shell/
DREADME.rst42 INFO: send "help" command
70 INFO: response is valid
73 INFO: send "kernel version" command
77 INFO: response is valid
/Zephyr-Core-3.7.0/scripts/coredump/
Dcoredump_gdbserver.py69 logger.setLevel(logging.INFO)
80 logger.setLevel(logging.INFO)
87 logger.setLevel(logging.INFO)
/Zephyr-Core-3.7.0/subsys/logging/
DKconfig.filtering25 - 3 INFO, default to write LOG_LEVEL_INFO
42 - 3 INFO, override to write LOG_LEVEL_INFO
59 - 3 INFO, maximal level set to LOG_LEVEL_INFO
/Zephyr-Core-3.7.0/samples/net/gptp/
DREADME.rst102 INFO : GPTP [13:01:14:837] gPTP starting
103 INFO : GPTP [13:01:14:838] priority1 = 248
104 INFO : GPTP [13:01:14:838] announceReceiptTimeout: 3
105 INFO : GPTP [13:01:14:838] syncReceiptTimeout: 3
106 INFO : GPTP [13:01:14:838] LINKSPEED_100MB - PHY delay
108 INFO : GPTP [13:01:14:838] LINKSPEED_1G - PHY delay
110 INFO : GPTP [13:01:14:838] neighborPropDelayThresh: 10000
111 INFO : GPTP [13:01:14:838] syncReceiptThreshold: 8
/Zephyr-Core-3.7.0/samples/boards/nrf/nrf53_sync_rtc/net/
DCMakeLists.txt12 message(INFO " ${BOARD}${BOARD_QUALIFIERS} used for Network Core")
/Zephyr-Core-3.7.0/samples/boards/nrf/nrf53_sync_rtc/
DCMakeLists.txt12 message(INFO " ${BOARD}${BOARD_QUALIFIERS} used for Application Core")
/Zephyr-Core-3.7.0/modules/trusted-firmware-m/nordic/include/
Dtfm_read_ranges.h18 #define FICR_INFO_ADDR (FICR_BASE + offsetof(NRF_FICR_Type, INFO))
/Zephyr-Core-3.7.0/soc/nordic/common/
Dsoc_secure.h57 (void *)&NRF_FICR_S->INFO.DEVICEID, in soc_secure_read_deviceid()
/Zephyr-Core-3.7.0/doc/_extensions/zephyr/
Dwarnings_filter.py61 record.levelno = logging.INFO
/Zephyr-Core-3.7.0/scripts/logging/dictionary/
Dlog_parser.py113 logger.setLevel(logging.INFO)
Ddatabase_gen.py509 logger.setLevel(logging.INFO)
/Zephyr-Core-3.7.0/scripts/build/
Dllext_inject_slids.py170 log.setLevel(logging.INFO)
Dllext_prepare_exptab.py354 log.setLevel(logging.INFO)
Dcheck_init_priorities.py346 log.setLevel(logging.INFO)
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/tools/
Dcavstool_client.py33 log.setLevel(logging.INFO)
Dremote-fw-service.py41 logging.basicConfig(level=logging.INFO)
/Zephyr-Core-3.7.0/modules/hal_infineon/wifi-host-driver/
DCMakeLists.txt208 message(INFO " generate include of blob FW file: ${cyw43xx_fw_bin}")
214 message(INFO " generate include of blob CLM file: ${cyw43xx_clm_bin}")
/Zephyr-Core-3.7.0/modules/hal_infineon/btstack-integration/
DCMakeLists.txt102 message(INFO " generate include of blob Bluetooth file: ${blob_hcd_file}")
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dtwister_main.py42 ch.setLevel(logging.INFO)
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/userspace/src/
Dmain.c41 #define INFO(fmt, ...) printk(fmt, ##__VA_ARGS__) macro
81 INFO("Caught system error -- reason %d\n", reason); in k_sys_fatal_error_handler()
/Zephyr-Core-3.7.0/scripts/footprint/
Dcompare_footprint55 level = logging.INFO
/Zephyr-Core-3.7.0/scripts/
Dsnippets.py222 logging.basicConfig(level=logging.INFO,
/Zephyr-Core-3.7.0/scripts/west_commands/
Drun_common.py53 LOG_LEVEL = logging.INFO
79 elif lvl >= logging.INFO:

12