Re: [PR] arch/Kconfig: remove ARCH_MATH_H if LIBCXX [nuttx]

2024-10-23 Thread via GitHub
GUIDINGLI commented on PR #14491: URL: https://github.com/apache/nuttx/pull/14491#issuecomment-2434443895 This will fix break in: https://github.com/apache/nuttx/pull/14458 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] [HELP] How to get the more cpu status when NuttX is running [nuttx]

2024-10-23 Thread via GitHub
lzc1001 commented on issue #14484: URL: https://github.com/apache/nuttx/issues/14484#issuecomment-2434158801 @xiaoxiang781216 I want to get each core ID by /proc/cpuinfo on FVP A510, But the related code isn't implemented for ARMV8A. I want get these information to verify multi-core are bot

Re: [I] [HELP] How to get the more cpu status when NuttX is running [nuttx]

2024-10-23 Thread via GitHub
lzc1001 commented on issue #14484: URL: https://github.com/apache/nuttx/issues/14484#issuecomment-2434399245 @xiaoxiang781216 Thank you very much! -- 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

Re: [I] [HELP] How to get the more cpu status when NuttX is running [nuttx]

2024-10-23 Thread via GitHub
lzc1001 closed issue #14484: [HELP] How to get the more cpu status when NuttX is running URL: https://github.com/apache/nuttx/issues/14484 -- 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 specifi

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
anchao commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2434394428 > > @W-M-R I think you need to ignore the parameter for SIM board/arch: > > ``` > > aarch64-none-elf-g++: error: unrecognized command-line option '--print-memory-usage' > > ninja:

Re: [PR] Fix Infinite Loop in arm_dcache.c [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #14490: URL: https://github.com/apache/nuttx/pull/14490#discussion_r1814332144 ## arch/arm/src/armv7-m/arm_cache.c: ## @@ -529,7 +529,7 @@ void up_enable_dcache(void) ARM_DSB(); do { - int32_t tmpways = ways; + uint32_

Re: [I] [HELP] How to get the more cpu status when NuttX is running [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on issue #14484: URL: https://github.com/apache/nuttx/issues/14484#issuecomment-2434393795 ps could also show multiple idle thread, and testing/cpuload could simulate the loading on the specific cpu core. -- This is an automated message from the Apache Git Servic

(nuttx-apps) branch master updated: CI: Enable sim-02 build when we create or update a Complex PR

2024-10-23 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen 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 b6fb78766 CI: Enable sim-02 build when we c

Re: [I] [HELP] How to get the more cpu status when NuttX is running [nuttx]

2024-10-23 Thread via GitHub
lzc1001 commented on issue #14484: URL: https://github.com/apache/nuttx/issues/14484#issuecomment-2434187068 @xiaoxiang781216 hhh, I have run apps/testing/smp_main.c to verify each core is activity. Thank you very much, I wonder if there's another way to check or prove this?😄 -- This is

[PR] netutils/connectedhomeip: use CONFIG_CXX_STANDARD instead of hard code [nuttx-apps]

2024-10-23 Thread via GitHub
zhhyu7 opened a new pull request, #2768: URL: https://github.com/apache/nuttx-apps/pull/2768 ## Summary as c++ versions are upgraded, hard code compilation options can cause build error. ## Impact ## Testing sim:local -- This is an automated message from the Apache

Re: [PR] Revert "Add support fchstat and chstat function for littlefs" [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on PR #14479: URL: https://github.com/apache/nuttx/pull/14479#issuecomment-2434113934 can we add an option to make the new feature selectable? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] libxx: C++ low level library select LIBSUPCXX by default. [nuttx]

2024-10-23 Thread via GitHub
cuiziwei1 commented on PR #14471: URL: https://github.com/apache/nuttx/pull/14471#issuecomment-2434130230 @tmedicci Sorry about that, I have submitted a pr https://github.com/apache/nuttx/pull/14489 to fix it. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] [HELP] ARMv8r FVP (fvp-armv8r) does not shows boot up logs and telnet to UART 1 port does not prompt to nuttx shell [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 closed issue #13765: [HELP] ARMv8r FVP (fvp-armv8r) does not shows boot up logs and telnet to UART 1 port does not prompt to nuttx shell URL: https://github.com/apache/nuttx/issues/13765 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] nuttx/arch:Enabling ARCH_MATH_H is required when compiling sim with t… [nuttx]

2024-10-23 Thread via GitHub
cuiziwei1 commented on PR #14406: URL: https://github.com/apache/nuttx/pull/14406#issuecomment-2434146626 @acassis yes, we have another pr to fix this problem, https://github.com/apache/nuttx/pull/14458, there are still some issues that need to be addressed. https://github.com/apache/nuttx

Re: [I] [HELP] How to get the more status when NuttX is running [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on issue #14484: URL: https://github.com/apache/nuttx/issues/14484#issuecomment-2434140327 which state do you want to get? -- 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 t

Re: [I] [BUG] ELF loader on ESP32-S3 broken after #14100 [nuttx]

2024-10-23 Thread via GitHub
anjiahao1 commented on issue #14487: URL: https://github.com/apache/nuttx/issues/14487#issuecomment-2434109802 Could you help me upload the elf firmware of esp32s3 that you compiled? Thank you @tmedicci -- This is an automated message from the Apache Git Service. To respond to the messag

(nuttx) branch master updated: CI: Enable sim-02 build when we create or update a Complex PR

2024-10-23 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 25c87746db CI: Enable sim-02 build when we cre

Re: [PR] CI: Enable sim-02 build when we create or update a Complex PR [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14488: URL: https://github.com/apache/nuttx/pull/14488 -- 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] CI: Enable sim-02 build when we create or update a Complex PR [nuttx-apps]

2024-10-23 Thread via GitHub
lupyuen merged PR #2767: URL: https://github.com/apache/nuttx-apps/pull/2767 -- 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: [PR] arm64: fix fvp smp faild to boot [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14476: URL: https://github.com/apache/nuttx/pull/14476 -- 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: arm64: fix fvp smp faild to boot

2024-10-23 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 9395669ac0 arm64: fix fvp smp faild to boot 93

(nuttx) 02/02: gdbstub:fix typo

2024-10-23 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 f4d1f56df7f71f281d842b19fa4bedef8ce42cf4 Author: anjiahao AuthorDate: Mon Oct 21 15:57:38 2024 +0800 gdbstub:fix

Re: [PR] lvgl: upgrade to release/v9.2 [nuttx-apps]

2024-10-23 Thread via GitHub
cederom commented on PR #2592: URL: https://github.com/apache/nuttx-apps/pull/2592#issuecomment-2434016751 LVGL 9.2.1 release is planned for tomorrow :-) -- 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] {Bp-2592} lvgl: upgrade to release/v9.2 [nuttx-apps]

2024-10-23 Thread via GitHub
cederom commented on PR #2764: URL: https://github.com/apache/nuttx-apps/pull/2764#issuecomment-2434015722 LVGL 9.2.1 release is planned for tomorrow :-) -- 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: [I] [RC] LVGL 9.2.1 on NuttX 12.7.0(-RC) workbench. [nuttx]

2024-10-23 Thread via GitHub
cederom commented on issue #13825: URL: https://github.com/apache/nuttx/issues/13825#issuecomment-2434015054 LVGL 9.2.1 release is planned for tomorrow :-) -- 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

Re: [PR] gdbstub:remove ARCH_HAVE_DEBUG depends [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14486: URL: https://github.com/apache/nuttx/pull/14486 -- 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] CI: Enable sim-02 build when we create or update a Complex PR [nuttx-apps]

2024-10-23 Thread via GitHub
lupyuen opened a new pull request, #2767: URL: https://github.com/apache/nuttx-apps/pull/2767 ## Summary CI Build Job sim-02 was disabled to reduce our usage of GitHub Runners, to comply with ASF Policy: https://github.com/apache/nuttx/issues/14376#issuecomment-2427837859 Howe

[PR] CI: Enable sim-02 build when we create or update a Complex PR [nuttx]

2024-10-23 Thread via GitHub
lupyuen opened a new pull request, #14488: URL: https://github.com/apache/nuttx/pull/14488 ## Summary CI Build Job sim-02 was disabled to reduce our usage of GitHub Runners, to comply with ASF Policy: https://github.com/apache/nuttx/issues/14376#issuecomment-2427837859 However

Re: [PR] arm64: fix fvp smp faild to boot [nuttx]

2024-10-23 Thread via GitHub
hujun260 commented on code in PR #14476: URL: https://github.com/apache/nuttx/pull/14476#discussion_r1814072929 ## boards/arm64/fvp-v8r/fvp-armv8r/configs/nsh_smp/defconfig: ## @@ -14,6 +14,8 @@ CONFIG_ARCH_CHIP_FVP_ARMV8R=y CONFIG_ARCH_CHIP_FVP_R82=y CONFIG_ARCH_EARLY_PRINT=y

(nuttx) branch master updated: coredump: coredump_add_memory_region need use flags

2024-10-23 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 b33226d76e coredump: coredump_add_memory_regio

(nuttx) branch master updated (12fd5ec472 -> f4d1f56df7)

2024-10-23 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 12fd5ec472 nuttx: Add LIBSUPCXX_TOOLCHAIN to link the prebuilt library provide by toolchain. new f307c1587c se

Re: [PR] Fix some build error [nuttx]

2024-10-23 Thread via GitHub
lupyuen commented on PR #14458: URL: https://github.com/apache/nuttx/pull/14458#issuecomment-2433970008 Sorry @GUIDINGLI is sim-02 failing because of this PR? ```text Cmake in present: sim/matter Error: /github/workspace/sources/nuttx/build/include/libcxx/cmath:337:9: error: 'signbi

