Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
haiyuewa commented on PR #14505: URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437073488 > @haiyuewa hi, how to reproduce this warning ? is this something toolchain specific? I've never seen anything like this and I'm curious why :) BTW x86_64 port isn't based on sim port, s

Re: [PR] armv8m/clang.cmake: add armv8m clang config [nuttx]

2024-10-25 Thread via GitHub
W-M-R commented on PR #14495: URL: https://github.com/apache/nuttx/pull/14495#issuecomment-2434700462 > please add a commit message (copy the message from PR) OK -- 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] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
raiden00pl commented on code in PR #14505: URL: https://github.com/apache/nuttx/pull/14505#discussion_r1816128544 ## arch/x86_64/src/cmake/Toolchain.cmake: ## @@ -83,6 +83,12 @@ if(CONFIG_DEBUG_SYMBOLS) add_compile_options(${CONFIG_DEBUG_SYMBOLS_LEVEL}) endif() +if(CONFIG_

(nuttx) 04/04: arm64: fix fvp smp faild to boot

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 9dc3e4ee41f4e9b88671a327217750e1ac05f1dd Author: hujun5 AuthorDate: Wed Oct 23 14:42:21 2024 +0800 arm64:

Re: [PR] when COMPILE_OPTIONS is not set, skip the REMOVE_ITEM in ${HOSTSRCS}, fix mscv reported case. [nuttx]

2024-10-25 Thread via GitHub
simbit18 commented on PR #14499: URL: https://github.com/apache/nuttx/pull/14499#issuecomment-2435266345 @jasonbu build nuttx with msvc is now OK ! Thank you https://github.com/simbit18/nuttx-testing-ci/actions/runs/11499906609/job/32009014581 -- This is an automated message fro

Re: [PR] when COMPILE_OPTIONS is not set, skip the REMOVE_ITEM in ${HOSTSRCS}, fix mscv reported case. [nuttx]

2024-10-25 Thread via GitHub
lupyuen commented on PR #14499: URL: https://github.com/apache/nuttx/pull/14499#issuecomment-2435250609 @xiaoxiang781216 I'm very sorry, can we do this after 30 Oct? Remember that ASF Infra Team is watching our GitHub Spending very closely. If we exceed their budget on 30 Oct, they w

Re: [I] [BUG] ESP32C6 Devkit SPI Slave initialization error [nuttx]

2024-10-25 Thread via GitHub
eren-terzioglu commented on issue #13855: URL: https://github.com/apache/nuttx/issues/13855#issuecomment-2434550920 > @eren-terzioglu and @tmedicci, Did you understand the issue? Are you able to reproduce it? Yes I reproduced and working on it. Thanks for the report -- This is an a

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
raiden00pl commented on PR #14505: URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437141659 > ld --version GNU ld (GNU Binutils for Ubuntu) 2.42 the same on my side. But it's possible that arch linux applies some additional patches to binutils/gcc or the reason is so

Re: [PR] {Bp-13949} note: support asynchronous sched_note_printf output [nuttx]

2024-10-25 Thread via GitHub
github-actions[bot] commented on PR #14507: URL: https://github.com/apache/nuttx/pull/14507#issuecomment-2437149906 This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. --

[PR] {Bp-13949} note: support asynchronous sched_note_printf output [nuttx]

2024-10-25 Thread via GitHub
jerpelea opened a new pull request, #14507: URL: https://github.com/apache/nuttx/pull/14507 **Summary** Change 1: Replace sched_note_printf with sched_note_bprintf to delay string formatting and improve sched_note_printf execution speed (bprintf does not format parameters, but only parse

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
haiyuewa commented on PR #14505: URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437099989 > > gcc --version > > gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 > > interesting, for me the problem doesn't occur for both `gcc 14.1.1` and `gcc 13.3.0`. Probably some linux distro d

[PR] {Bp-2655} examples: fix noteprint compile error [nuttx-apps]

2024-10-25 Thread via GitHub
jerpelea opened a new pull request, #2770: URL: https://github.com/apache/nuttx-apps/pull/2770 ## Summary fix noteprint compile error The sched_note_string/bprintf/dump interfaces have been removed and replaced with printf and event ## Impact RELEASE ## Testing CI

Re: [PR] {Bp-2655} examples: fix noteprint compile error [nuttx-apps]

