This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 8e8d58a91 cmake:migrate apps CMakeLists for libsodium new 054cf3b1c Change all sizeof(arr)/sizeof(arr[0]) to nitems new 856416540 Remove the definition of MIN/MAX new 725164568 Fix some coding style issue The 3 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: builtin/builtin_list.c | 3 +- canutils/libcanutils/lib.c | 15 ++--- examples/adxl372_test/adxl372_test_main.c | 9 ++- examples/dac/dac_main.c | 11 ++- examples/ft80x/ft80x_main.c | 24 +++---- examples/ftpd/ftpd_main.c | 4 +- examples/lsm330spi_test/lsm330spi_test_main.c | 9 ++- examples/pdcurses/testcurs_main.c | 46 +++++++------ examples/usrsocktest/usrsocktest_daemon.c | 17 ++--- examples/usrsocktest/usrsocktest_main.c | 4 -- examples/usrsocktest/usrsocktest_multi_thread.c | 15 ++--- .../usrsocktest/usrsocktest_wake_with_signal.c | 4 -- graphics/lvgl/port/lv_port_keypad.c | 3 +- interpreters/bas/bas_statement.c | 3 +- lte/alt1250/alt1250_util.h | 6 +- netutils/dhcp6c/dhcp6c.c | 7 +- netutils/iperf/iperf_main.c | 5 +- netutils/ntpclient/ntpclient.c | 7 +- netutils/thttpd/libhttpd.c | 5 +- netutils/thttpd/mime_types.h | 7 +- netutils/thttpd/tdate_parse.c | 78 +++++++++++++--------- netutils/webserver/Kconfig | 8 +-- netutils/webserver/httpd.c | 3 +- system/iptables/iptables.c | 2 +- system/nxplayer/nxplayer.c | 3 +- system/nxplayer/nxplayer_mp3.c | 4 +- system/tcpdump/tcpdump.c | 2 +- system/ubloxmodem/ubloxmodem_main.c | 8 +-- system/uorb/test/unit_test.c | 3 +- testing/crypto/aescbc.c | 3 +- testing/crypto/aesctr.c | 2 +- testing/crypto/aesxts.c | 4 +- testing/crypto/hash.c | 9 +-- testing/crypto/hmac.c | 7 +- testing/drivertest/drivertest_audio.c | 5 +- testing/drivertest/drivertest_framebuffer.c | 3 +- testing/drivertest/drivertest_lcd.c | 3 +- testing/scanftest/scanftest_main.c | 7 +- testing/sensortest/sensortest.c | 4 +- wireless/ieee802154/i8sak/i8sak_main.c | 5 +- wireless/iwpan/src/iwpan.c | 5 +- wireless/wapi/src/wapi.c | 5 +- 42 files changed, 187 insertions(+), 190 deletions(-)