ethanlcz opened a new pull request, #1486: URL: https://github.com/apache/nuttx-apps/pull/1486
- testing/ostest: Remove the code which reference CONFIG_SEM_NNESTPRIO - netutils/mqttc: Add mbedtls configs. - netutils: webserver: Fix directory handling - netlib_getarptab: fix codechecker high level issue - dhcpc: codechecker issuse fix - ostest:add sem protocl to priority inheritance - ltp: fix build fail with "argument too long" issue on 20.04 - Lely CANopen port - netutils/thttpd: remove MIN and MAX definitions from libhttpd.h - examples/foc: fix description in Kconfig - examples/timer_gpio: fix initialization of timer notification - nshlib: fix possible out of bounds array access - system/spi: improve alignment in array initialization - system/libuv: minor style fixes in Makefile - include/canutils/lely: fix file path in comment header - Fix thttpd_alloc.h:64:32: error: 'free' called on pointer 'hc' with nonzero offset 286 [-Werror=free-nonheap-object] - Fix nxstyle wanring as much as we can - Revert "include/canutils/lely: fix file path in comment header" - Revert "system/libuv: minor style fixes in Makefile" - Revert "system/spi: improve alignment in array initialization" - Revert "nshlib: fix possible out of bounds array access" - Revert "examples/timer_gpio: fix initialization of timer notification" - Revert "examples/foc: fix description in Kconfig" - Revert "netutils/thttpd: remove MIN and MAX definitions from libhttpd.h" - Fix fatal error: array: No such file or directory - README.md: remove inaccessible links - Revert "Revert "include/canutils/lely: fix file path in comment header"" - Revert "Revert "system/libuv: minor style fixes in Makefile"" - Revert "Revert "system/spi: improve alignment in array initialization"" - Revert "Revert "nshlib: fix possible out of bounds array access"" - Revert "Revert "examples/timer_gpio: fix initialization of timer notification"" - Revert "Revert "examples/foc: fix description in Kconfig"" - netutils/thttpd: remove MIN and MAX definitions from libhttpd.c - industry/foc/foc_ident: make the Ki resistance measurement parameter configurable - Fixed compiler warnings. - wireless: gs2200m: Change usrsock xid from uint64_t to uint32_t - usrsock:fix stack-buffer-overflow issue when running basic_send test case - Makefile: Remove INCDIROPT - examples/camera: Dynamically get the connected device - README.md: Update NuttX Porting Guide Online links - Fixed compiler warning in webclient. - Fix Error: ftpd.c:1773:9: error: variable 'pos' set but not used [-Werror,-Wunused-but-set-variable] - Fix Error: keyboard_main.c:420:15: error: result of comparison of constant -1 with expression of type 'char' is always true [-Werror,-Wtautological-constant-out-of-range-compare] if (key != EOF) ~~~ ^ ~~~ - Fix nsh_fscmds.c:92:19: error: unused function 'ls_specialdir' [-Werror,-Wunused-function] - Fix Error: shift_main.c:763:7: error: variable 'score' set but not used [-Werror,-Wunused-but-set-variable] - Fix Error: ascii/mbascii.c:118:25: error: unused variable 'ucLRC' [-Werror,-Wunused-variable] - Fix the compiler warning - Rename task_spawnattr_setstacksize to posix_spawnattr_setstacksize - mm_main: delete realloc boundary test - alarm: using timegm instead of mktime beacuse rtc is gmt time - examples/foc: refactor args - examples/foc: separate control thread configuration from general args - examples/foc: simplify control thread configuration - examples/foc: move validate_args to parseargs file - examples/foc/Kconfig: update EXAMPLES_FOC_MMODE range - examples/foc: control motor identification parameters from cmd line - industry/foc/fixed16/foc_ident.c: port changes from float32 implementation - industry/foc/fixed16/foc_ident.c: fix div operation - industry/foc/fixed16/foc_ident.c: add b16_t overflow protection - Improve tcp_ipc_server LoraWAN module communication - netutils/iperf: add newline in printf format - usrsock:aggregrate more data into single recf_from response - Revert "netutils: Make telnetd_daemon() in public" - system/telnet: Fix the style warning - netutils: Support telnetd in the kernel mode - Added poweroff in fs and mm tests. - Fix slcd_trapezoids.cxx:38:5: error: array designators are a C99 extension - Fix Error: src/cscaledbitmap.cxx:456:26: error: result of comparison of constant 256 with expression of type 'uint8_t' (aka 'unsigned char') is always true - Fix error: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? - Fix error: 'NXWidgets::CTextBox::insertText' hides overloaded virtual functio - Fix error: struct 'CWindow' was previously declared as a class - Fix error: private field 'm_stop' is not used - Fix error: 'CTouchscreen' defined as a class here but previously declared as a struct - Makefile: replace INCDIR to INCDIR_PREFIX - interpreter/toywasm: update toywasm version - toywasm_config.h: Add a license notice to appease nxstyle - tools: replace DEFINE to DEFINE_PREFIX - mm: add memory stress test - Fix Error: include/graphics/twm4nx/cwindow.hxx:145:35: error: private field 'm_eventObj' is not used [-Werror,-Wunused-private-field] - fix Error: include/graphics/twm4nx/apps/ccalibration.hxx:149:34: error: private field 'm_stop' is not used [-Werror,-Wunused-private-field] - Fix Error: src/cwindow.cxx:97:3: error: array designators are a C99 extension [-Werror,-Wc99-designator] - add symbols in webclient kconfig - Fix Error: slcd_trapezoids.cxx:84:5: error: array designators are a C99 extension [-Werror,-Wc99-designator] - gps: Fix GPS example application - system/ramspeed:Add automated testing process - Fix CI crash because switch() as missing NMEA sentences - Fix Error: slcan.c:265:19: error: variable 'reccount' is uninitialized when used here [-Werror,-Wuninitialized] - Fix Error: slcan.c:266:60: error: format specifies type 'unsigned long' but the argument has type 'canid_t' (aka 'unsigned int') [-Werror,-Wformat] - Fix Error: src/wapi.c:1050:14: error: implicit conversion from enumeration type 'enum wapi_mode_e' to different enumeration type 'enum wapi_pta_prio_e' [-Werror,-Wenum-conversion] - Fix Error: sx127x_demo.c:464:7: error: variable 'fd' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized] - Fix Error: version_main.c:124:42: error: format specifies type 'long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Werror,-Wformat] - dd:simplified cmd_dd code steps - cmd_dd:support dd can do verify - testing/fstest:Remove duplicate macro references in source code - testing/fstest:Remove duplicate macro references in source code - dhcpc:disable broadcast flag in DHCP process - ostest: reset g_restartstep when test case restart - boot/mcuboot: Bump up version to 36bac4f6a54a3b76266444d8c6c177b8b0483a05 - interpreters/wamr: New option to support ref types - interpreters/wamr: New option to support spec test - apps: getpid should return process id not thread id - Remove DISCLAIMER. Apache NuttX has graduated the Incubator. - examples/tcp_ipc_server: fix wrong file path typo - Fix foc_fixed16_thr.c:188:27: error: variable 'time' set but not used - Fix dac_main.c: error: format string is not a string literal (potentially insecure) - wapi: fix passphrase can not update if prefix is same - system/ping[6]: ping[6] should also be enabled if NET_ICMP[v6]_NO_STACK == y - Fix Error: vi.c:888:57: error: format string is not a string literal (potentially insecure) - Fix ft80x_coprocessor.c:3911:14: error: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') - system/ping: remove depends since NETUTILS_PING already contains this check - netutils/iperf: add more default device name - netutils: correct iperf thread name - dhcp: Make the option dependence work for usrsock case - system/vi: fix nxstyle warning - netutils/iperf: add support of multi-instance - CI: Update worker base OS version - Fix Error: nxtext_popup.c:250:20: error: unused function 'nxpu_puts' - fix issue with reading ipv6 routes. Handle space ahead of first line of route. - apps/ltr308: add simple application to test ltr308 sensor - NuttX graduated the Incubator; update repository links - Remove the unnecessary "return;" at the end of function - testing/monkey: add auto select uinput - toywasm: add .gitignore - interpreters/toywasm: update toywasm version - nxplayer: add mp3 offload playback demo - nshlib:add platform challenge function for nsh login - nshlib:add platform skip login function - nshlib:judge whether nsh login username is a valid input - libc/stream: Rename (put|get) to (putc|getc) - examples/hidkbd: Reuse lib_meminstream_s and remove hidbkd_instream_s - graphics/libyuv: add libyuv - Fix various error in Windows native build - examples/camera: Fix the style issue - examples/camera: Call VIDIOC_S_FMT before VIDIOC_REQBUFS - examples/camera: Add FAR for all pointer - examples/camera: Cast the last argument of ioctl to uintptr_t - graphics/libyuv: fix strict-prototype warning - apps/system: add nxcamera app - apps: add luamodules - luamodules/luv: add libuv lua binding luv. - build.yml: Sync with nuttx version - luamodules/luv: fix comile warning -Werror=int-to-pointer-cast - netutils: iperf: Fix the transfer bytes and the bandwidth overflow - system/camera: fix 'is_image' uninitialized - cmd_arp: add device input for arp interface - arp: change arptable get struct from arp_entry_s to arpreq - drivers/note: rename /dev/note to /dev/note/ram - nshlib: Add login skip, invalid name ignore and password challenge to telnet login - arp: Remove the unnecessary inclusion of nuttx/net/arp - interpreter/toywasm: Update toywasm version - interpreters/toywasm/src/toywasm_config.c: add an empty section - pipe: fix pipe test case failed - nshlib:add platform_skip_login to nshlib.h - nshlib:nsh login include nshlib/nshlib.h - nshlib:fix "Long line" - compiler.h: Add _ between format|printf|syslog|scanf|strftime and like - ostest: remove printf & sem_wait in sigaction - luamodules/lfs: add luafilesystem module - luamodules/lsyslog: add lua syslog module - luamodules/cjson: add lua cjson module - interpreters/lua: support lua module list register - interpreters/lua: fix unpack on incremental build - cmocka:Add automated testing framework cmocka in testing - apps/industry: add scpi parser lib - luamodules: fix compile warning in cjson - system/trace: Check NOTERAM_GETTASKNAME existence directly - system/ramspeed:Fix the error of CI compilation caused by not initializing irqstate_t flags in some cases - add the NxScope library - a real-time data logging tool - add NxScope example - system/cachespeed:Optimize output format and processing logic - app/fstest: config the number of open file and the maximum size of file - netutils: Add iptables in netlib. - apps/system: Add iptables command. - ifconfig: Allow hostip on first non-option place after inet/inet6 - ifconfig: Support prefixlen/CIDR for IPv6 - Add example app for LP503x LED driver - nshlib/script: avoid output unnecessary log when missing rc.sysinit file - graphics/lvgl: Upgrade to lvgl v8 version - remove userspace usrsock rpmsg client/server ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org