(nuttx) branch master updated (698b2e00e6 -> d36b2f94d3)

2025-02-01 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 698b2e00e6 nxgdb: include all files to package add 934c93be93 arch/arm64/zynq-mpsoc: add support for ethernet g

Re: [PR] zynq-mpsoc: add support for ethernet [nuttx]

2025-02-01 Thread via GitHub
xiaoxiang781216 merged PR #15720: URL: https://github.com/apache/nuttx/pull/15720 -- 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] Fix config repeat define in include deconfig mode [nuttx]

2025-02-01 Thread via GitHub
cederom commented on PR #14552: URL: https://github.com/apache/nuttx/pull/14552#issuecomment-2629261597 Thank you @xiaoxiang781216 :-) -- 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

(nuttx) 01/03: tools: rename tools/gdb/nuttxgdb to tools/pynuttx/nxgdb

2025-02-01 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 50fb43e23b132c35c3f306c6ba31bb6dbc0880c8 Author: yinshengkai AuthorDate: Tue Nov 26 16:38:06 2024 +0800 tools: re

Re: [PR] Fix config repeat define in include deconfig mode [nuttx]

2025-02-01 Thread via GitHub
xiaoxiang781216 commented on PR #14552: URL: https://github.com/apache/nuttx/pull/14552#issuecomment-2629258748 > * It's a stm32f429 cpu, so you have all the stm32 "common" board stuff inbetween. > *host is debian 12 or wsl. I use wsl. > * the problem happen just when runn

(nuttx) 02/03: nxgdb: add missing protocols definitions

2025-02-01 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 14cc23f42a3bdc64e10088beb49d07449eace022 Author: xuxingliang AuthorDate: Tue Nov 26 14:09:49 2024 +0800 nxgdb: ad

(nuttx) branch master updated (08fe636001 -> 698b2e00e6)

2025-02-01 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 08fe636001 xtensa/esp32[s2|c3|c6|h2]: fix sched_[lock|unlock] boot crash new 50fb43e23b tools: rename tools/gd

(nuttx) 03/03: nxgdb: include all files to package

2025-02-01 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 698b2e00e6d5ca3b53e4218aa0a2f6469955bc91 Author: Neo Xu AuthorDate: Sat Feb 1 12:34:44 2025 +0800 nxgdb: include

Re: [PR] tools: rename GDB plugin to pynuttx/nxgdb and enable PyPI packaging [nuttx]

2025-02-01 Thread via GitHub
xiaoxiang781216 merged PR #15740: URL: https://github.com/apache/nuttx/pull/15740 -- 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-apps) 03/04: interpreters/python: add wrapper to initialize Python

2025-02-01 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 87f4eb80215a0162193fa8be3610384da35a31ac Author: Tiago Medicci AuthorDate: Wed Jan 29 17:10:49 2025 -0300 inte

(nuttx-apps) 04/04: interpreters/python: set ROMFS-generated data to const char

2025-02-01 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 43439a6b16a435bce7d9ac85f05c3a6013f91348 Author: Tiago Medicci AuthorDate: Thu Jan 23 16:43:01 2025 -0300 inte

[I] [PYTHON] NuttX RTOS with Python and MicroPython [nuttx-apps]

2025-02-01 Thread via GitHub
cederom opened a new issue, #2983: URL: https://github.com/apache/nuttx-apps/issues/2983 This is a top-level task to track Python related activities. Please do not remove. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

(nuttx-apps) 02/04: interpreters/python: create Python's config files dynamically

2025-02-01 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 4c6a6c7b162dde00e163a9e8766779e2a3c1e503 Author: Tiago Medicci AuthorDate: Tue Jan 21 17:32:37 2025 -0300 inte

(nuttx-apps) branch master updated (e1e28eb88 -> 43439a6b1)

2025-02-01 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from e1e28eb88 ostest: fix cmake build break new 5a7661a92 interpreters/python: add patch to set `_PyRuntime` sec

(nuttx-apps) 01/04: interpreters/python: add patch to set `_PyRuntime` section

2025-02-01 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 5a7661a9284af1e49ecd5158c05dd652cc0179fc Author: Tiago Medicci AuthorDate: Fri Jan 24 09:02:57 2025 -0300 inte

Re: [PR] interpreters/python: create Python's config files dynamically and other tweaks [nuttx-apps]

2025-02-01 Thread via GitHub
cederom merged PR #2982: URL: https://github.com/apache/nuttx-apps/pull/2982 -- 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.a

Re: [I] [PYTHON] NuttX RTOS with Python and MicroPython [nuttx-apps]

2025-02-01 Thread via GitHub
cederom closed issue #2983: [PYTHON] NuttX RTOS with Python and MicroPython URL: https://github.com/apache/nuttx-apps/issues/2983 -- 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.

(nuttx) branch master updated: xtensa/esp32[s2|c3|c6|h2]: fix sched_[lock|unlock] boot crash

2025-02-01 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 08fe636001 xtensa/esp32[s2|c3|c6|h2]: fix sche

Re: [I] [BUG] Espressif devices are not booting after PR 14578 [nuttx]

2025-02-01 Thread via GitHub
xiaoxiang781216 closed issue #15688: [BUG] Espressif devices are not booting after PR 14578 URL: https://github.com/apache/nuttx/issues/15688 -- 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 spec

Re: [PR] xtensa/esp32[s2|c3|c6|h2]: fix sched_[lock|unlock] boot crash [nuttx]

2025-02-01 Thread via GitHub
xiaoxiang781216 merged PR #15736: URL: https://github.com/apache/nuttx/pull/15736 -- 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] arch/xtensa: Add --print-memory-usage to LDFLAGS in Toolchain.defs [nuttx]

2025-02-01 Thread via GitHub
acassis merged PR #15741: URL: https://github.com/apache/nuttx/pull/15741 -- 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) branch master updated: arch/xtensa: Add --print-memory-usage to LDFLAGS in Toolchain.defs

2025-02-01 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 e043658d1e arch/xtensa: Add --print-memory-usage

[PR] arch/xtensa: Add --print-memory-usage to LDFLAGS in Toolchain.defs [nuttx]

2025-02-01 Thread via GitHub
no1wudi opened a new pull request, #15741: URL: https://github.com/apache/nuttx/pull/15741 ## Summary - Added `--print-memory-usage` to `LDFLAGS` in `Toolchain.defs` for both `lx6` and `lx7` architectures - This flag enables memory usage reporting during the linking phase, providing b

Re: [I] [FEATURE] CAN and CAN FD bittiming/bitrate calculation consolidation and CAN drivers updates goals [nuttx]

2025-02-01 Thread via GitHub
raiden00pl commented on issue #15567: URL: https://github.com/apache/nuttx/issues/15567#issuecomment-2628864235 > I am not sure when I or somebody from people from the groups connected to me get to that but this is the plan, goal for future incremental step. @ppisa if someone starts w