2024-10-25 Thread via GitHub
nuttxpr commented on PR #2770: URL: https://github.com/apache/nuttx-apps/pull/2770#issuecomment-2437120579 [**\[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 re

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

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14452: 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 go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
raiden00pl commented on code in PR #14505: URL: https://github.com/apache/nuttx/pull/14505#discussion_r1816139037 ## arch/x86_64/src/cmake/Toolchain.cmake: ## @@ -83,6 +83,12 @@ if(CONFIG_DEBUG_SYMBOLS) add_compile_options(${CONFIG_DEBUG_SYMBOLS_LEVEL}) endif() +if(CONFIG_

(nuttx-apps) branch master updated: lvgl: upgrade to release/v9.2.1

2024-10-25 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 1506c6f54 lvgl: upgrade to release/v9.2.1

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

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

Re: [I] LVGL Version [nuttx-apps]

2024-10-25 Thread via GitHub
jerpelea closed issue #2461: LVGL Version URL: https://github.com/apache/nuttx-apps/issues/2461 -- 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-

Re: [I] [RC] LVGL 9.2.1 on NuttX 12.7.0(-RC) workbench. [nuttx]

2024-10-25 Thread via GitHub
jerpelea closed issue #13825: [RC] LVGL 9.2.1 on NuttX 12.7.0(-RC) workbench. URL: https://github.com/apache/nuttx/issues/13825 -- 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] when COMPILE_OPTIONS is not set, skip the REMOVE_ITEM in ${HOSTSRCS}, fix msvc reported case. [nuttx]

2024-10-25 Thread via GitHub
lupyuen commented on PR #14499: URL: https://github.com/apache/nuttx/pull/14499#issuecomment-2435499789 msvc build is successful in our NuttX Mirror Repo yay! 🎉 https://github.com/NuttX/nuttx/actions/runs/11501541770 -- This is an automated message from the Apache Git Service. T

Re: [PR] esp32s3: Increase the init task stask size when using NSH [nuttx]

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

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #14505: URL: https://github.com/apache/nuttx/pull/14505#discussion_r1815966235 ## arch/x86_64/src/common/Toolchain.defs: ## @@ -106,6 +106,12 @@ ifeq ($(CONFIG_DEBUG_LINK_WHOLE_ARCHIVE),y) LDFLAGS += --whole-archive endif +ifeq ($(CO

Re: [PR] types.h: time_t as int64_t [nuttx]

2024-10-25 Thread via GitHub
yamt commented on PR #14460: URL: https://github.com/apache/nuttx/pull/14460#issuecomment-2434935634 > @acassis @xiaoxiang781216 @yamt @jkivilin If you don't have any more questions, then this PR will be merged after CI pass i feel a few days is too short for this kind of change. plea

(nuttx) branch master updated: samv7: fix QSPI build

2024-10-25 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 d8ed88c8a6 samv7: fix QSPI build d8ed88c8a6 is

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
haiyuewa commented on code in PR #14505: URL: https://github.com/apache/nuttx/pull/14505#discussion_r1816135134 ## arch/x86_64/src/cmake/Toolchain.cmake: ## @@ -83,6 +83,12 @@ if(CONFIG_DEBUG_SYMBOLS) add_compile_options(${CONFIG_DEBUG_SYMBOLS_LEVEL}) endif() +if(CONFIG_HO

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
raiden00pl commented on PR #14505: URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437065479 @haiyuewa hi, how to reproduce this warning ? is this something toolchain specific? I've never seen anything like this and I'm curious why :) BTW x86_64 port isn't based on sim port

