commit | 5347a834af36e2d01f805a7f4e86932ae5738516 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue Sep 12 23:49:38 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Nov 20 06:07:58 2023 -0500 |
tree | 437f8998c32d307cb44e2f3f200aaac0a9346831 | |
parent | 35e83d20e4f469a5b3899140205ee812c8f2626e [diff] |
libc/picolibc: Support picolibc's assert-verbose option This option in picolibc switches the assert macro between a chatty version and one which provides no information at all. This latter mode avoids placing the associated strings in memory. The Zephyr option is PICOLIBC_ASSERT_VERBOSE and it is disable by default. Signed-off-by: Keith Packard <keithp@keithp.com>