Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/kernel/mem_protect/protection/src/
Dmain.c30 #define INFO(fmt, ...) printk(fmt, ##__VA_ARGS__) macro
34 INFO("Caught system error -- reason %d\n", reason); in k_sys_fatal_error_handler()
76 INFO("trying to call code written to %p\n", func); in execute_from_buffer()
78 INFO("returned from code at %p\n", func); in execute_from_buffer()
80 INFO("Execute from target buffer succeeded!\n"); in execute_from_buffer()
82 INFO("Did not get expected return value!\n"); in execute_from_buffer()
100 INFO("trying to write to rodata at %p\n", ptr); in ZTEST()
106 INFO("rodata value still the same\n"); in ZTEST()
108 INFO("rodata modified!\n"); in ZTEST()
110 INFO("something went wrong!\n"); in ZTEST()
[all …]
/Zephyr-latest/samples/subsys/debug/fuzz/
DREADME.rst42 INFO: Running with entropic power schedule (0xFF, 100).
43 INFO: Seed: 108038547
44 INFO: Loaded 1 modules (2112 inline 8-bit counters): 2112 [0x55cbe336ec55, 0x55cbe336f495),
45 INFO: Loaded 1 PC tables (2112 PCs): 2112 [0x55cbe336f498,0x55cbe3377898),
46 INFO: -max_len is not provided; libFuzzer will not generate inputs larger than 4096 bytes
49 INFO: A corpus is not provided, starting from an empty corpus
/Zephyr-latest/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-latest/scripts/coredump/
Dcoredump_gdbserver.py69 logger.setLevel(logging.INFO)
80 logger.setLevel(logging.INFO)
87 logger.setLevel(logging.INFO)
/Zephyr-latest/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-latest/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-latest/samples/boards/nordic/nrf53_sync_rtc/net/
DCMakeLists.txt12 message(INFO " ${BOARD}${BOARD_QUALIFIERS} used for Network Core")
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DCMakeLists.txt12 message(INFO " ${BOARD}${BOARD_QUALIFIERS} used for Application Core")
/Zephyr-latest/modules/trusted-firmware-m/nordic/include/
Dtfm_read_ranges.h18 #define FICR_INFO_ADDR (FICR_BASE + offsetof(NRF_FICR_Type, INFO))
/Zephyr-latest/soc/nordic/common/
Dsoc_secure.h58 (void *)&NRF_FICR_S->INFO.DEVICEID, in soc_secure_read_deviceid()
/Zephyr-latest/scripts/logging/dictionary/
Dlog_parser_uart.py51 logger.setLevel(logging.INFO)
Dlog_parser.py113 logger.setLevel(logging.INFO)
Ddatabase_gen.py509 logger.setLevel(logging.INFO)
/Zephyr-latest/scripts/build/
Dllext_inject_slids.py172 log.setLevel(logging.INFO)
Dcheck_init_priorities.py335 log.setLevel(logging.INFO)
Dllext_prepare_exptab.py354 log.setLevel(logging.INFO)
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py33 log.setLevel(logging.INFO)
Dremote-fw-service.py41 logging.basicConfig(level=logging.INFO)
/Zephyr-latest/modules/hal_infineon/wifi-host-driver/
DCMakeLists.txt211 message(INFO " generate include of blob FW file: ${cyw43xx_fw_bin}")
217 message(INFO " generate include of blob CLM file: ${cyw43xx_clm_bin}")
/Zephyr-latest/modules/hal_infineon/btstack-integration/
DCMakeLists.txt102 message(INFO " generate include of blob Bluetooth file: ${blob_hcd_file}")
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py58 'INFO': (logging.INFO, 2),
Dcompare_footprint55 level = logging.INFO
/Zephyr-latest/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-latest/scripts/
Dsnippets.py228 logging.basicConfig(level=logging.INFO,
/Zephyr-latest/scripts/west_commands/
Drun_common.py59 LOG_LEVEL = logging.INFO
85 elif lvl >= logging.INFO:

12