Searched refs:cbprintf (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/tests/lib/cbprintf_fp/ |
D | README.txt | 1 Footprint and Behavior Test for cbprintf variants 5 minimal libc and newlib versions with printk, printf, and cbprintf.
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 5 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
|
D | CMakeLists.txt | 23 zephyr_sources(cbprintf.c)
|
D | cbprintf.c | 11 int cbprintf(cbprintf_cb out, void *ctx, const char *format, ...) in cbprintf() function
|
D | Kconfig | 127 rsource "Kconfig.cbprintf"
|
/Zephyr-latest/lib/libc/picolibc/ |
D | CMakeLists.txt | 6 cbprintf.c
|
/Zephyr-latest/doc/develop/languages/c/ |
D | picolibc.rst | 105 Printk, cbprintf and friends 112 * cbprintf and cbvprintf 119 from Picolibc results as the cbprintf functions are not completely
|
D | minimal_libc.rst | 31 and ``sprintf`` to the :c:func:`cbprintf` function, which is Zephyr's own
|
D | index.rst | 41 example, the :c:func:`cbprintf` component, used as the default formatted output
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 682 int cbprintf(cbprintf_cb out, void *ctx, const char *format, ...);
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 18 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/ |
D | main.c | 1135 rc = cbprintf(out_counter, &count, "%020d", 1); in ZTEST() 1140 rc = cbprintf(out_e42, NULL, "%020d", 1); in ZTEST()
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 449 .. [#l1] It may be required for cbprintf package alignment
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 1671 * :github:`33208` - cbprintf: Package size calculation is using best case alignment 1917 * :github:`32459` - the cbprintf unit tests don't actually test all variations
|
D | release-notes-3.2.rst | 1372 * Updated cbprintf static packaging to interpret ``unsigned char *`` as a pointer 2081 * :github:`48829` - cbprintf is broken on multiple platforms with GCC 12
|
D | release-notes-3.7.rst | 1650 * Fix warning when compiling cbprintf with ARCMWDT.
|
D | release-notes-3.3.rst | 338 * Fixed multiple logging & cbprintf issues for ARCv3 64bit
|