This is an automated email from the ASF dual-hosted git repository.
janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from bf8c9d47d scripts/stm32_programmer: Add debug functionality
new ff6a425bd encoding: Fix coding style in json_encode.c
new 5218d9b93 Change pointers type casting to uintptr_t
new b5e9553b3 kernel: Add 64-bit stack frame init assembly function
new 05d803436 Adapt unit tests to 64-bit architecture
new bac30e1ec libc/baselibc: Add va_list pointer compiling error workaround
new 52ca2a435 libc/baselibc: Fix size overflow compiler error
new 88e4d45a5 crypto/mbedtls: Suppress unknown warning options for clang
new 456c0eb7f compiler/sim: Switch off forcing 32-bit code generation
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
compiler/sim/compiler.yml | 2 +-
crypto/mbedtls/pkg.yml | 1 +
encoding/json/src/json_encode.c | 162 ++++++++++-----------
fs/nffs/selftest/src/nffs_test_debug.c | 4 +-
hw/mcu/native/src/hal_uart.c | 2 +-
kernel/os/include/os/os_mempool.h | 2 +-
kernel/os/selftest/src/mbuf_test.c | 6 +-
kernel/os/selftest/src/mbuf_test.h | 6 +-
.../os/selftest/src/testcases/ob_mbuf_test_adj.c | 36 +++--
.../selftest/src/testcases/ob_mbuf_test_pullup.c | 13 +-
.../selftest/src/testcases/os_mbuf_test_extend.c | 56 ++++---
.../src/testcases/os_mbuf_test_pack_chains.c | 3 -
kernel/os/src/arch/sim/os_arch.c | 2 +-
kernel/os/src/arch/sim/os_arch_stack_frame.s | 54 ++++++-
kernel/os/src/os_callout.c | 6 +-
kernel/os/src/os_eventq.c | 20 +--
kernel/os/src/os_mbuf.c | 12 +-
kernel/os/src/os_mempool.c | 29 ++--
kernel/os/src/os_mutex.c | 6 +-
kernel/os/src/os_sem.c | 6 +-
kernel/sim/include/sim/sim.h | 10 +-
libc/baselibc/pkg.yml | 1 -
libc/baselibc/src/sprintf.c | 3 +-
libc/baselibc/src/tinyprintf.c | 23 ++-
libc/baselibc/src/vsprintf.c | 3 +-
net/oic/src/messaging/coap/coap.c | 2 +-
sys/config/src/config.c | 4 +-
sys/log/full/src/log_cbmem.c | 4 +-
sys/log/full/src/log_console.c | 2 +-
29 files changed, 278 insertions(+), 202 deletions(-)