Re: [PR] Documentation: migrate README.txt from boards and fixes for mps boards [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14494: URL: https://github.com/apache/nuttx/pull/14494 -- 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] arm/armv8-r: fix unable to switch context in ISR context [nuttx]

2024-10-25 Thread via GitHub
anchao commented on code in PR #14498: URL: https://github.com/apache/nuttx/pull/14498#discussion_r1815039129 ## arch/arm/src/armv8-r/arm_doirq.c: ## @@ -58,7 +58,9 @@ uint32_t *arm_doirq(int irq, uint32_t *regs) * and we will use this_task(). Therefore, it cannot be overrid

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
raiden00pl commented on PR #14505: URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437095905 > gcc --version gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 interesting, for me the problem doesn't occur for both `gcc 14.1.1` and `gcc 13.3.0`. Probably some linux distro differenc

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

2024-10-25 Thread via GitHub
xiaoxiang781216 commented on PR #14471: URL: https://github.com/apache/nuttx/pull/14471#issuecomment-2434099702 @cuiziwei1 please look at. -- 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: [I] [BUG] ELF loader on ESP32-S3 broken after #14100 [nuttx]

2024-10-25 Thread via GitHub
tmedicci commented on issue #14487: URL: https://github.com/apache/nuttx/issues/14487#issuecomment-2435138474 > ``` > make -j distclean && ./tools/configure.sh esp32s3-devkit:elf && make flash ESPTOOL_PORT=/dev/ttyUSB0 -s -j$(nproc) && minicom -D /dev/ttyUSB0 > ``` Of course:

Re: [PR] libc: Refine the arc4random_buf implementation [nuttx]

2024-10-25 Thread via GitHub
nuttxpr commented on PR #14509: URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2437437683 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) **No, this PR does not fully meet the NuttX requirement

Re: [PR] {Bp-2655} examples: fix noteprint compile error [nuttx-apps]

2024-10-25 Thread via GitHub
cederom merged PR #2770: URL: https://github.com/apache/nuttx-apps/pull/2770 -- 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

(nuttx-apps) 13/13: resetcause:restore to factory, factory to factory_inquiry

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit a2e76247fbddfbe761061e97c1f177227ce88020 Author: wanggang26 AuthorDate: Thu Nov 9 22:44:07 2023 +0800 r

(nuttx-apps) 03/13: system/gcov: supports generating device-side code coverage

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 833b36cddc756b4de135356c1aa7ba3ffdaa01b9 Author: yinshengkai AuthorDate: Wed Mar 27 21:24:24 2024 +0800

Re: [PR] libc: Refine the arc4random_buf implementation [nuttx]

2024-10-25 Thread via GitHub
acassis commented on PR #14509: URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2438084893 @xiaoxiang781216 @cederom exactly! How to integrate HW RNG, how to use pseudo random generator without HW RNG, etc -- This is an automated message from the Apache Git Service. To respon

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
haiyuewa commented on code in PR #14505: URL: https://github.com/apache/nuttx/pull/14505#discussion_r1816994117 ## arch/x86_64/src/cmake/Toolchain.cmake: ## @@ -83,6 +83,12 @@ if(CONFIG_DEBUG_SYMBOLS) add_compile_options(${CONFIG_DEBUG_SYMBOLS_LEVEL}) endif() +if(CONFIG_HO

Re: [PR] Replace getrandom with arc4random_buf to simplify the usage [nuttx-apps]

2024-10-25 Thread via GitHub
nuttxpr commented on PR #2771: URL: https://github.com/apache/nuttx-apps/pull/2771#issuecomment-2437451935 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) **No, this PR does not meet the NuttX requirements.*

[PR] Replace getrandom with arc4random_buf to simplify the usage [nuttx-apps]

2024-10-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2771: URL: https://github.com/apache/nuttx-apps/pull/2771 ## Summary and follow the kernel side change: https://github.com/apache/nuttx/pull/14509 ## Impact code refactor only ## Testing ci -- This is an auto

[PR] driver/serial: remove return value of up_putc() [nuttx]

2024-10-25 Thread via GitHub
anchao opened a new pull request, #14510: URL: https://github.com/apache/nuttx/pull/14510 ## Summary driver/serial: remove return value of up_putc() modify the prototype of up_putc(): remove the return value The architecture code does not care about the return value of up

(nuttx-apps) 05/13: gcov.c: deal compile warming

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 9aedfdd4f7fdd5bd1aadeee9ec4e473ab023c7f5 Author: wangmingrong1 AuthorDate: Tue Jul 16 14:59:34 2024 +0800

(nuttx-apps) 04/13: system: adjust gcov configuration name

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 2b11886c9a8692a95cd8ee5ed1ca07d76d8d9b82 Author: yinshengkai AuthorDate: Mon Apr 8 15:42:18 2024 +0800

(nuttx-apps) 01/13: examples: fix noteprint compile error

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit a7011eb6f68ac6228b468ecedb44f735415bc589 Author: yinshengkai AuthorDate: Tue Oct 8 19:58:24 2024 +0800

(nuttx-apps) 07/13: nsh_syscmds/rpmsg: include to fix compile error

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit bbba2448cdb7e2fac76dce2421f709a75e59a616 Author: Bowen Wang AuthorDate: Fri Oct 11 11:07:15 2024 +0800

(nuttx-apps) 08/13: test case update follow the regualtor framework

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 734baae5a20c510a0f3dc22b569c6a94b5de88ea Author: dulibo1 AuthorDate: Fri Oct 13 16:54:42 2023 +0800 tes

(nuttx-apps) 11/13: drivertest:add include file depended by cmocka

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 78937126227f00cd8af595a20e06c6f276ac8520 Author: dulibo1 AuthorDate: Mon Dec 4 20:55:03 2023 +0800 driv

(nuttx-apps) 06/13: nsh_syscmds.c: upadate rpmsg ping help

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 82fb1a4511feccb38b66fd390a6d0e6b8c5c5f04 Author: Yongrong Wang AuthorDate: Mon Jul 22 20:02:24 2024 +0800

(nuttx-apps) 09/13: gpio:add example for wakeup gpio type

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 8e938957c2d66a35274d0c8a800b595c02b181af Author: dulibo1 AuthorDate: Wed Nov 8 11:14:54 2023 +0800 gpio

(nuttx-apps) 02/13: noteprintf: fix compile warnings

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 0ed4ca1767f5bbf723a2b2fc9e25f39353b960a0 Author: Neo Xu AuthorDate: Fri Oct 11 15:15:20 2024 +0800 note

Re: [I] how to debug elf [nuttx]

2024-10-25 Thread via GitHub
acassis commented on issue #9645: URL: https://github.com/apache/nuttx/issues/9645#issuecomment-2437807350 @xiaotailang @yuening1999 this is my experience with debugging and optimization: in the past we were forced to use -O0 -g for ARM because the breakpoints and info didn't work well, but

Re: [PR] libc: Refine the arc4random_buf implementation [nuttx]

2024-10-25 Thread via GitHub
acassis commented on PR #14509: URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2437822920 @xiaoxiang781216 maybe we need to update the random number generation Documentation/ to explain that up_rngbuf() now is used to fill the randomness pool -- This is an automated message

Re: [PR] libc: Refine the arc4random_buf implementation [nuttx]

2024-10-25 Thread via GitHub
cederom commented on PR #14509: URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2438102087 Okay, TODO added in Issue https://github.com/apache/nuttx/issues/14511 :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

(nuttx-apps) branch releases/12.7 updated: lvgl: upgrade to release/v9.2.1

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/releases/12.7 by this push: new 0090cef71 lvgl: upgrade to re

[PR] arch/arm/stm32: convert error to warning when CCM is not enabled [nuttx]

2024-10-25 Thread via GitHub
raiden00pl opened a new pull request, #14512: URL: https://github.com/apache/nuttx/pull/14512 ## Summary User may set CONFIG_MM_REGIONS=1 on purpose to disable CCM. This is a completely normal system config and should not be treated as error. I found this problem trying to run

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

2024-10-25 Thread via GitHub
cederom merged PR #2764: URL: https://github.com/apache/nuttx-apps/pull/2764 -- 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] arch/arm/stm32: convert error to warning when CCM is not enabled [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14512: URL: https://github.com/apache/nuttx/pull/14512 -- 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/arm/stm32: convert error to warning when CCM is not enabled

2024-10-25 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 da1ff4cf77 arch/arm/stm32: convert error to wa

Re: [I] [BUG] kernel mode gets stuck at the system call layer during backtrace to user mode [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 commented on issue #14467: URL: https://github.com/apache/nuttx/issues/14467#issuecomment-2439359474 xtensa has the special code to make gdb pass through syscall boundary, @tmedicci does extensa trick apply to arm arch too? -- This is an automated message from the Apache G

Re: [PR] qemu-intel64: Fixes the linker 'noexecstack' warning [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14505: URL: https://github.com/apache/nuttx/pull/14505 -- 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] [RC] LVGL 9.2.1 on NuttX 12.7.0(-RC) workbench. [nuttx]

2024-10-25 Thread via GitHub
XuNeo commented on issue #13825: URL: https://github.com/apache/nuttx/issues/13825#issuecomment-2439209895 `nuttx` have no such issue. The Kconfig file content is copied out to nuttx-apps. The last minute changes in LVGL's Kconfig is not updated in nuttx-apps. ```patch

Re: [PR] driver/serial: remove return value of up_putc() [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #14510: URL: https://github.com/apache/nuttx/pull/14510#discussion_r1817638039 ## drivers/syslog/syslog_channel.c: ## @@ -235,10 +235,9 @@ static int syslog_default_putc(FAR syslog_channel_t *channel, int ch) UNUSED(channel); # ifd

Re: [PR] when COMPILE_OPTIONS is not set, skip the REMOVE_ITEM in ${HOSTSRCS}, fix msvc reported case. [nuttx]

2024-10-25 Thread via GitHub
anchao commented on PR #14499: URL: https://github.com/apache/nuttx/pull/14499#issuecomment-2436577758 > > > @lupyuen could we turn on windows ci to see how much budget will be used? > > > > > > @xiaoxiang781216 @xuxin930 why not enable MSVC ci on xiaomi internal server? Shouldn'

Re: [PR] Fix xtensa build error with choice LIBSUPCXX by default. [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14489: URL: https://github.com/apache/nuttx/pull/14489 -- 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] Writing documentation related to SPI slave. [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14457: URL: https://github.com/apache/nuttx/pull/14457 -- 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 (d007193eef -> d291ed0afd)

2024-10-25 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 d007193eef armv8m/clang.cmake: add armv8m clang config add d291ed0afd Writing documentation related to SPI slav

(nuttx) 01/02: driver/serial: remove return value of up_putc()

2024-10-25 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 c6591c0f496f9583861f0a96673407fb4b47b9bd Author: chao an AuthorDate: Fri Oct 25 17:58:49 2024 +0800 driver/serial

(nuttx) branch master updated (d0f957ae85 -> 73c032d594)

2024-10-25 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 d0f957ae85 qemu-intel64: Fixes the linker 'noexecstack' warning new c6591c0f49 driver/serial: remove return val

Re: [PR] driver/serial: remove return value of up_putc() [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14510: URL: https://github.com/apache/nuttx/pull/14510 -- 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] libc: Refine the arc4random_buf implementation [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14509: URL: https://github.com/apache/nuttx/pull/14509 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary fill the buffer with getrandom instead random pool and

(nuttx) branch master updated: mm/kasan: extern kasan API only MM_KASAN is enabled

2024-10-25 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 052ea5b20d mm/kasan: extern kasan API only MM_

(nuttx) 02/21: note: add ringbuffer aligned access handle

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 1c8d0bfdc7229835c0525e2e681ecdd2b4653092 Author: yinshengkai AuthorDate: Mon Nov 13 12:11:23 2023 +0800 no

Re: [PR] {Bp-2655} examples: fix noteprint compile error [nuttx-apps]

2024-10-25 Thread via GitHub
jerpelea commented on PR #2770: URL: https://github.com/apache/nuttx-apps/pull/2770#issuecomment-2437896631 @lupyuen the CI does not use the right branch modified: boards/arm/mps/mps3-an547/configs/ap/defconfig modified: boards/arm/mps/mps3-an547/configs/bl/defconfig

Re: [PR] driver/serial: remove return value of up_putc() [nuttx]

2024-10-25 Thread via GitHub
nuttxpr commented on PR #14510: URL: https://github.com/apache/nuttx/pull/14510#issuecomment-2437488579 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR summary doesn't fully meet the NuttX requirement

Re: [PR] esp32: Fix a heap corruption bug with SPIRAM [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14508: URL: https://github.com/apache/nuttx/pull/14508 -- 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 (b28f87e3f0 -> 6a2e21dd07)

2024-10-25 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 b28f87e3f0 arm/gicv3: replace this_cpu() to up_cpu_index() add 6a2e21dd07 esp32: Fix a heap corruption bug with

(nuttx) 07/21: note: add memory tracing event support

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 2c0e2ac36b8a65fb47ffa2554f14a6ddd3a647c9 Author: yinshengkai AuthorDate: Tue Nov 14 15:50:52 2023 +0800 no

(nuttx) 16/21: sched/note: add note for wdog module

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 46b1c8605af65413c460a0ff58039b9cbb8af2fe Author: xuxingliang AuthorDate: Tue Jul 9 17:13:11 2024 +0800 sch

(nuttx) branch releases/12.7 updated (9dc3e4ee41 -> 5d8cdeaea8)

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 9dc3e4ee41 arm64: fix fvp smp faild to boot new ca989b5101 noteram:overflow may discard all the trace me

Re: [PR] {Bp-13949} note: support asynchronous sched_note_printf output [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14507: URL: https://github.com/apache/nuttx/pull/14507 -- 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) 19/21: note: change sched_note_counter to a macro

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c87454220d0e34bf1517886349e65da4dcfd9716 Author: yinshengkai AuthorDate: Mon Nov 20 16:43:06 2023 +0800 no

(nuttx) 09/21: sched/note: specify note event for heap instrumentation

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c2bcc56546bedce43a25751e7c9438675a0b3d5d Author: xuxingliang AuthorDate: Tue Jul 9 14:35:01 2024 +0800 sch

(nuttx) 05/21: task: use get_task_name where possible

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 17cbaadce887288c51659cfad49d0309ab9f6ea0 Author: xuxingliang AuthorDate: Wed Aug 28 16:28:46 2024 +0800 ta

(nuttx) 21/21: note: print without relying on format strings

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 5d8cdeaea847bcaf0b9145dd922e0a83045067ca Author: yinshengkai AuthorDate: Wed Nov 29 12:35:29 2023 +0800 no

(nuttx) 17/21: sched/note: add wdog note for segger sysview

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f3d611928249889c969c963a450c5a9faad790ed Author: xuxingliang AuthorDate: Tue Jul 9 18:05:53 2024 +0800 sch

(nuttx) 15/21: Documentation: add segger sysview heap trace example

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f81c8051a3e3e4d2648759ac325129feb7901460 Author: Neo Xu AuthorDate: Sun Oct 6 18:12:36 2024 +0800 Document

(nuttx) 10/21: sched/note: add note when mm add new region

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 7e89ff5d117a070ed378be75bfd05e9c865f1853 Author: xuxingliang AuthorDate: Wed Jul 3 13:28:42 2024 +0800 sch

(nuttx) 03/21: noteram:read noteram may cause crash

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 2f12e18297a62573f9f770cedb847aa3f04e4a3a Author: dulibo1 AuthorDate: Wed Mar 20 14:40:33 2024 +0800 notera

(nuttx) 06/21: add mm_uninitialize empty implementation for sim

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 803489b546ccee11ae482848a5236bb4981f0834 Author: lijianjun AuthorDate: Tue Jun 11 16:55:45 2024 +0800 add

(nuttx) 08/21: mm: fix memory statistics error

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit cff121bc230bcdddefd44f49aa085ea319963423 Author: yinshengkai AuthorDate: Tue Nov 14 22:19:52 2023 +0800 mm

(nuttx) 11/21: drivers/noteram: fix compile error

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 001de69be9a177a08adae0a193f4389ee2d6264c Author: xuxingliang AuthorDate: Wed Jul 10 10:58:28 2024 +0800 dr

(nuttx) 12/21: drivers/segger: add heap note support

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f61bfd56082524e5a307d197cf871f3d37de3b64 Author: xuxingliang AuthorDate: Sat Jul 6 19:38:29 2024 +0800 dri

(nuttx) 04/21: ramlog:flush should reset the tail of the reader

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c0ce2083adcb3bb434cb6dc9b3aa98043f29ef17 Author: dulibo1 AuthorDate: Mon Mar 25 17:18:45 2024 +0800 ramlog

(nuttx) 20/21: gote: implement asynchronous printf formatting

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 57a385a994ab843e0ab30882dcbba6b34010791b Author: yinshengkai AuthorDate: Fri Nov 24 15:56:37 2023 +0800 go

(nuttx) 18/21: boards/arm/stm32/stm32f429i-disco: use serial console by default

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 7e6f83a2b8140539752e9eb47247012c845c5e75 Author: Neo Xu AuthorDate: Tue Oct 8 15:36:54 2024 +0800 boards/a

(nuttx) 14/21: drivers/segger: add heap data plot

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit dceb26c7b23a3d4033518bce2470658af991add6 Author: xuxingliang AuthorDate: Wed Aug 28 10:06:52 2024 +0800 dr

(nuttx) 01/21: noteram:overflow may discard all the trace message

2024-10-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ca989b5101d60ae78def8f869b85f36fb79d7b6b Author: dulibo1 AuthorDate: Wed Mar 20 14:31:57 2024 +0800 notera

Re: [PR] mm/kasan: extern kasan API only MM_KASAN is enabled [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 merged PR #14506: URL: https://github.com/apache/nuttx/pull/14506 -- 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: Refine the arc4random_buf implementation [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 commented on PR #14509: URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2438048923 > Thank you @xiaoxiang781216 :-) Build errors :-) + documentation update needed? :-) fixed. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] libc: Refine the arc4random_buf implementation [nuttx]

2024-10-25 Thread via GitHub
xiaoxiang781216 commented on PR #14509: URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2438048169 > @xiaoxiang781216 maybe we need to update the random number generation Documentation/ to explain that up_rngbuf() now is used to fill the randomness pool but we don't have

(nuttx-apps) 10/13: batterydump:move to system dir

2024-10-25 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 893ac88f97092b739aae94f634ffb04cf76ab6d9 Author: dulibo1 AuthorDate: Tue Nov 7 09:53:22 2023 +0800 batt

  1   2   >