Commit Graph

27 Commits

Author SHA1 Message Date
lilei19 86470b890a change strcpy to strlcpy
Signed-off-by: lilei19 <lilei19@xiaomi.com>
2026-04-20 15:07:41 +08:00
Xiang Xiao eea8f072da Fix the minor style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 15:05:00 +08:00
Xiang Xiao aaee3424d8 Fix the coding style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 15:05:00 +08:00
openvela-robot 09fb6941ae wireless/gs2200m: Rename usrsock_request to usrsock_handle_request
fix the conflict after usrsock reconstruct:
https://github.com/apache/incubator-nuttx/pull/6949

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 15:04:59 +08:00
openvela-robot 471294725e nshlib: Reuse nsh_session logic in nsh_telnetmain
to avoid the code duplication

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 15:04:58 +08:00
openvela-robot 073540aa6a apps/application: genarate staging library before copy
neededby:873092

Signed-off-by: chao an <anchao@xiaomi.com>
2026-04-20 15:04:57 +08:00
Xiang Xiao 89cb7831d1 Fix the minor style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 15:04:56 +08:00
openvela-robot 822e32d046 Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),)
to support the tristate option correctly and unify the usage

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 15:04:55 +08:00
openvela-robot a15fc78ad2 application.mk: export custom library to apps/staging
Signed-off-by: chao an <anchao@xiaomi.com>
2026-04-20 15:04:55 +08:00
openvela-robot 435c148232 system/cachespeed:Average time to add 2026-04-20 15:04:53 +08:00
openvela-robot e32b6fbe85 apps/Application: create binary dir before archive
Signed-off-by: chao an <anchao@xiaomi.com>
2026-04-20 15:04:53 +08:00
openvela-robot 27a6c82180 Fixes in DHCPc. 2026-04-20 15:04:52 +08:00
openvela-robot 0a0c756e57 examples: fix format issue
Signed-off-by: nietingting <nietingting@xiaomi.com>
2026-04-20 15:04:51 +08:00
openvela-robot b6bc64d833 examples: clean warning of pipe
transfer_test.c:66:12: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
   int fd = (int)pvarg;
            ^
transfer_test.c: In function 'transfer_writer':
transfer_test.c:122:12: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
   int fd = (int)pvarg;
            ^
transfer_test.c: In function 'transfer_test':
transfer_test.c:169:58: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
   ret = pthread_create(&readerid, NULL, transfer_reader, (pthread_addr_t)fdin);
                                                          ^
transfer_test.c:179:58: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
   ret = pthread_create(&writerid, NULL, transfer_writer, (pthread_addr_t)fdout);
                                                          ^
transfer_test.c:202:13: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
       ret = (int)value;
             ^
transfer_test.c:216:13: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
       tmp = (int)value;
             ^

Signed-off-by: nietingting <nietingting@xiaomi.com>
2026-04-20 15:04:49 +08:00
openvela-robot a3036bae49 ostest: add semaphore wait case for task restart
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2026-04-20 15:04:48 +08:00
Xiang Xiao 67889216bf Fix the coding style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-20 15:04:47 +08:00
Xiang Xiao 3179071a09 Run codespell -w with the latest dictonary again 2026-04-20 14:50:18 +08:00
Xiang Xiao d73b56bf10 Run codespell -w against all files
and fix the wrong correction
2026-04-20 14:50:18 +08:00
openvela-robot 27d30dd138 Merge remote-tracking branch 'apps/NxWidgets' 2026-04-20 14:48:48 +08:00
openvela-robot b290b68f06 Merge remote-tracking branch 'NxWidgets/master' 2026-04-20 14:48:44 +08:00
openvela-robot 6c5c341c59 apps/system/zmodem:
- fix error "sz_main.o: No such file or directory"
  - support -p <path> for rz to change the folder for the recevied file
  - switch debug output from printf to syslog
  - send the next packet for ZME_ACK in ZMS_SENDING to avoid rz on the host side stuck
  - make send work reliable even without hardware flow control
2026-04-20 14:48:34 +08:00
openvela-robot 810cc5f664 Prep for NxWidgets 1.0 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4506 42af7a65-404d-4744-a932-0658087f49c3
2026-04-20 14:48:02 +08:00
Gregory Nutt 661718ee19 apps/nshlib: Add irqinfo command. 2018-01-12 17:58:44 -06:00
Gregory Nutt 81645fe18f strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead. 2017-02-16 15:58:15 -06:00
Sebastien Lorquet 2cbad44f1d This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
Gregory Nutt b9cf7acb1a More trailing whilespace removal 2014-04-13 16:24:28 -06:00
patacongo 5bec43869a Add XML RPC server plus NXWM build fixes from Max Holtzberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5150 42af7a65-404d-4744-a932-0658087f49c3
2012-09-14 14:07:21 +00:00