mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 14:05:21 +00:00
64-bit types were not being handled properly and depending on the calling convention could result in garbage values being printed. We still truncate these to 32-bit values, the predominant use-case is printing timestamp delta values which generally fit in a 32-bit value. However we are no longer printing random stuff. Test case for printk() updated appripriately to catch this regression. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
alert/test_alert_api | ||
arm_irq_vector_table | ||
arm_runtime_nmi | ||
bitfield | ||
common | ||
context | ||
critical | ||
errno | ||
fatal | ||
fifo/test_fifo_api | ||
fp_sharing | ||
gen_isr_table | ||
ipm | ||
irq_offload | ||
libs | ||
lifo/test_lifo_api | ||
mbox/mbox_api | ||
mem_heap/mheap_api_concept | ||
mem_pool | ||
mem_safe | ||
mem_slab | ||
msgq/msgq_api | ||
multilib | ||
mutex | ||
obj_tracing | ||
pending | ||
pipe/test_pipe_api | ||
poll | ||
profiling/profiling_api | ||
queue | ||
semaphore/sema_api | ||
sprintf | ||
stack/stack_api | ||
stackprot | ||
static_idt | ||
systhreads | ||
test_build | ||
test_sleep | ||
test_tickless | ||
threads_customdata/cdata_api | ||
threads_lifecycle | ||
threads_scheduling/schedule_api | ||
tickless/tickless_concept | ||
timer | ||
workq | ||
xip |