Re: [PR] video/fb: changed circbuf_write assert to warning [nuttx]

2024-08-21 Thread via GitHub
jianglianfang commented on PR #13030: URL: https://github.com/apache/nuttx/pull/13030#issuecomment-2303902396 Done. -- 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 unsub

Re: [PR] libc/time: remove lib_strptime [nuttx]

2024-08-21 Thread via GitHub
jerpelea commented on PR #13080: URL: https://github.com/apache/nuttx/pull/13080#issuecomment-2303901595 @xiaoxiang781216 the BSD 4 clause code will trigger any code scanning tool and the problem is that it is in the NuttX core(libc). This will potentially make NuttX less attractive for c

Re: [PR] apps: add lame to apps/audioutils/lame [nuttx-apps]

2024-08-21 Thread via GitHub
jerpelea merged PR #2519: URL: https://github.com/apache/nuttx-apps/pull/2519 -- 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.

(nuttx-apps) branch master updated: apps: add lame Makefile & CMakeLists.txt

2024-08-21 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 309f42ea2 apps: add lame Makefile & CMakeL

[PR] net/netdev: Add periodic log for netdev statistics [nuttx]

2024-08-21 Thread via GitHub
wengzhe opened a new pull request, #13093: URL: https://github.com/apache/nuttx/pull/13093 ## Summary Work for every network device using `CONFIG_NETDEV_STATISTICS`. Log style: ``` :T{done}/{total},R({v4}+{v6})/{total} {Protocol}:T{tx},R{rx},D{drop} ``` Example:

Re: [PR] rpmsgfs: fix out of bounds access caused by data transmission farmat [nuttx]

2024-08-21 Thread via GitHub
wyr-7 closed pull request #13091: rpmsgfs: fix out of bounds access caused by data transmission farmat URL: https://github.com/apache/nuttx/pull/13091 -- 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

[PR] rpmsgfs: fix out of bounds access caused by data transmission farmat [nuttx]

2024-08-21 Thread via GitHub
wyr-7 opened a new pull request, #13092: URL: https://github.com/apache/nuttx/pull/13092 ## Summary msg->buf has different type with struct stat, so can not memcpy directly. ## Impact rpmsgfs ## Testing test in sim:rpserver, sim:rpproxy -- This is an automated message fr

[PR] rpmsgfs: fix out of bounds access caused by data transmission farmat [nuttx]

2024-08-21 Thread via GitHub
wyr-7 opened a new pull request, #13091: URL: https://github.com/apache/nuttx/pull/13091 ## Summary rpmsgfs: fix out of bounds access caused by data transmission farmat ## Impact rpmsgfs ## Testing test in vela -- This is an automated message from the Apache Git Service

(nuttx) branch master updated (419a8ab050 -> 947b24c8c1)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 419a8ab050 CMakeLists.txt: warning D9002 on windows + msvc add 8628cc9c0e crypto/ripemd160: export ripemd160 al