(nuttx) 01/02: serial/gdbstub:Adjust serial port gdbstub Kconfig dependencies

2024-10-23 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 f307c1587c86702020786561292ba91d4439e6ba Author: anjiahao AuthorDate: Wed Jul 17 16:26:04 2024 +0800 serial/gdbst

Re: [PR] coredump: coredump_add_memory_region need use flags [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14485: URL: https://github.com/apache/nuttx/pull/14485 -- 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-website) branch asf-site updated: Publishing web: 6f43cfb03f4b427e9277e6d3064476fa7ea61660 docs: 12fd5ec472378f5e411247bdfdf684dfe5d1a2ef

2024-10-23 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 0748bc085 Publishing web: 6f43cfb

(nuttx) branch master updated: nuttx: Add LIBSUPCXX_TOOLCHAIN to link the prebuilt library provide by toolchain.

2024-10-23 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 12fd5ec472 nuttx: Add LIBSUPCXX_TOOLCHAIN to l

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-23 Thread via GitHub
lupyuen commented on issue #14376: URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2433566176 __6 Days to Serenity:__ Yesterday we consumed __13 Full-Time GitHub Runners__. (That's half of the ASF Quota for GitHub Runners) Everything is coming up nicely (even ASF agrees), tha

Re: [I] [BUG] ELF loader on ESP32-S3 broken after #14100 [nuttx]

2024-10-23 Thread via GitHub
acassis commented on issue #14487: URL: https://github.com/apache/nuttx/issues/14487#issuecomment-2433480267 The sim:elf is not crashing, but I noticed that about 1KB of RAM is not returned to the system, it could be related to the memory used by the RAMDISK. ``` nsh> free

[I] [BUG] ELF loader on ESP32-S3 broken after #14100 [nuttx]

2024-10-23 Thread via GitHub
tmedicci opened a new issue, #14487: URL: https://github.com/apache/nuttx/issues/14487 ### Description / Steps to reproduce the issue After #14100 was merged, the ELF loader on ESP32-S3 is broken: Build steps: ``` make -j distclean && ./tools/configure.sh esp32s3-devki

Re: [PR] Unify the code of libelf and modlib, and delete the implementation of libelf [nuttx]

2024-10-23 Thread via GitHub
tmedicci commented on PR #14100: URL: https://github.com/apache/nuttx/pull/14100#issuecomment-2433166791 Hi @anjiahao1 , we are facing problems on ESP32-S3 caused by this PR too I created an issue https://github.com/apache/nuttx/issues/14487 Could you please take a look? -- This is a

Re: [PR] libxx: C++ low level library select LIBSUPCXX by default. [nuttx]

2024-10-23 Thread via GitHub
tmedicci commented on PR #14471: URL: https://github.com/apache/nuttx/pull/14471#issuecomment-2433322936 This PR broke all xtensa-based Espressif SoC support for C++, namely `esp32-devkitc:cxx`, `esp32s2-saola-1:cxx` and `esp32s3-devkit:cxx`. Could you please take a look? -- This is an

Re: [PR] modlib: [nuttx]

2024-10-23 Thread via GitHub
tmedicci commented on PR #13819: URL: https://github.com/apache/nuttx/pull/13819#issuecomment-2433290528 Hi @anjiahao1 , this PR also broke `esp32-devkitc:module` defconfig. After it, it fails when executing `module` example app: ``` nsh> module main: Registering romdisk at /dev

Re: [PR] clang: libclang_rt.builtins-xxx.a supports builtin [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #14472: URL: https://github.com/apache/nuttx/pull/14472#discussion_r1813257950 ## libs/libbuiltin/Kconfig: ## @@ -0,0 +1,28 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the Nu

Re: [PR] nuttx: Add LIBSUPCXX_TOOLCHAIN to link the prebuilt library provide by toolchain. [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14468: URL: https://github.com/apache/nuttx/pull/14468 -- 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] [BUG] ESP32C6 Devkit SPI Slave initialization error [nuttx]

2024-10-23 Thread via GitHub
FelipeMdeO commented on issue #13855: URL: https://github.com/apache/nuttx/issues/13855#issuecomment-2432825293 @eren-terzioglu and @tmedicci, Did you understand the issue? Are you able to reproduce it? -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] esp32s3 : float calc error or stack error [nuttx]

2024-10-23 Thread via GitHub
w2016561536 commented on issue #12490: URL: https://github.com/apache/nuttx/issues/12490#issuecomment-2432753156 > @w2016561536 maybe we can work together to get PX4 working on ESP32, ESP32-S2 and ESP32-S3. @henrykotze is working on PX4 for ESP32 and I want to run NuttX on ESP32-S2 to run o

Re: [PR] gdbstub:remove ARCH_HAVE_DEBUG depends [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #14486: URL: https://github.com/apache/nuttx/pull/14486#discussion_r1813016683 ## libs/libc/gdbstub/lib_gdbstub.c: ## @@ -1897,7 +1897,7 @@ int gdb_debugpoint_remove(int type, FAR void *addr, size_t size) point.addr = addr; point.si

(nuttx) branch master updated: task_exit.c: Add missing sched_note_stop()

2024-10-23 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 134ecf380b task_exit.c: Add missing sched_note_s

Re: [PR] task_exit.c: Add missing sched_note_stop() [nuttx]

2024-10-23 Thread via GitHub
acassis merged PR #14483: URL: https://github.com/apache/nuttx/pull/14483 -- 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

[PR] gdbstub:remove ARCH_HAVE_DEBUG depends [nuttx]

2024-10-23 Thread via GitHub
anjiahao1 opened a new pull request, #14486: URL: https://github.com/apache/nuttx/pull/14486 ## Summary gdbstub:remove ARCH_HAVE_DEBUG depends ## Impact gdbstub ## Testing build wtih qmeu use gdbstub -- This is an automated message from the Apache

Re: [I] esp32s3 : float calc error or stack error [nuttx]

2024-10-23 Thread via GitHub
acassis commented on issue #12490: URL: https://github.com/apache/nuttx/issues/12490#issuecomment-2432456072 @w2016561536 maybe we can work together to get PX4 working on ESP32, ESP32-S2 and ESP32-S3. @henrykotze is working on PX4 for ESP32 and I want to run NuttX on ESP32-S2 to run on this

Re: [I] esp32s3 : float calc error or stack error [nuttx]

2024-10-23 Thread via GitHub
tmedicci commented on issue #12490: URL: https://github.com/apache/nuttx/issues/12490#issuecomment-2432418396 I'm sorry, @xiaoxiang781216 , the issue ID that https://github.com/apache/nuttx/pull/14481 solves is different. I already fixed it. I'm sorry. -- This is an automated message fro

Re: [I] [BUG] ESP32S3 spiflash_suspend_cache will hang at enable ESP32S3_APP_FORMAT_MCUBOOT [nuttx]

2024-10-23 Thread via GitHub
tmedicci closed issue #14368: [BUG] ESP32S3 spiflash_suspend_cache will hang at enable ESP32S3_APP_FORMAT_MCUBOOT URL: https://github.com/apache/nuttx/issues/14368 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] esp32s3 : float calc error or stack error [nuttx]

2024-10-23 Thread via GitHub
w2016561536 opened a new issue, #12490: URL: https://github.com/apache/nuttx/issues/12490 Hi, I was running PX4 based on NuttX on esp32s3 and found an error. a float data will be nan after a simple multiplication. ![nan_float](https://github.com/apache/nuttx/assets/40821031/5d326f3a-65

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
W-M-R commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432412103 > @W-M-R I think you need to ignore the parameter for SIM board/arch: > > ``` > aarch64-none-elf-g++: error: unrecognized command-line option '--print-memory-usage' > ninja: bui

(nuttx) branch master updated: boards/esp32s3: Merge MCUboot and "simple-boot" linker scripts

2024-10-23 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 d1fd1ed8f6 boards/esp32s3: Merge MCUboot and "

Re: [I] esp32s3 : float calc error or stack error [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 closed issue #12490: esp32s3 : float calc error or stack error URL: https://github.com/apache/nuttx/issues/12490 -- 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.

Re: [PR] boards/esp32s3: Merge MCUboot and "simple-boot" linker scripts [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14481: URL: https://github.com/apache/nuttx/pull/14481 -- 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: boards/risc-v: Remove ref to riscv_internal.h

2024-10-23 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 f933b1644e boards/risc-v: Remove ref to riscv_

Re: [PR] boards/risc-v: Remove ref to riscv_internal.h [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14482: URL: https://github.com/apache/nuttx/pull/14482 -- 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] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
W-M-R commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432396165 > @W-M-R I think you need to ignore the parameter for SIM board/arch: > > ``` > aarch64-none-elf-g++: error: unrecognized command-line option '--print-memory-usage' > ninja: bui

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
acassis commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432349390 @W-M-R I think you need to ignore the parameter for SIM board/arch: ``` aarch64-none-elf-g++: error: unrecognized command-line option '--print-memory-usage' ninja: build stopp

Re: [PR] arm64: fix fvp smp faild to boot [nuttx]

2024-10-23 Thread via GitHub
XuNeo commented on code in PR #14476: URL: https://github.com/apache/nuttx/pull/14476#discussion_r1812813878 ## boards/arm64/fvp-v8r/fvp-armv8r/configs/nsh_smp/defconfig: ## @@ -14,6 +14,8 @@ CONFIG_ARCH_CHIP_FVP_ARMV8R=y CONFIG_ARCH_CHIP_FVP_R82=y CONFIG_ARCH_EARLY_PRINT=y C

[I] [HELP] How to get the more status when NuttX is running [nuttx]

2024-10-23 Thread via GitHub
lzc1001 opened a new issue, #14484: URL: https://github.com/apache/nuttx/issues/14484 ### Description Hi everyone, I have boot NuttX on FVP multi-core, and those cores are armv8a arch, but I don't know how to get the status of each core. Thank you every much! ### Verifi

[PR] task_exit.c: Add missing sched_note_stop() [nuttx]

2024-10-23 Thread via GitHub
pussuw opened a new pull request, #14483: URL: https://github.com/apache/nuttx/pull/14483 ## Summary I noticed that sched_note_stop() is never called for tasks that exit normally. This patch fixes a regression from #13728 ; there is a missing call to sched_note_stop() in task_exit().

(nuttx) branch master updated: syslog: Don't allow blocking when in signal handler

2024-10-23 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 7a137f0353 syslog: Don't allow blocking when i

Re: [PR] syslog: Don't allow blocking when in signal handler [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14456: URL: https://github.com/apache/nuttx/pull/14456 -- 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] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
W-M-R commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432126726 > @W-M-R I think we don't even need a config for it, just keep is something expected at the end of the build process, like others RTOSes do OK -- This is an automated message from

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
W-M-R closed pull request #14452: kconfig: Add link parameters that can print remaining memory information URL: https://github.com/apache/nuttx/pull/14452 -- 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 g

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
W-M-R commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432125644 > LD: nuttx > Memory region Used Size Region Size %age Used >flash: 284272 B 512 KB 54.22% >sram1: 13296 B 2 MB 0.

Re: [PR] arm64: fix fvp smp faild to boot [nuttx]

2024-10-23 Thread via GitHub
nuttxpr commented on PR #14476: URL: https://github.com/apache/nuttx/pull/14476#issuecomment-2432082019 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This pull request appears to meet the basic NuttX requi

Re: [PR] boards/risc-v: Remove ref to riscv_internal.h [nuttx]

2024-10-23 Thread via GitHub
nuttxpr commented on PR #14482: URL: https://github.com/apache/nuttx/pull/14482#issuecomment-2432076318 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) **Meets Requirements?** No. **Missing I

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
acassis commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432075056 @W-M-R I think we don't even need a config for it, just keep is something expected at the end of the build process, like others RTOSes do -- This is an automated message from the Apache

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
W-M-R commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432060775 > > @W-M-R maybe you can just ignore if for boards that doesn't support it. Since it is something that doesn't increase the final binary and it is very useful for all users. Others RTOSes s

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
W-M-R commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432060419 > @W-M-R maybe you can just ignore if for boards that doesn't support it. Since it is something that doesn't increase the final binary and it is very useful for all users. Others RTOSes sho

Re: [PR] clang: libclang_rt.builtins-xxx.a supports builtin [nuttx]

2024-10-23 Thread via GitHub
W-M-R commented on PR #14472: URL: https://github.com/apache/nuttx/pull/14472#issuecomment-2432053577 > @W-M-R please add a config to ensure the porting really work. OK, I'll turn on builtin by default -- This is an automated message from the Apache Git Service. To respond to the me

[PR] boards/risc-v: Remove ref to riscv_internal.h [nuttx]

2024-10-23 Thread via GitHub
no1wudi opened a new pull request, #14482: URL: https://github.com/apache/nuttx/pull/14482 ## Summary `riscv_internal.h` is a private chip level header file, and it should not be included in the board files. ## Impact Minor ## Testing CI -- This

Re: [PR] boards/esp32s3: Merge MCUboot and "simple-boot" linker scripts [nuttx]

2024-10-23 Thread via GitHub
nuttxpr commented on PR #14481: URL: https://github.com/apache/nuttx/pull/14481#issuecomment-2432040854 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR summary is missing some details about the functi

Re: [PR] arm64: fix fvp smp faild to boot [nuttx]

2024-10-23 Thread via GitHub
anchao commented on code in PR #14476: URL: https://github.com/apache/nuttx/pull/14476#discussion_r1812676236 ## boards/arm64/fvp-v8r/fvp-armv8r/scripts/dramboot.ld: ## @@ -93,6 +93,7 @@ SECTIONS } :text _edata = .; /* End+1 of .data */ + . = 0x60004; /* CONFIG_ARM64_S

Re: [PR] kconfig: Add link parameters that can print remaining memory information [nuttx]

2024-10-23 Thread via GitHub
acassis commented on PR #14452: URL: https://github.com/apache/nuttx/pull/14452#issuecomment-2432012674 @W-M-R maybe you can just ignore if for boards that doesn't support it. Since it is something that doesn't increase the final binary and it is very useful for all users. Others RTOSes sho

Re: [PR] Fix some build error [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14458: URL: https://github.com/apache/nuttx/pull/14458 -- 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] libxx: C++ low level library select LIBSUPCXX by default. [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14471: URL: https://github.com/apache/nuttx/pull/14471 -- 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: arm/stm32f401rc-rs485: Add support to WS2812 addressable LED

2024-10-23 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 e16d1218ae arm/stm32f401rc-rs485: Add support to

Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-23 Thread via GitHub
acassis merged PR #14197: URL: https://github.com/apache/nuttx/pull/14197 -- 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: [PR] nuttx: Add LIBSUPCXX_TOOLCHAIN to link the prebuilt library provide by toolchain. [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on PR #14468: URL: https://github.com/apache/nuttx/pull/14468#issuecomment-2431919482 @cuiziwei1 please fix the conflict -- 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

(nuttx) branch master updated (7e925dbeaa -> 002f3c75e4)

2024-10-23 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 7e925dbeaa libxx: C++ low level library select LIBSUPCXX by default. add 002f3c75e4 nuttx/sim: Fix m64 build er

Re: [PR] nuttx/sim: Fix m64 build error. [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14466: URL: https://github.com/apache/nuttx/pull/14466 -- 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: libxx: C++ low level library select LIBSUPCXX by default.

2024-10-23 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 7e925dbeaa libxx: C++ low level library select

(nuttx) branch master updated (002f3c75e4 -> 60e7a0074d)

2024-10-23 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 002f3c75e4 nuttx/sim: Fix m64 build error. add e73c05718c tls.h: list.h should depends on CONFIG_PTHREAD_ATFORK

Re: [PR] sem: change sem wait to atomic operation [nuttx]

2024-10-23 Thread via GitHub
pussuw commented on code in PR #14465: URL: https://github.com/apache/nuttx/pull/14465#discussion_r1812583298 ## sched/semaphore/semaphore.h: ## @@ -31,10 +31,17 @@ #include #include #include +#include #include #include +/**

Re: [PR] sem: change sem wait to atomic operation [nuttx]

2024-10-23 Thread via GitHub
pussuw commented on code in PR #14465: URL: https://github.com/apache/nuttx/pull/14465#discussion_r1812585535 ## sched/semaphore/sem_wait.c: ## @@ -224,6 +213,65 @@ int nxsem_wait(FAR sem_t *sem) return ret; } +/*

Re: [PR] sem: change sem wait to atomic operation [nuttx]

2024-10-23 Thread via GitHub
pussuw commented on code in PR #14465: URL: https://github.com/apache/nuttx/pull/14465#discussion_r1812583298 ## sched/semaphore/semaphore.h: ## @@ -31,10 +31,17 @@ #include #include #include +#include #include #include +/**

Re: [PR] sem: change sem wait to atomic operation [nuttx]

2024-10-23 Thread via GitHub
zyfeier commented on code in PR #14465: URL: https://github.com/apache/nuttx/pull/14465#discussion_r1812582686 ## sched/semaphore/sem_wait.c: ## @@ -224,6 +213,65 @@ int nxsem_wait(FAR sem_t *sem) return ret; } +/

Re: [PR] arm/build: suppress LOAD RWX linker warning [nuttx]

2024-10-23 Thread via GitHub
anchao merged PR #14474: URL: https://github.com/apache/nuttx/pull/14474 -- 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] clang: libclang_rt.builtins-xxx.a supports builtin [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on PR #14472: URL: https://github.com/apache/nuttx/pull/14472#issuecomment-2431857092 @W-M-R please add a config to ensure the porting really work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(nuttx) 01/02: arch/arm64/src/imx9/imx9_lpspi.c: Fix 9-16 bit transfers

2024-10-23 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 6cadfc16cdb63e8cd2063aeb9253f5d3b8a57734 Author: Jukka Laitinen AuthorDate: Tue Oct 22 15:09:52 2024 +0300 arch/a

(nuttx) branch master updated (52995452e5 -> cdd11112fd)

2024-10-23 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 52995452e5 arm/build: suppress LOAD RWX linker warning new 6cadfc16cd arch/arm64/src/imx9/imx9_lpspi.c: Fix 9-1

Re: [PR] Imx9 lpspi fixes [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 merged PR #14478: URL: https://github.com/apache/nuttx/pull/14478 -- 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: arch/arm64/src/imx9/imx9_lpspi.c: Small cache operation optimization

2024-10-23 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 cdd2fd2c492948a17f710ab1447fe5510a4b Author: Jukka Laitinen AuthorDate: Wed Oct 23 11:15:44 2024 +0300 arch/a

Re: [PR] sem: change sem wait to atomic operation [nuttx]

2024-10-23 Thread via GitHub
zyfeier commented on code in PR #14465: URL: https://github.com/apache/nuttx/pull/14465#discussion_r1812561451 ## sched/semaphore/semaphore.h: ## @@ -31,10 +31,17 @@ #include #include #include +#include #include #include +/*

  1   2   >