Re: [PR] arch/arm: syscall SYS_switch_context and SYS_restore_context use 0 para [nuttx]

2024-11-22 Thread via GitHub
hujun260 commented on code in PR #14881: URL: https://github.com/apache/nuttx/pull/14881#discussion_r1855142448 ## arch/arm/src/armv8-m/arm_svcall.c: ## @@ -457,12 +414,12 @@ int arm_svcall(int irq, void *context, void *arg) * switch. */ - if (regs != new_regs) + if

Re: [I] cmake build failed [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 closed issue #12480: cmake build failed URL: https://github.com/apache/nuttx/issues/12480 -- 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

Re: [PR] arch/arm: syscall SYS_switch_context and SYS_restore_context use 0 para [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #14881: URL: https://github.com/apache/nuttx/pull/14881#discussion_r1852399267 ## arch/arm/src/armv6-m/arm_sigdeliver.c: ## @@ -54,9 +54,10 @@ void arm_sigdeliver(void) { struct tcb_s *rtcb = this_task(); - uint32_t *regs = rtcb->xcp

Re: [PR] drivers/serial/serial.c: adapt to the iovec-based api [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #14898: URL: https://github.com/apache/nuttx/pull/14898#discussion_r1855086624 ## include/nuttx/fs/uio.h: ## @@ -45,6 +45,7 @@ struct uio { FAR const struct iovec *uio_iov; int uio_iovcnt; + size_t uio_offset_in_iov; /* offset in u

(nuttx) 23/32: tools/gdb: use remote-register standard

2024-11-22 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 e7c2e7c5760bc3166192473347ecc71d16255d94 Author: xuxingliang AuthorDate: Fri Sep 13 02:39:09 2024 +0800 tools/gdb

(nuttx) 15/32: tools/gdb: accept expression or value for arguments

2024-11-22 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 75c1b26cbc65510e938145f1a58ac93a0c29bfb8 Author: xuxingliang AuthorDate: Mon Sep 9 15:31:03 2024 +0800 tools/gdb:

(nuttx) 21/32: tools/gdb: fix regression on older version of GDB

2024-11-22 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 74bac565397dea37ebfc3ac0b7b7532737738279 Author: xuxingliang AuthorDate: Mon Sep 16 21:21:15 2024 +0800 tools/gdb

(nuttx) 31/32: nuttxgdb/dmesg.py:add diagnose api

2024-11-22 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 c29f93922a0def14217dd7bd5dfbf021abdf1fc6 Author: yangao1 AuthorDate: Mon Oct 14 16:53:23 2024 +0800 nuttxgdb/dmes

(nuttx) 29/32: dmesg.py:use 'replace' avoid decode error

2024-11-22 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 472b49e11f974316558b580329c62ab2066ecd97 Author: anjiahao AuthorDate: Wed Sep 18 16:23:14 2024 +0800 dmesg.py:use

(nuttx) 22/32: tools/gdb: init superclass in python3 code style

2024-11-22 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 68d47ee8473bad7461e3ce53194afde089f8a033 Author: xuxingliang AuthorDate: Tue Sep 17 01:27:38 2024 +0800 tools/gdb

(nuttx) 18/32: utils.py:add `profile` command to profile python command

2024-11-22 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 92d79d5e71b6de8960289c0f36982fdc1ee5dc01 Author: anjiahao AuthorDate: Thu Sep 12 17:13:39 2024 +0800 utils.py:add

(nuttx) 17/32: memdump.py:add some error info to mmforeach and try dump mempool frist

2024-11-22 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 160f61cd4dd941ebdc12fb3aabcb79070de2a334 Author: anjiahao AuthorDate: Thu Sep 12 17:11:44 2024 +0800 memdump.py:a

(nuttx) 08/32: tools/gdb: make entry for list iteration optional

2024-11-22 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 7b43cf5221a9edd293655c7cc8c95193e9bb7f9e Author: xuxingliang AuthorDate: Tue Aug 27 23:26:15 2024 +0800 tools/gdb

(nuttx) 13/32: tools/gdb: add addr2line tool

2024-11-22 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 cbf778cb60843ec102595681b6bade8861713bc3 Author: xuxingliang AuthorDate: Fri Aug 30 14:35:34 2024 +0800 tools/gdb

(nuttx) 28/32: tools/gdb: add get_task_tls and get_thread_tls

2024-11-22 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 8b4a4f853984c15174cdce9b299a1753dfa2cb0a Author: xuxingliang AuthorDate: Wed Sep 18 14:26:15 2024 +0800 tools/gdb

(nuttx) 12/32: tools/gdb: fix older version gdb compatibility issue

2024-11-22 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 1a934a4da076fe7b50485e62b058b34ba0415933 Author: xuxingliang AuthorDate: Sat Aug 31 18:29:31 2024 +0800 tools/gdb

(nuttx) 01/32: tools/gdb: fallback to parse elf to get macro

2024-11-22 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 7daecfb10c50b3257397f5b9ddd3487032f73514 Author: xuxingliang AuthorDate: Fri Aug 16 20:36:39 2024 +0800 tools/gdb

(nuttx) 02/32: regression: use stack TLS region to retrieve task argument vector

2024-11-22 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 fa8aff6d9b85c621f9642bf0648c0add8bf2916d Author: Gao Jiawei AuthorDate: Thu Aug 22 09:55:27 2024 +0800 regression

(nuttx) 07/32: tool/gdb/memdump: fix orphan, fix -p support

2024-11-22 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 3f3bbf76f94bc858784140127f6ce3b52f70bf61 Author: buxiasen AuthorDate: Wed Aug 28 19:56:36 2024 +0800 tool/gdb/mem

(nuttx) 10/32: tools/gdb: use os.system to call readelf

2024-11-22 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 444396ee3780a7f534f4e5546822da97b704b8bd Author: xuxingliang AuthorDate: Wed Aug 28 11:58:40 2024 +0800 tools/gdb

(nuttx) 14/32: gdb:add dmesg command show ramlog buffer data as syslog

2024-11-22 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 0f0fefb9427626a8b237bbfb6e8a19bc18592811 Author: anjiahao AuthorDate: Fri Sep 6 15:12:16 2024 +0800 gdb:add dmesg

(nuttx) branch master updated (fccd908114 -> 1485ecd28e)

2024-11-22 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 fccd908114 arch/arm64: syscall SYS_switch_context and SYS_restore_context use 0 para new 7daecfb10c tools/gdb:

(nuttx) 16/32: gdb/memdump:fixed the problem of inaccurate statistics

2024-11-22 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 8adbf6c5040b02dc46f0ba1d3541ae836f8fa98f Author: anjiahao AuthorDate: Tue Sep 10 16:08:20 2024 +0800 gdb/memdump:

(nuttx) 27/32: tools/gdb: add diagnose commands

2024-11-22 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 5d86bee5c7102b90a4376e630bd7c3cdf5e8395e Author: xuxingliang AuthorDate: Mon Sep 9 14:04:18 2024 +0800 tools/gdb:

(nuttx) 20/32: tools/gdb: need to switch back to inferior 1

2024-11-22 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 94a2ce3641213cc702abc5c17b0f81a50c714a2e Author: xuxingliang AuthorDate: Mon Sep 16 20:46:12 2024 +0800 tools/gdb

(nuttx) 11/32: tools/gdb: register NuttX commands when loading the first elf file

2024-11-22 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 58cd81ea46fa25608a099a7e2c9af5b509b4 Author: xuxingliang AuthorDate: Sat Aug 31 18:14:15 2024 +0800 tools/gdb

(nuttx) 26/32: tools/gdb: add foreach prefixed command

2024-11-22 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 a2da6b94f00d15941df7889be486c659e23f1795 Author: xuxingliang AuthorDate: Tue Sep 17 12:51:50 2024 +0800 tools/gdb

(nuttx) 25/32: tools/gdb: add pyproject.toml to build as a package

2024-11-22 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 04b35a2e8f7c1646343ab1103aef6fb78f79efb2 Author: xuxingliang AuthorDate: Mon Sep 9 18:36:20 2024 +0800 tools/gdb:

(nuttx) 06/32: tools/gdb: allow to use info nxthreads

2024-11-22 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 796806c65be84a75ad5274d7a6cf6314b7f4091a Author: xuxingliang AuthorDate: Thu Aug 29 12:18:23 2024 +0800 tools/gdb

(nuttx) 09/32: tools/gdb: add deadlock detect tool

2024-11-22 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 d15540a836eaccade5dc35154b9e8cb00de17679 Author: xuxingliang AuthorDate: Thu Aug 29 19:23:45 2024 +0800 tools/gdb

(nuttx) 30/32: gdb/dmesg: replace non-printable NULL terminator

2024-11-22 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 4e6026efe637c1eda57ffc1d7fd8b18f58571ae7 Author: xuxingliang AuthorDate: Wed Oct 16 12:23:20 2024 +0800 gdb/dmesg

(nuttx) 32/32: gdb/dmesg: print dmesg in the correct order

2024-11-22 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 1485ecd28e4179f81fbf1f92f41c7346aa504d92 Author: xuxingliang AuthorDate: Tue Oct 22 13:44:42 2024 +0800 gdb/dmesg

(nuttx) 24/32: tools/gdb: use iterator for list

2024-11-22 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 5a82e21edba480a188feea1f5f063c33040cad55 Author: xuxingliang AuthorDate: Mon Sep 16 20:42:45 2024 +0800 tools/gdb

(nuttx) 19/32: gdb python:support check elf version

2024-11-22 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 5f34b44fcadf7dbff8cf5719ffca4d02379f421d Author: anjiahao AuthorDate: Fri Aug 30 19:36:56 2024 +0800 gdb python:s

(nuttx) 05/32: thread.py: fix bug that ARM-A TCB info register[2]

2024-11-22 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 db1e97405a81aecf3eb0db6548fd485c44a01241 Author: anjiahao AuthorDate: Mon Aug 26 20:29:03 2024 +0800 thread.py: f

(nuttx) 03/32: improve sanity checking when constructing the stack object

2024-11-22 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 1b5b882e53b147948e27f11c90da44a3d362bc5d Author: Gao Jiawei AuthorDate: Thu Aug 22 10:08:51 2024 +0800 improve sa

(nuttx) 04/32: trvial adjustment on `get_arch_(sp|pc)_name()`

2024-11-22 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 b5e7f8a40f69fa127f7749d9e74a134b9e06a023 Author: Gao Jiawei AuthorDate: Thu Aug 8 10:24:56 2024 +0800 trvial adju

Re: [PR] Publish GDB Plugin as a standard python package [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 merged PR #14904: URL: https://github.com/apache/nuttx/pull/14904 -- 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] arm64: syscall SYS_switch_context and SYS_restore_context use 0 para [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 merged PR #14911: URL: https://github.com/apache/nuttx/pull/14911 -- 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: arch/arm64: syscall SYS_switch_context and SYS_restore_context use 0 para

2024-11-22 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 fccd908114 arch/arm64: syscall SYS_switch_cont

Re: [PR] arm64: syscall SYS_switch_context and SYS_restore_context use 0 para [nuttx]

2024-11-22 Thread via GitHub
nuttxpr commented on PR #14911: URL: https://github.com/apache/nuttx/pull/14911#issuecomment-2495271804 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the basic NuttX requiremen

[PR] arm64: syscall SYS_switch_context and SYS_restore_context use 0 para [nuttx]

2024-11-22 Thread via GitHub
hujun260 opened a new pull request, #14911: URL: https://github.com/apache/nuttx/pull/14911 ## Summary arm64: syscall SYS_switch_context and SYS_restore_context use 0 para reason: simplify context switch sys_call0(SYS_switch_context) sys_call0(SYS_restore_contex

Re: [PR] arm64: remove up_set_current_regs/up_current_regs [nuttx]

2024-11-22 Thread via GitHub
hujun260 commented on code in PR #14905: URL: https://github.com/apache/nuttx/pull/14905#discussion_r1854998457 ## include/nuttx/sched.h: ## @@ -244,7 +244,7 @@ # define this_cpu() (0) #endif -#define running_regs() ((void *)(g_running_tasks[t

(nuttx-website) branch asf-site updated: Publishing web: b0df2aeab6e41e7f7f2ff29ca7dee29d2f62f031 docs: f4d212fd6dc8dec920c61fe89757acd1f0f38002

2024-11-22 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 b3733bbe3 Publishing web: b0df2ae

(nuttx) branch master updated: arm64: remove up_set_current_regs/up_current_regs

2024-11-22 Thread pussuw
This is an automated email from the ASF dual-hosted git repository. pussuw 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 f4d212fd6d arm64: remove up_set_current_regs/up_c

Re: [PR] arm64: remove up_set_current_regs/up_current_regs [nuttx]

2024-11-22 Thread via GitHub
pussuw merged PR #14905: URL: https://github.com/apache/nuttx/pull/14905 -- 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

Re: [PR] build(deps): bump tornado from 6.4.1 to 6.4.2 in /Documentation [nuttx]

2024-11-22 Thread via GitHub
nuttxpr commented on PR #14910: URL: https://github.com/apache/nuttx/pull/14910#issuecomment-2494968395 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR does **not** fully meet NuttX requirements. Whi

(nuttx) branch dependabot/pip/Documentation/tornado-6.4.2 created (now 0aae0ee23c)

2024-11-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/Documentation/tornado-6.4.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git at 0aae0ee23c build(deps): bump tornado from 6.4.1 to 6.4.2 in /Documentation No

[PR] build(deps): bump tornado from 6.4.1 to 6.4.2 in /Documentation [nuttx]

2024-11-22 Thread via GitHub
dependabot[bot] opened a new pull request, #14910: URL: https://github.com/apache/nuttx/pull/14910 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2. Changelog Sourced from https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst";>tornado's chan

Re: [I] Add support to use NuttX as POSIX PSE51 system [nuttx]

2024-11-22 Thread via GitHub
acassis commented on issue #11390: URL: https://github.com/apache/nuttx/issues/11390#issuecomment-2494825735 @xiaoxiang781216 @raiden00pl I think we need to rollback that patches that disabled the ability to disable signals, to remove VFS support, etc. The PSE51 doesn't require it. Please s

Re: [PR] system/adb: Fix log format error [nuttx-apps]

2024-11-22 Thread via GitHub
cederom commented on PR #2862: URL: https://github.com/apache/nuttx-apps/pull/2862#issuecomment-2494710241 Very cool! Thank you for the fix! :-) -- 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

Re: [PR] boards/stm32h7/h747ai: Support for generic STM32H747AI MCU [nuttx]

2024-11-22 Thread via GitHub
acassis commented on PR #11291: URL: https://github.com/apache/nuttx/pull/11291#issuecomment-2494493935 ping @royratcliffe Please use the Documentation to help you to squash the commits: https://nuttx.apache.org/docs/latest/contributing/making-changes.html#how-to-include-the-suggesti

Re: [PR] syslog/ramlog: remove magic flag [nuttx]

2024-11-22 Thread via GitHub
acassis commented on PR #13686: URL: https://github.com/apache/nuttx/pull/13686#issuecomment-2494488015 ping @anchao -- 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 uns

Re: [PR] boards/nrf52840-dk: add configs for nimble-blecent and nimble-bleprph [nuttx]

2024-11-22 Thread via GitHub
acassis commented on PR #14566: URL: https://github.com/apache/nuttx/pull/14566#issuecomment-2494485465 ping @maxikrie -- 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 u

Re: [PR] com/can: Remove unnecessary judgment logic [nuttx]

2024-11-22 Thread via GitHub
acassis commented on PR #14713: URL: https://github.com/apache/nuttx/pull/14713#issuecomment-2494483787 > > Please include in the commit log the remaining explanation you put in the Summary > > I am sorry! Is it OK to make this modification? Yes, you can just git commit --amend

Re: [PR] tools: Add cmux command line tool [nuttx]

2024-11-22 Thread via GitHub
acassis commented on code in PR #14823: URL: https://github.com/apache/nuttx/pull/14823#discussion_r1854456540 ## tools/cmux.c: ## @@ -0,0 +1,434 @@ +/ + * tools/cmux.c + * + * Licensed to the Apache Sof

(nuttx) branch master updated (a1cbed020a -> cfe78ad74e)

2024-11-22 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from a1cbed020a build.yml: MSYS2 GitHub Action disable ccache add cfe78ad74e cmake(enhance):enhance NuttX cmake target

Re: [PR] cmake(enhance):enhance NuttX cmake target_dependencies and link_library modules [nuttx]

2024-11-22 Thread via GitHub
acassis merged PR #14907: URL: https://github.com/apache/nuttx/pull/14907 -- 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.apac

(nuttx-apps) branch master updated: system/adb: Waiting for enumeration to complete before opening endpoint

2024-11-22 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 38b54f6fc system/adb: Waiting for enumera

Re: [PR] build.yml: disable the msys2 cache from the GitHub action [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 merged PR #14909: URL: https://github.com/apache/nuttx/pull/14909 -- 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: build.yml: MSYS2 GitHub Action disable ccache

2024-11-22 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 a1cbed020a build.yml: MSYS2 GitHub Action disa

(nuttx) branch master updated (2d20de72be -> 8e58245524)

2024-11-22 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 2d20de72be Documentation/esp32s3-devkit: Add doc for USB ADB add 8e58245524 sim: Fix sim m32 start up crash iss

Re: [PR] sim: Fix sim m32 start up crash issue. [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 merged PR #14908: URL: https://github.com/apache/nuttx/pull/14908 -- 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] system/adb: Waiting for enumeration to complete before opening endpoint [nuttx-apps]

2024-11-22 Thread via GitHub
xiaoxiang781216 merged PR #2865: URL: https://github.com/apache/nuttx-apps/pull/2865 -- 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) branch master updated (72a8764ea8 -> 2d20de72be)

2024-11-22 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 72a8764ea8 fs/littlefs: Add a kconfig to override littlefs version add 9a63f9a881 esp32s3-devkit/adb: Initializin

Re: [PR] esp32s3-devkit: Add configuration for ADB [nuttx]

2024-11-22 Thread via GitHub
acassis merged PR #14906: URL: https://github.com/apache/nuttx/pull/14906 -- 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.apac

Re: [I] cmake build failed [nuttx]

2024-11-22 Thread via GitHub
simbit18 commented on issue #12480: URL: https://github.com/apache/nuttx/issues/12480#issuecomment-2494011468 hi @snikeguo it should be ok now ! can you try ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] build.yml: disable the msys2 cache from the GitHub action [nuttx]

2024-11-22 Thread via GitHub
simbit18 commented on PR #14909: URL: https://github.com/apache/nuttx/pull/14909#issuecomment-2493977406 @lupyuen will be necessary to remove **cache: false** from new [NuttX Mirror Repo](https://github.com/NuttX/nuttx/actions/workflows/build.yml) -- This is an automated message from the

[PR] build.yml: disable the msys2 cache from the GitHub action [nuttx]

2024-11-22 Thread via GitHub
simbit18 opened a new pull request, #14909: URL: https://github.com/apache/nuttx/pull/14909 ## Summary You need to disable the msys2 cache from the GitHub action because we moved the Scheduled Merge Jobs to a new NuttX Mirror Repo and approaching total cache storage limit !!! [Nut

Re: [PR] sim: Fix sim m32 start up crash issue. [nuttx]

2024-11-22 Thread via GitHub
cuiziwei1 closed pull request #14908: sim: Fix sim m32 start up crash issue. URL: https://github.com/apache/nuttx/pull/14908 -- 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

[PR] sim: Fix sim m32 start up crash issue. [nuttx]

2024-11-22 Thread via GitHub
cuiziwei1 opened a new pull request, #14908: URL: https://github.com/apache/nuttx/pull/14908 ## Summary After compilation, when starting nsh, the following crash occurs. ==2500151==Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING.

Re: [PR] arm64: remove up_set_current_regs/up_current_regs [nuttx]

2024-11-22 Thread via GitHub
pussuw commented on code in PR #14905: URL: https://github.com/apache/nuttx/pull/14905#discussion_r1853942866 ## include/nuttx/sched.h: ## @@ -244,7 +244,7 @@ # define this_cpu() (0) #endif -#define running_regs() ((void *)(g_running_tasks[thi

Re: [PR] arm64: remove up_set_current_regs/up_current_regs [nuttx]

2024-11-22 Thread via GitHub
pussuw commented on code in PR #14905: URL: https://github.com/apache/nuttx/pull/14905#discussion_r1853942866 ## include/nuttx/sched.h: ## @@ -244,7 +244,7 @@ # define this_cpu() (0) #endif -#define running_regs() ((void *)(g_running_tasks[thi

Re: [PR] esp32s3-devkit: Add configuration for ADB [nuttx]

2024-11-22 Thread via GitHub
JianyuWang0623 commented on PR #14906: URL: https://github.com/apache/nuttx/pull/14906#issuecomment-2493808126 > @JianyuWang0623 you forgot to include the new board profile to https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.html @acassis Pleas

Re: [PR] [MSYS2] CMake+Ninja Fix arm-none-eabi-ar: Argument list too long [nuttx]

2024-11-22 Thread via GitHub
simbit18 commented on PR #14892: URL: https://github.com/apache/nuttx/pull/14892#issuecomment-2493788392 > Thanks for fixing this! (I wonder if there's a command line length limit on Unix?) @hartmannathan try this with cmake ``` cmake_minimum_required(VERSION 3.16) pr

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-22 Thread via GitHub
acassis commented on issue #14816: URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2493784288 @fdcavalcanti maybe @nuttxs could take a look, he added this driver. As I remember the idea as to keep Xtensa as proper driver and new RISC (ESP32-C3/C6, etc) will use the HAL.

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-22 Thread via GitHub
fdcavalcanti commented on issue #14816: URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2493759010 @shizacat thanks. I did a quick test here without your RTC control modifications. The voltage is indeed returning a bad value. If I hold the ADC pin to 3v3 or GND I can s

Re: [PR] esp32s3-devkit: Add configuration for ADB [nuttx]

2024-11-22 Thread via GitHub
acassis commented on code in PR #14906: URL: https://github.com/apache/nuttx/pull/14906#discussion_r1853901500 ## boards/xtensa/esp32s3/esp32s3-devkit/configs/adb/defconfig: ## @@ -1,67 +1,21 @@ -# -# This file is autogenerated: PLEASE DO NOT EDIT IT. -# -# You can use "make men

Re: [PR] arm64: remove up_set_current_regs/up_current_regs [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #14905: URL: https://github.com/apache/nuttx/pull/14905#discussion_r1853885399 ## include/nuttx/sched.h: ## @@ -244,7 +244,7 @@ # define this_cpu() (0) #endif -#define running_regs() ((void *)(g_running_

Re: [PR] fs/littlefs: Add a kconfig to override littlefs version [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 merged PR #14903: URL: https://github.com/apache/nuttx/pull/14903 -- 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: fs/littlefs: Add a kconfig to override littlefs version

2024-11-22 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 72a8764ea8 fs/littlefs: Add a kconfig to overr

Re: [PR] system/adb: Waiting for enumeration to complete before opening endpoint [nuttx-apps]

2024-11-22 Thread via GitHub
nuttxpr commented on PR #2865: URL: https://github.com/apache/nuttx-apps/pull/2865#issuecomment-2493712544 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements,

Re: [PR] cmake(enhance):enhance NuttX cmake target_dependencies and link_library modules [nuttx]

2024-11-22 Thread via GitHub
nuttxpr commented on PR #14907: URL: https://github.com/apache/nuttx/pull/14907#issuecomment-2493693671 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR description could be improved by providing more

Re: [PR] esp32s3-devkit: Add configuration for ADB [nuttx]

2024-11-22 Thread via GitHub
JianyuWang0623 commented on PR #14906: URL: https://github.com/apache/nuttx/pull/14906#issuecomment-2493691319 Link: https://github.com/apache/nuttx-apps/pull/2865 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[PR] system/adb: Waiting for enumeration to complete before opening endpoint [nuttx-apps]

2024-11-22 Thread via GitHub
JianyuWang0623 opened a new pull request, #2865: URL: https://github.com/apache/nuttx-apps/pull/2865 ## Summary Waiting for enumeration to complete before opening endpoint. - Env: esp32s3-devkit:adb - Error log ``` adbd [3:100] NuttShell (NSH) nsh> adb_uv_usb_setup

[PR] cmake(enhance):enhance NuttX cmake target_dependencies and link_library modules [nuttx]

2024-11-22 Thread via GitHub
xuxin930 opened a new pull request, #14907: URL: https://github.com/apache/nuttx/pull/14907 ## Summary After https://github.com/apache/nuttx/pull/14747, we have a preliminary extensions design : ) I have two enhance ideas here: ### 1.link_library In the Nuttx CMak

Re: [PR] esp32s3-devkit: Add configuration for ADB [nuttx]

2024-11-22 Thread via GitHub
nuttxpr commented on PR #14906: URL: https://github.com/apache/nuttx/pull/14906#issuecomment-2493666517 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

[PR] esp32s3-devkit: Add configuration for ADB [nuttx]

2024-11-22 Thread via GitHub
JianyuWang0623 opened a new pull request, #14906: URL: https://github.com/apache/nuttx/pull/14906 ## Summary 1. Initializing configuration for ADB 2. Add initialize scripts for ROMFS/etc 3. Enable ROMFS/etc for ADB auto start ## Impact 1. esp32s3-devkit/adb (NEW) 2. esp3

Re: [PR] [MSYS2] CMake+Ninja Fix arm-none-eabi-ar: Argument list too long [nuttx]

2024-11-22 Thread via GitHub
xuxin930 commented on PR #14892: URL: https://github.com/apache/nuttx/pull/14892#issuecomment-2493628572 @simbit18 marvelous!!! -- 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 commen

Re: [PR] arm64: remove up_set_current_regs/up_current_regs [nuttx]

2024-11-22 Thread via GitHub
hujun260 commented on code in PR #14905: URL: https://github.com/apache/nuttx/pull/14905#discussion_r1853809453 ## arch/arm64/src/common/arm64_backtrace.c: ## @@ -160,8 +160,8 @@ int up_backtrace(struct tcb_s *tcb, { ret = backtrace(tcb->stack_base_ptr,

Re: [PR] arm64: remove up_set_current_regs/up_current_regs [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #14905: URL: https://github.com/apache/nuttx/pull/14905#discussion_r1853789439 ## arch/arm64/src/common/arm64_backtrace.c: ## @@ -160,8 +160,8 @@ int up_backtrace(struct tcb_s *tcb, { ret = backtrace(tcb->stack_base_ptr,

Re: [PR] Reimplement readv to deal with short reads [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 commented on PR #12674: URL: https://github.com/apache/nuttx/pull/12674#issuecomment-2493510274 since the better approach is merged(https://github.com/apache/nuttx/pull/13498), let's close this pr. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Reimplement readv to deal with short reads [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 closed pull request #12674: Reimplement readv to deal with short reads URL: https://github.com/apache/nuttx/pull/12674 -- 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 co

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853747581 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853747581 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853747581 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] libs: add gcov framework support [nuttx]

2024-11-22 Thread via GitHub
xiaoxiang781216 merged PR #14838: URL: https://github.com/apache/nuttx/pull/14838 -- 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: libs: add gcov framework support

2024-11-22 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 0413d74f31028acb8f83aed9ded86c48f3164511 Author: yinshengkai AuthorDate: Mon Nov 18 22:21:53 2024 +0800 libs: add

(nuttx) branch master updated (74cdb53027 -> 0413d74f31)

2024-11-22 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 74cdb53027 tools/imx9: Add norimage support to bootloader new 0194c2f88a gcov: update gcov compilation paramete

(nuttx) 01/02: gcov: update gcov compilation parameters

2024-11-22 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 0194c2f88adee2c1c222ea319c71801bafcecb25 Author: yinshengkai AuthorDate: Tue Nov 12 21:33:23 2024 +0800 gcov: upd

  1   2   >