Re: [PR] nuttx/crypto: support poly1305 and ripemd160 algorithm [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13084: URL: https://github.com/apache/nuttx/pull/13084 -- 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...@nu

[PR] board/qemu-armv7a: add CMake support [nuttx]

2024-08-21 Thread via GitHub
yf13 opened a new pull request, #13090: URL: https://github.com/apache/nuttx/pull/13090 ## Summary This adds cmake support for `board/qemu-armv7a`. ## Impacts None ## Testing - local checks with qemu-armv7a target - CI checks -- This is an auto

[PR] netutils/netlib: Encapsulate the dhcp configuration network code and … [nuttx-apps]

2024-08-21 Thread via GitHub
zs39 opened a new pull request, #2520: URL: https://github.com/apache/nuttx-apps/pull/2520 ## Summary - Since the DHCP configuration network code is reused multiple times, it is encapsulated. - Modify all calling places ## Impact - Renew command - Ifconfig command

Re: [PR] can: Remove CANIOC_XXX macro from include/nuttx/can.h [nuttx]

2024-08-21 Thread via GitHub
HedongGao commented on PR #13048: URL: https://github.com/apache/nuttx/pull/13048#issuecomment-2303577236 @PetervdPerk-NXP @raiden00pl @raiden00pl I will fix the comments and pull request commits one by one. Thank you ! -- This is an automated message from the Apache Git Service. To r

Re: [PR] espressif: Update internal libraries reference [nuttx]

2024-08-21 Thread via GitHub
masayuki2009 commented on PR #13022: URL: https://github.com/apache/nuttx/pull/13022#issuecomment-2303570828 @tmedicci I noticed that esp32-devkitc:elf crashes now. The issue happens with both a real board and QEMU. ```

[PR] apps: add lame to apps/audioutils/lame [nuttx-apps]

2024-08-21 Thread via GitHub
shizhenghui opened a new pull request, #2519: URL: https://github.com/apache/nuttx-apps/pull/2519 ## Summary Add lame library to apps/audioutils/lame ## Impact Simulator offload using internal mp3lame encoder instead of the host mp3lame encoder. ## Testing

Re: [PR] netlib/route: add length for add/del route-func to reduce caller stack usage [nuttx]

2024-08-21 Thread via GitHub
Meissi-jian commented on code in PR #12994: URL: https://github.com/apache/nuttx/pull/12994#discussion_r1726147413 ## libs/libc/net/lib_addroute.c: ## @@ -47,24 +47,24 @@ * netmask - Network mask defining the external network (required) * router - Router address that

[PR] api:add lib_realpath function [nuttx]

2024-08-21 Thread via GitHub
guohao15 opened a new pull request, #13089: URL: https://github.com/apache/nuttx/pull/13089 ## Summary add a new api FAR char *lib_realpath(FAR const char *path, FAR char *resolved, bool notfollow); Add the **nofollow** parameter to choose whether to resolve the pat

[PR] sim_offload: add lame library to apps/audioutils/lame [nuttx]

2024-08-21 Thread via GitHub
shizhenghui opened a new pull request, #13088: URL: https://github.com/apache/nuttx/pull/13088 ## Summary 1. Add lame library to apps/audioutils/lame 2. Move sim_offload.c out of posix directory 3. Remove -lmad & -lmp3lame from Makefile ## Impact Simulator offloa

Re: [PR] irq: add isr thread [nuttx]

2024-08-21 Thread via GitHub
patacongo commented on code in PR #13018: URL: https://github.com/apache/nuttx/pull/13018#discussion_r1725115068 ## sched/irq/irq_attach_thread.c: ## @@ -0,0 +1,214 @@ +/ + * sched/irq/irq_attach_thread.

(nuttx-apps) branch master updated: examples/usbserial: Check if usbserial device exist before register

2024-08-21 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ab67cb191 examples/usbserial: Check i

Re: [PR] examples/usbserial: Check if usbserial device exist before register [nuttx-apps]

2024-08-21 Thread via GitHub
pkarashchenko merged PR #2502: URL: https://github.com/apache/nuttx-apps/pull/2502 -- 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...@n

Re: [PR] irq: add isr thread [nuttx]

2024-08-21 Thread via GitHub
hujun260 commented on code in PR #13018: URL: https://github.com/apache/nuttx/pull/13018#discussion_r1726149504 ## sched/irq/irq_attach_thread.c: ## @@ -0,0 +1,214 @@ +/ + * sched/irq/irq_attach_thread.c

[PR] Audio upstream [nuttx]

2024-08-21 Thread via GitHub
Renjianguang-mi opened a new pull request, #13087: URL: https://github.com/apache/nuttx/pull/13087 ## 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

Re: [PR] netlib/route: add length for add/del route-func to reduce caller stack usage [nuttx]

2024-08-21 Thread via GitHub
Meissi-jian commented on code in PR #12994: URL: https://github.com/apache/nuttx/pull/12994#discussion_r1726147413 ## libs/libc/net/lib_addroute.c: ## @@ -47,24 +47,24 @@ * netmask - Network mask defining the external network (required) * router - Router address that

Re: [PR] Sync the modifications of the WiFi function in simulator. [nuttx]

2024-08-21 Thread via GitHub
liqinhuixm commented on PR #13070: URL: https://github.com/apache/nuttx/pull/13070#issuecomment-2303510707 @acassis [https://github.com/apache/nuttx/blob/master/tools/simwifi/README](url) This is a brief introduction to the simwifi function. -- This is an automated message from the Apa

Re: [PR] can: Merge netpacket/can.h into nuttx/can.h [nuttx-apps]

2024-08-21 Thread via GitHub
HedongGao closed pull request #2518: can: Merge netpacket/can.h into nuttx/can.h URL: https://github.com/apache/nuttx-apps/pull/2518 -- 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 comme

(nuttx-website) branch asf-site updated: Publishing web: aa582a7d73267f59d84c5725206901ad829e3351 docs: 9b3fe177438fcfe9a4284779286cf4e354b7c4fb

2024-08-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new f8d94a5cc Publishing web: aa582a7

(nuttx) branch master updated: CMakeLists.txt: warning D9002 on windows + msvc

2024-08-21 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 419a8ab050 CMakeLists.txt: warning D9002 on windo

Re: [PR] CMakeLists.txt: warning D9002 on Windows + msvc [nuttx]

2024-08-21 Thread via GitHub
anchao merged PR #13085: URL: https://github.com/apache/nuttx/pull/13085 -- 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.apach

(nuttx) branch master updated (3a25286862 -> 9b3fe17743)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 3a25286862 usbdev/cdcncm: fix notify overwrite issue add 62f598e547 arm_mpu:Reentrant allocation Region ad

Re: [PR] MPU update [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #12968: URL: https://github.com/apache/nuttx/pull/12968 -- 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...@nu

Re: [PR] usb_cdcmbim: add mbim device driver [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 commented on PR #13075: URL: https://github.com/apache/nuttx/pull/13075#issuecomment-2302655480 > @zhhyu7 Please add Documentation/ too! let's create a new pr for document. -- This is an automated message from the Apache Git Service. To respond to the message, please

(nuttx) branch master updated (271f76590f -> 3a25286862)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 271f76590f fs_lock/pathbuffer:Optimize code structure add 5b24917bb9 usb_cdcmbim: add mbim device driver a

Re: [PR] usb_cdcmbim: add mbim device driver [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13075: URL: https://github.com/apache/nuttx/pull/13075 -- 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...@nu

(nuttx) 05/06: lib_pathbuffer.c:Determine whether to malloc from the heap by CONFIG_LIBC_PATHBUFFER_MALLOC

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 36a8ff0540ca7389b5a14b64149a96f4f7a23461 Author: chenrun1 AuthorDate: Tue Aug 20 14:14:22 2024 +0800 lib_pathbuff

(nuttx) 01/06: fs_lock:Reduce stack size

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 0bf2634631aa6d6ca67df85fb04a9d1f32b4db6a Author: chenrun1 AuthorDate: Tue Feb 27 16:38:14 2024 +0800 fs_lock:Redu

(nuttx) 06/06: fs_lock/pathbuffer:Optimize code structure

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 271f76590f2237c70bab6fea2b90be2bdc944288 Author: chenrun1 AuthorDate: Wed Aug 21 11:06:27 2024 +0800 fs_lock/path

(nuttx) 04/06: notify:add path tmp buffer

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 16afee6f0cdb81fa1f77108a1a522c1fbfc8a2b3 Author: guohao15 AuthorDate: Mon Feb 26 16:32:57 2024 +0800 notify:add p

(nuttx) 03/06: fslock:Optimize the performance overhead caused by frequent close

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit dba77ff043508cf97b877e1379c971c11d8859d5 Author: chenrun1 AuthorDate: Thu Jul 11 17:38:22 2024 +0800 fslock:Optim

Re: [PR] Fslock optimize [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #12969: URL: https://github.com/apache/nuttx/pull/12969 -- 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...@nu

(nuttx) branch master updated (a69d3d78fe -> 271f76590f)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from a69d3d78fe inotify: add filter of notify options to reduce overload of system new 0bf2634631 fs_lock:Reduce st

(nuttx) 02/06: fs_lock:Fixed the problem that in multi-threaded situations, the bucket may be deleted by other factors during the search process, resulting in assertion.

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c528244f19a282eb4d3c4266fcbf93c3367fc1b3 Author: chenrun1 AuthorDate: Fri May 24 16:12:16 2024 +0800 fs_lock:Fixe

(nuttx) 06/13: rpmsgfs:add support FIOC_FILEPATH for rpmsgfs_ioctl

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 03aca2c07e7db1fdd3cf5ef1a5f48ebb715e0169 Author: guohao15 AuthorDate: Tue Nov 14 18:53:19 2023 +0800 rpmsgfs:add

(nuttx) 08/13: notify: change inode type check out of the lock

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 048415f4075a1d6b036b4241c1d8fdee5e990544 Author: guohao15 AuthorDate: Tue Jan 30 10:44:12 2024 +0800 notify: chan

(nuttx) 12/13: inotify: group g_inotify_xxx global variables into one struct

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 8731368e451dc5d138f8c8296d10b8a3d6c06291 Author: guohao15 AuthorDate: Wed Jun 19 15:13:08 2024 +0800 inotify: gro

(nuttx) 09/13: notify:do not noitfy when in signal context

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 3df638971f448d77807656d86f6dbc927c0e7fa9 Author: guohao15 AuthorDate: Thu Feb 1 16:45:41 2024 +0800 notify:do not

(nuttx) 13/13: inotify: add filter of notify options to reduce overload of system

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit a69d3d78fe39c602c351de7a2e8d65db271fbac0 Author: guohao15 AuthorDate: Fri May 31 16:30:53 2024 +0800 inotify: add

(nuttx) 02/13: basename: return path address instead of "/" when path="/"

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 3ced80c743ffdfb688c8727c959faec8ffa0fb25 Author: guohao15 AuthorDate: Fri Nov 3 14:56:40 2023 +0800 basename: ret

(nuttx) 01/13: fs:notify add support for inotify

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 86e00896d3580c6f9ac9e9e667b6c5a54534fcbd Author: guohao15 AuthorDate: Fri Aug 18 20:14:38 2023 +0800 fs:notify ad

Re: [PR] Fsnotify [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 commented on PR #13077: URL: https://github.com/apache/nuttx/pull/13077#issuecomment-2302646142 > Nice work @guohao15 !!! Please include Documentation/ @guohao15 please create a new pr for document. -- This is an automated message from the Apache Git Service. To resp

(nuttx) 11/13: inotify: use nx_stat instead of stat

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 57250a960276be78aabd8273fe01b9379fcd8fa1 Author: guohao15 AuthorDate: Mon May 27 11:07:21 2024 +0800 inotify: use

(nuttx) 05/13: inotifiy:reduce stack memory used in inotify

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 68a64c1a4cac468064b41373f097a34576262ed9 Author: guohao15 AuthorDate: Mon Nov 6 18:41:29 2023 +0800 inotifiy:redu

(nuttx) 04/13: inotify:change log level in case of flood the screen

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 74963decebd304d5c716a71d81b43d0d00658c7d Author: guohao15 AuthorDate: Mon Nov 6 20:31:11 2023 +0800 inotify:chang

(nuttx) 03/13: fsnotify:fix bug when path="/"

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit a40a8e17fb398f2b34607b5e7c53acd199b77f71 Author: guohao15 AuthorDate: Thu Nov 2 20:20:24 2023 +0800 fsnotify:fix

(nuttx) 10/13: notify:change tempbuffer structure

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit bf919afcbd6d066df459b660b05326d14347d93a Author: guohao15 AuthorDate: Thu Feb 22 10:56:44 2024 +0800 notify:chang

(nuttx) 07/13: inotify:add function filter type of inode

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 25e2d7bef28f6a14dcf40218e0f4d24ba2d6edb1 Author: guohao15 AuthorDate: Thu Jan 18 12:20:37 2024 +0800 inotify:add

(nuttx) branch master updated (6e1dfe2777 -> a69d3d78fe)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 6e1dfe2777 include/wchar:Fix mbstate_t Redeclaration in MSVC new 86e00896d3 fs:notify add support for inotify

Re: [PR] Fsnotify [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13077: URL: https://github.com/apache/nuttx/pull/13077 -- 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...@nu

(nuttx) branch master updated (4c6f75d13c -> 6e1dfe2777)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 4c6f75d13c sched/irq: correct critical section to spin lock add 667e92390b nuttx/atomic.h:replace ALL stdatomic

Re: [PR] Basic Atomic for NuttX [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13044: URL: https://github.com/apache/nuttx/pull/13044 -- 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...@nu

Re: [PR] Basic Atomic for NuttX [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 commented on PR #13044: URL: https://github.com/apache/nuttx/pull/13044#issuecomment-2302634329 > > We can use this atomic test in > > https://github.com/apache/nuttx-apps/blob/master/testing/atomic/atomic_main.c > > Looks good to me as long we're sure every archite

(nuttx) branch master updated (4fa5451595 -> 4c6f75d13c)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 4fa5451595 simwifi: Fix the error of the return value in wifidriver_set_txpower. add 4c6f75d13c sched/irq: co

Re: [PR] sched/irq: correct critical section to spin lock [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13083: URL: https://github.com/apache/nuttx/pull/13083 -- 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...@nu

Re: [PR] Add `oldconfig` and `olddefconfig` custom targets to CMake [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #13086: URL: https://github.com/apache/nuttx/pull/13086#discussion_r1725473743 ## cmake/menuconfig.cmake: ## @@ -74,6 +74,24 @@ add_custom_target( ${NUTTX_DEFCONFIG} WORKING_DIRECTORY ${NUTTX_DIR}) +add_custom_target( + ol

(nuttx-apps) branch master updated (b883eb592 -> 5a04b9a7c)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from b883eb592 mbedtls: fix build error when libcxx is enabled. add 5a04b9a7c tcpdump:fix tcpdump stack overflo

Re: [PR] mbedtls: fix build error when libcxx is enabled. [nuttx-apps]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #2517: URL: https://github.com/apache/nuttx-apps/pull/2517 -- 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...

Re: [PR] tcpdump:fix tcpdump stack overflow bug [nuttx-apps]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #2516: URL: https://github.com/apache/nuttx-apps/pull/2516 -- 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-apps) branch master updated: mbedtls: fix build error when libcxx is enabled.

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new b883eb592 mbedtls: fix build error when l

[PR] Add `oldconfig` and `olddefconfig` custom targets to CMake [nuttx]

2024-08-21 Thread via GitHub
pietroalbini opened a new pull request, #13086: URL: https://github.com/apache/nuttx/pull/13086 ## Summary The [Fast configuration changes](https://nuttx.apache.org/docs/latest/quickstart/configuring.html#fast-configuration-changes) section of the documentation mentions the need to r

Re: [I] [HELP] How to print MMU related information on ARM FVP? [nuttx]

2024-08-21 Thread via GitHub
acassis commented on issue #13062: URL: https://github.com/apache/nuttx/issues/13062#issuecomment-2302478697 @lzc1001 hmm, I think I discovered the issue: there is not CONFIG_MMU_DEBUG. Just run: $ git grep MMU_DEBUG There need to exist an MMU_DEBUG symbol defined inside a Kconfig o

Re: [I] [HELP] How to print MMU related information on ARM FVP? [nuttx]

2024-08-21 Thread via GitHub
lzc1001 commented on issue #13062: URL: https://github.com/apache/nuttx/issues/13062#issuecomment-2302448833 @acassis Thanks for your answer!😀 So, I need to write a new "sinfo()" by myself? Because I found that this function was already written in the code, but it was wrapped in the macro d

[PR] CMakeLists.txt: warning D9002 on Windows + msvc [nuttx]

2024-08-21 Thread via GitHub
simbit18 opened a new pull request, #13085: URL: https://github.com/apache/nuttx/pull/13085 ## Summary Resolve compile warning cl : command line warning D9002: ignoring unknown option '-fmacro-prefix-map= ## Impact None ## Testing local and GITHUB -- This is an auto

Re: [PR] Basic Atomic for NuttX [nuttx]

2024-08-21 Thread via GitHub
PetervdPerk-NXP commented on PR #13044: URL: https://github.com/apache/nuttx/pull/13044#issuecomment-2302413257 > We can use this atomic test in https://github.com/apache/nuttx-apps/blob/master/testing/atomic/atomic_main.c Looks good to me as long we're sure every architecture is tr

Re: [PR] MPU update [nuttx]

2024-08-21 Thread via GitHub
crafcat7 commented on PR #12968: URL: https://github.com/apache/nuttx/pull/12968#issuecomment-2302402499 > @crafcat7 please rebase the patch Done -- 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

Re: [PR] Basic Atomic for NuttX [nuttx]

2024-08-21 Thread via GitHub
crafcat7 commented on PR #13044: URL: https://github.com/apache/nuttx/pull/13044#issuecomment-2302395204 > I think it would be a good idea to add an example/test in nuttx/apps using libcxxmini. So CI will test the implementation with different toolchains. We can use this atomic test i

(nuttx) 01/06: simwifi: Add debug info and disable the wifi of networkmanager.

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit be942853c4b7ef3aa78d70020e45e1dd42c69628 Author: liqinhui AuthorDate: Tue Jun 11 11:26:35 2024 +0800 simwifi: Add

Re: [PR] Sync the modifications of the WiFi function in simulator. [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13070: URL: https://github.com/apache/nuttx/pull/13070 -- 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...@nu

(nuttx) 04/06: simwifi: Suppress the scanning times to avoid the popen crash.

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 6d3fdd4f15d088950d70314e9c972c39af1c22aa Author: liqinhui AuthorDate: Wed Jun 26 20:27:21 2024 +0800 simwifi: Sup

(nuttx) 05/06: simwifi: Resolve the error of getting the network ID.

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 91d849b70e95a49d2a398155c94ee608ad24c827 Author: liqinhui AuthorDate: Tue Jul 9 22:39:07 2024 +0800 simwifi: Reso

(nuttx) 03/06: simwifi: Avoid to set the mode of wlan repeatedly.

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 577e2fa73fb80c3d51b10d9cd3c4e6f18e37de08 Author: liqinhui AuthorDate: Mon Jun 24 11:59:23 2024 +0800 simwifi: Avo

(nuttx) branch master updated (c19cbdf8d6 -> 4fa5451595)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c19cbdf8d6 cmake: fix invalid syntax when generating version.h from tags new be942853c4 simwifi: Add debug inf

(nuttx) 06/06: simwifi: Fix the error of the return value in wifidriver_set_txpower.

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 4fa5451595f827fb8227215a61cf65186ecb23ed Author: liqinhui AuthorDate: Tue Jul 9 22:45:57 2024 +0800 simwifi: Fix

(nuttx) 02/06: simwifi: Support the ioctl of SIOCGIWENCODEEXT and SIOCGIWSENS.

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 01b39074a2c6c8399da1edca66dd13a00b592e88 Author: liqinhui AuthorDate: Tue Jun 11 20:18:49 2024 +0800 simwifi: Sup

Re: [PR] MPU update [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 commented on PR #12968: URL: https://github.com/apache/nuttx/pull/12968#issuecomment-2302385455 @crafcat7 please rebase the patch -- 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 t

(nuttx) branch master updated: cmake: fix invalid syntax when generating version.h from tags

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new c19cbdf8d6 cmake: fix invalid syntax when gene

Re: [PR] cmake: fix invalid syntax when generating version.h from tags [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13081: URL: https://github.com/apache/nuttx/pull/13081 -- 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...@nu

Re: [I] CMake version.h compilation error [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 closed issue #11438: CMake version.h compilation error URL: https://github.com/apache/nuttx/issues/11438 -- 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 unsu

(nuttx) branch master updated (8d1f4e9697 -> a60185cc40)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 8d1f4e9697 sim_camera: rename video to camera add d99717765e bcm43xxx: Fix the warnings. add a60185cc40 ne

Re: [PR] Fix the compilation warnings [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13054: URL: https://github.com/apache/nuttx/pull/13054 -- 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...@nu

(nuttx) branch master updated (568917bfd2 -> 8d1f4e9697)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 568917bfd2 espressif: Fix MCUboot build on RISC-V and unify linker script add 6ff3ed83fc m2m sim codec: add wq

Re: [PR] video: fix warning & update sim camera [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13078: URL: https://github.com/apache/nuttx/pull/13078 -- 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...@nu

(nuttx) 02/02: espressif: Fix MCUboot build on RISC-V and unify linker script

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 568917bfd295e2eb3a97c235dd1e628209db44fa Author: Tiago Medicci Serrano AuthorDate: Mon Aug 12 17:20:01 2024 -0300

(nuttx) branch master updated (c40358ff0d -> 568917bfd2)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c40358ff0d pm: update document, add pm_idle interface for not-smp case new 5680e9d5a4 espressif: Update interna

Re: [PR] espressif: Update internal libraries reference [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13022: URL: https://github.com/apache/nuttx/pull/13022 -- 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...@nu

Re: [PR] libc/time: remove lib_strptime [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 commented on PR #13080: URL: https://github.com/apache/nuttx/pull/13080#issuecomment-2302367233 > @acassis > > BSD-2 clause license https://opensource.org/license/bsd-2-clause > > BSD- 3 clause license https://opensource.org/license/bsd-3-clause > > As you

(nuttx) branch master updated (c4d8d937d5 -> c40358ff0d)

2024-08-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c4d8d937d5 libs/libc/obstack: correctly append null byte at the end of string add c40358ff0d pm: update docume

Re: [PR] pm: update document, add pm_idle interface for not-smp case [nuttx]

2024-08-21 Thread via GitHub
xiaoxiang781216 merged PR #13072: URL: https://github.com/apache/nuttx/pull/13072 -- 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...@nu

Re: [PR] Remove some macro, merge two header files , add bit flags and add LIN bus-type [nuttx]

2024-08-21 Thread via GitHub
raiden00pl commented on PR #13048: URL: https://github.com/apache/nuttx/pull/13048#issuecomment-2302354009 @PetervdPerk-NXP CAN chardev header is in `include/can/can.h`. Merged headers are for SocketCAN only which are: `include/netpacket/can.h` and `include/nuttx/can.h`. Changes in `incl

Re: [PR] Remove some macro, merge two header files , add bit flags and add LIN bus-type [nuttx]

2024-08-21 Thread via GitHub
PetervdPerk-NXP commented on PR #13048: URL: https://github.com/apache/nuttx/pull/13048#issuecomment-2302293913 Overall I'm not a fan of merging the CHRDEV header with the SocketCAN header. Those are 2 distinct subsystems. Also I would like to maintain compatibility with Linux I think thi

Re: [PR] Remove some macro, merge two header files , add bit flags and add LIN bus-type [nuttx]

2024-08-21 Thread via GitHub
PetervdPerk-NXP commented on code in PR #13048: URL: https://github.com/apache/nuttx/pull/13048#discussion_r1725233352 ## include/nuttx/can.h: ## @@ -313,43 +276,85 @@ typedef uint32_t can_err_mask_t; * can_dlc: frame payload length in byte (0 .. 8) aka data length code *

  1   2   >