Searched refs:INFO (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/protection/src/ |
D | main.c | 29 #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/ |
D | README.rst | 40 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/ |
D | README.rst | 42 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/ |
D | coredump_gdbserver.py | 69 logger.setLevel(logging.INFO) 80 logger.setLevel(logging.INFO) 87 logger.setLevel(logging.INFO)
|
/Zephyr-Core-3.7.0/subsys/logging/ |
D | Kconfig.filtering | 25 - 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/ |
D | README.rst | 102 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/ |
D | CMakeLists.txt | 12 message(INFO " ${BOARD}${BOARD_QUALIFIERS} used for Network Core")
|
/Zephyr-Core-3.7.0/samples/boards/nrf/nrf53_sync_rtc/ |
D | CMakeLists.txt | 12 message(INFO " ${BOARD}${BOARD_QUALIFIERS} used for Application Core")
|
/Zephyr-Core-3.7.0/modules/trusted-firmware-m/nordic/include/ |
D | tfm_read_ranges.h | 18 #define FICR_INFO_ADDR (FICR_BASE + offsetof(NRF_FICR_Type, INFO))
|
/Zephyr-Core-3.7.0/soc/nordic/common/ |
D | soc_secure.h | 57 (void *)&NRF_FICR_S->INFO.DEVICEID, in soc_secure_read_deviceid()
|
/Zephyr-Core-3.7.0/doc/_extensions/zephyr/ |
D | warnings_filter.py | 61 record.levelno = logging.INFO
|
/Zephyr-Core-3.7.0/scripts/logging/dictionary/ |
D | log_parser.py | 113 logger.setLevel(logging.INFO)
|
D | database_gen.py | 509 logger.setLevel(logging.INFO)
|
/Zephyr-Core-3.7.0/scripts/build/ |
D | llext_inject_slids.py | 170 log.setLevel(logging.INFO)
|
D | llext_prepare_exptab.py | 354 log.setLevel(logging.INFO)
|
D | check_init_priorities.py | 346 log.setLevel(logging.INFO)
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/tools/ |
D | cavstool_client.py | 33 log.setLevel(logging.INFO)
|
D | remote-fw-service.py | 41 logging.basicConfig(level=logging.INFO)
|
/Zephyr-Core-3.7.0/modules/hal_infineon/wifi-host-driver/ |
D | CMakeLists.txt | 208 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/ |
D | CMakeLists.txt | 102 message(INFO " generate include of blob Bluetooth file: ${blob_hcd_file}")
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 42 ch.setLevel(logging.INFO)
|
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 41 #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/ |
D | compare_footprint | 55 level = logging.INFO
|
/Zephyr-Core-3.7.0/scripts/ |
D | snippets.py | 222 logging.basicConfig(level=logging.INFO,
|
/Zephyr-Core-3.7.0/scripts/west_commands/ |
D | run_common.py | 53 LOG_LEVEL = logging.INFO 79 elif lvl >= logging.INFO:
|
12