Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.7.0/boards/arm/fvp_baser_aemv8r/
Dboard.cmake20 -C bp.refcounter.non_arch_start_at_default=1
22 -C bp.pl011_uart0.out_file=-
23 -C bp.pl011_uart0.unbuffered_output=1
24 -C bp.terminal_0.start_telnet=0
26 -C bp.pl011_uart1.out_file=-
27 -C bp.pl011_uart1.unbuffered_output=1
28 -C bp.terminal_1.start_telnet=0
30 -C bp.pl011_uart2.out_file=-
31 -C bp.pl011_uart2.unbuffered_output=1
32 -C bp.terminal_2.start_telnet=0
[all …]
/Zephyr-Core-3.7.0/boards/arm/fvp_base_revc_2xaemv8a/
Dboard.cmake8 -C bp.secure_memory=0
10 -C bp.refcounter.non_arch_start_at_default=1
12 -C bp.pl011_uart0.out_file=-
13 -C bp.pl011_uart0.unbuffered_output=1
14 -C bp.terminal_0.start_telnet=0
16 -C bp.pl011_uart1.out_file=-
17 -C bp.pl011_uart1.unbuffered_output=1
18 -C bp.terminal_1.start_telnet=0
20 -C bp.pl011_uart2.out_file=-
21 -C bp.pl011_uart2.unbuffered_output=1
[all …]
/Zephyr-Core-3.7.0/cmake/emu/
Darmfvp.cmake32 -C bp.secureflashloader.fname=${APPLICATION_BINARY_DIR}/tfa${FVP_SECURE_FLASH_FILE}
33 -C bp.flashloader0.fname=${APPLICATION_BINARY_DIR}/tfa${FVP_FLASH_FILE}
51 -C bp.secureflashloader.fname=${ARMFVP_BL1_FILE}
52 -C bp.flashloader0.fname=${ARMFVP_FIP_FILE}
63 -C bp.smsc_91c111.enabled=1
64 -C bp.hostbridge.userNetworking=1
/Zephyr-Core-3.7.0/samples/drivers/counter/maxim_ds3231/src/
Dmain.c20 char *bp = buf; in format_time() local
21 char *const bpe = bp + sizeof(buf); in format_time()
25 bp += strftime(bp, bpe - bp, "%Y-%m-%d %H:%M:%S", tp); in format_time()
27 bp += snprintf(bp, bpe - bp, ".%09lu", nsec); in format_time()
29 bp += strftime(bp, bpe - bp, " %a %j", tp); in format_time()
/Zephyr-Core-3.7.0/samples/boards/nrf/clock_skew/src/
Dmain.c41 char *bp = buf; in us_to_text_r() local
42 char *bpe = bp + len; in us_to_text_r()
60 bp += snprintf(bp, bpe - bp, "%u d ", d); in us_to_text_r()
62 bp += snprintf(bp, bpe - bp, "%02u:%02u:%02u.%06u", in us_to_text_r()
/Zephyr-Core-3.7.0/scripts/release/
Dlist_backports.py304 bp = None
306 bp = Backport.by_included_prs(repo, args.base, set(args.includes))
308 bp = Backport.by_date_range(repo, args.base,
311 if not bp:
314 pulls_with_invalid_issues = bp.get_pulls_with_invalid_issues()
322 pulls_without_issues = bp.get_pulls_without_issues()
333 bp.print_json()
335 bp.print()
/Zephyr-Core-3.7.0/boards/arm/fvp_baser_aemv8r/doc/
Ddebug-with-arm-ds.rst101bp.dram.enable_atomic_ops=1 -C bp.sram.enable_atomic_ops=1 -C bp.refcounter.non_arch_start_at_defa…
/Zephyr-Core-3.7.0/drivers/counter/
Dmaxim_ds3231.c880 uint8_t *bp = buf; in sync_finish_write() local
883 *bp++ = offsetof(struct register_map, sec); in sync_finish_write()
887 *bp++ = val; in sync_finish_write()
890 *bp++ = val; in sync_finish_write()
893 *bp++ = val; in sync_finish_write()
895 *bp++ = 1 + tm.tm_wday; in sync_finish_write()
898 *bp++ = val; in sync_finish_write()
906 *bp++ = val; in sync_finish_write()
909 *bp++ = val; in sync_finish_write()
912 int rc = i2c_write_dt(&cfg->bus, buf, bp - buf); in sync_finish_write()
/Zephyr-Core-3.7.0/tests/unit/cbprintf/
Dmain.c383 const char *bp = buf; in ZTEST() local
387 zassert_equal(*bp, '/'); in ZTEST()
388 ++bp; in ZTEST()
390 zassert_equal(*bp, ' '); in ZTEST()
391 ++bp; in ZTEST()
393 zassert_equal(*bp, 'a'); in ZTEST()
394 ++bp; in ZTEST()
395 zassert_equal(*bp, '/'); in ZTEST()
/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c797 char *bp = bps + (bpe - bps); in encode_uint() local
802 --bp; in encode_uint()
803 *bp = (lsv <= 9) ? ('0' + lsv) in encode_uint()
806 } while ((value != 0) && (bps < bp)); in encode_uint()
821 return bp; in encode_uint()
/Zephyr-Core-3.7.0/samples/subsys/debug/fuzz/
DREADME.rst70 …haviorSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55cbe333a09d bp 0x7f3114afadf0 sp 0x…
/Zephyr-Core-3.7.0/doc/_static/css/
Dcustom.css323 .highlight .bp /* Name.Builtin.Pseudo */,