This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch releases/12.2
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from ec63217b4 nshlib: disable nsh error print if NSH_DISABLE_ERROR_PRINT 
enabled
     add cb179e4ed testing/ostest: adjust PTHREAD_CLEANUP_STACKSIZE with nuttx 
project
     add 400951b7d nsh_usbconsole.c: add support for NSH console over a 
composite device
     add 3e68694bd netutils/dhcpc: Set BOOTP BROADCAST flag when IPFORWARD is 
enabled
     add b8856479e netutils/iperf: Fix possible precision loss
     add fcda92ebc toywasm: disable tail call and explain why
     add 3d598fce6 toywasm: regen after a change to the script
     add e89409cfe Remove the unnecessary cast from pid_t to int
     add 83bddd86c Fix Kconfig style
     add caed582ea bluetooth/btsak: add dependency on WIRELESS_BLUETOOTH_HOST=y
     add 5c9e8d635 toywasm: bump the version
     add 3bd106081 toywasm: regen after bumping the version
     add 7986f6600 build: Replace "$(shell $(INCDIR) $(CC) ...)" with 
$(INCDIR_PREFIX)
     add a2f01f5e6 build: Replace "$(shell $(DEFINE) $(CC) ...)" with 
$(DEFINE_PREFIX)
     add c9c4cc13e apps: correct print specifiers to fix compilation warnings
     add 40886698f mk: Attempt to silence "Nothing to be done for xx" messages.
     add a54966843 system/ramspeed: Allow read and write buffers to be 
allocated from the heap.
     add 53e837e35 nshlib/dd: Increase the integer width for sector size in dd.
     add fd38b9546 system/ramtest.c:New automatic memory acquisition function.

No new revisions were added by this update.

Summary of changes:
 Application.mk                                 |  11 ++-
 Directory.mk                                   |   1 +
 examples/rpmsgsocket/rpsock_client.c           |   8 +-
 examples/rpmsgsocket/rpsock_server.c           |   4 +-
 examples/watcher/watcher_main.c                |   6 +-
 graphics/nxwm/Kconfig                          |   2 +-
 interpreters/toywasm/Makefile                  |   8 +-
 interpreters/toywasm/include/toywasm_config.h  |   1 -
 interpreters/toywasm/include/toywasm_version.h |   2 +-
 interpreters/toywasm/regen.sh                  |   8 ++
 interpreters/toywasm/src/toywasm_config.c      |   2 +-
 lte/lapi/src/Make.defs                         |   2 +-
 netutils/dhcpc/Kconfig                         |   7 +-
 netutils/dhcpc/dhcpc.c                         |  11 +--
 netutils/iperf/iperf.c                         |   8 +-
 nshlib/nsh_ddcmd.c                             |   6 +-
 nshlib/nsh_usbconsole.c                        |  17 +++-
 sdr/liquid_dsp/Makefile                        |   2 +-
 system/ramspeed/ramspeed_main.c                |  17 +++-
 system/ramtest/ramtest.c                       | 119 ++++++++++++++-----------
 system/uorb/listener.c                         |   2 +-
 testing/nxffs/Kconfig                          |   4 +-
 testing/ostest/Makefile                        |   2 +-
 testing/ostest/cancel.c                        |  10 +--
 testing/ostest/ostest_main.c                   |   2 +-
 testing/ostest/pthread_rwlock_cancel.c         |   4 +-
 testing/ostest/waitpid.c                       |   2 +-
 wireless/bluetooth/btsak/Kconfig               |   1 +
 28 files changed, 166 insertions(+), 103 deletions(-)

Reply via email to