Home
last modified time | relevance | path

Searched refs:cbprintf (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/lib/cbprintf_fp/
DREADME.txt1 Footprint and Behavior Test for cbprintf variants
5 minimal libc and newlib versions with printk, printf, and cbprintf.
/Zephyr-latest/lib/os/
DKconfig.cbprintf5 prompt "Capabilities of cbprintf implementation"
36 Build cbprintf with buffers sized to support converting the full
48 Build cbprintf with buffers sized to support converting integer
67 bool "Floating point formatting in cbprintf"
71 Build the cbprintf utility function with support for floating
115 bool "Generate C-library compatible functions using cbprintf"
118 using the cbprintf formatter underneath. The wrappers use the C
125 When used with picolibc, this option generates cbprintf-compatible
DCMakeLists.txt23 zephyr_sources(cbprintf.c)
Dcbprintf.c11 int cbprintf(cbprintf_cb out, void *ctx, const char *format, ...) in cbprintf() function
DKconfig127 rsource "Kconfig.cbprintf"
/Zephyr-latest/lib/libc/picolibc/
DCMakeLists.txt6 cbprintf.c
/Zephyr-latest/doc/develop/languages/c/
Dpicolibc.rst105 Printk, cbprintf and friends
112 * cbprintf and cbvprintf
119 from Picolibc results as the cbprintf functions are not completely
Dminimal_libc.rst31 and ``sprintf`` to the :c:func:`cbprintf` function, which is Zephyr's own
Dindex.rst41 example, the :c:func:`cbprintf` component, used as the default formatted output
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h682 int cbprintf(cbprintf_cb out, void *ctx, const char *format, ...);
/Zephyr-latest/doc/services/
Dformatted_output.rst18 The :c:func:`cbprintf` public APIs convert C99 format strings and
36 that behave like standard libc functions but use the selected cbprintf
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c1135 rc = cbprintf(out_counter, &count, "%020d", 1); in ZTEST()
1140 rc = cbprintf(out_e42, NULL, "%020d", 1); in ZTEST()
/Zephyr-latest/doc/services/logging/
Dindex.rst449 .. [#l1] It may be required for cbprintf package alignment
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1671 * :github:`33208` - cbprintf: Package size calculation is using best case alignment
1917 * :github:`32459` - the cbprintf unit tests don't actually test all variations
Drelease-notes-3.2.rst1372 * Updated cbprintf static packaging to interpret ``unsigned char *`` as a pointer
2081 * :github:`48829` - cbprintf is broken on multiple platforms with GCC 12
Drelease-notes-3.7.rst1650 * Fix warning when compiling cbprintf with ARCMWDT.
Drelease-notes-3.3.rst338 * Fixed multiple logging & cbprintf issues for ARCv3 64bit