Re: [PR] xtensa: support coredump by register set alignment [nuttx]

2025-04-05 Thread via GitHub
sdc-g commented on PR #15141: URL: https://github.com/apache/nuttx/pull/15141#issuecomment-2771833487 Hi @chirping78 Thanks for your information. Sorry, I am not working on the latest Nuttx branch/sha1. I will check later. Thanks for your understanding! -- This is an automated

[PR] [WIP] drivers/analog/ads1115: Add support for TI ADS1115 [nuttx]

2025-04-05 Thread via GitHub
justapotato213 opened a new pull request, #16011: URL: https://github.com/apache/nuttx/pull/16011 ## Summary This PR is from inspace. This PR adds an experimental driver for the Texas Instruments 4 channel 16 bit ADS1115 ADC. The driver uses I2c and a software trigger, and im

Re: [PR] tools/checkpatch: Use gmake on BSD, make otherwise. [nuttx]

2025-04-05 Thread via GitHub
lupyuen commented on PR #16015: URL: https://github.com/apache/nuttx/pull/16015#issuecomment-2733291369 Hi @simbit18: Will this affect CI Builds on Linux / macOS / Windows? Thanks :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Documentation/xtensa/esp32: Add snake game documentation [nuttx]

2025-04-05 Thread via GitHub
eren-terzioglu commented on PR #16006: URL: https://github.com/apache/nuttx/pull/16006#issuecomment-2740504856 > @eren-terzioglu please refresh the snake defconfig, it is reporting error I rerun the pipeline, it is unrelated to refresh, it was about missing snake game which merged the

Re: [I] [HELP] romfs on esp32 [nuttx]

2025-04-05 Thread via GitHub
lupyuen commented on issue #16099: URL: https://github.com/apache/nuttx/issues/16099#issuecomment-2767577601 Hi @Laczen: For my RISC-V and Arm64 Ports of NuttX, I mount the ROM FS like this... https://lupyuen.org/articles/avaota.html#mount-the-romfs ```c struct boardioc_romdisk_s

Re: [PR] fs/littlefs: Add read-only parameter [nuttx]

2025-04-05 Thread via GitHub
yamt commented on code in PR #15945: URL: https://github.com/apache/nuttx/pull/15945#discussion_r2024080158 ## fs/littlefs/lfs_vfs.c: ## @@ -1362,6 +1387,11 @@ static int littlefs_bind(FAR struct inode *driver, FAR const void *data, } } + if (data && strstr(dat

Re: [PR] Correct the pthread mutex priority inheritance default setting [nuttx]

2025-04-05 Thread via GitHub
nuttxpr commented on PR #16073: URL: https://github.com/apache/nuttx/pull/16073#issuecomment-2754043267 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (milkv_duos:nsh) https://gitlab.co

(nuttx) 01/02: boards/szpi-esp32s3: Init configuration for PSRAM

2025-04-05 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 847133c1adb69f123a5702392ee6ffc02d7a2ff0 Author: wangjianyu3 AuthorDate: Sun Mar 30 22:19:08 2025 +0800 boards/sz

[PR] fix(bug): fix ft5x06_sample error [nuttx]

2025-04-05 Thread via GitHub
liujp-arch opened a new pull request, #16106: URL: https://github.com/apache/nuttx/pull/16106 Fix the issue of incorrect comparison of the sampled Y value -- 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] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-04-05 Thread via GitHub
PruteanuVlad commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2020236575 ## arch/xtensa/src/esp32/esp32_sha.c: ## Review Comment: Thank you! I just finished the changes. When you get the chance, please let me know how it looks.

[PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-04-05 Thread via GitHub
pussuw opened a new pull request, #16031: URL: https://github.com/apache/nuttx/pull/16031 ## Summary This replaces the big kernel lock (enter/leave_critical_section()) with local spinlocks from all MPFS drivers that still use it. The reason is obviously to alleviate big kernel lock c

(nuttx) 01/02: arch/xtensa/src/common/espressif: Add wlan config option

2025-04-05 Thread tmedicci
This is an automated email from the ASF dual-hosted git repository. tmedicci pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit b8964f5c469ec12b8889a0ac5b13922148a0646e Author: Laczen JMS AuthorDate: Fri Mar 28 13:57:49 2025 +0100 arch/xtensa

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-04-05 Thread via GitHub
jlaitine commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2765738455 Sorry, clicked "close by accident" :) -- 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

Re: [PR] sched/mutex: add ticked lock version for mutex/rmutex [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 merged PR #16113: URL: https://github.com/apache/nuttx/pull/16113 -- 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) branch master updated: examples: add blecent and bleprph similar to mynewt-nimble apps

2025-04-05 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 940ee9385 examples: add blecent and blepr

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #16024: URL: https://github.com/apache/nuttx/pull/16024#discussion_r2007357442 ## include/nuttx/wireless/ioctl.h: ## @@ -48,67 +48,214 @@ * the open() interface. *

Re: [PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-04-05 Thread via GitHub
pussuw commented on code in PR #16031: URL: https://github.com/apache/nuttx/pull/16031#discussion_r202052 ## arch/risc-v/src/mpfs/mpfs_dsn.c: ## @@ -91,9 +98,7 @@ int mpfs_read_dsn(uint8_t *dsn, size_t len) while ((getreg32(SERVICES_SR) & SCBCTRL_SERVICESSR_BUSY) && --r

(nuttx) branch master updated (ae1950ebd9 -> 19b655b4fd)

2025-04-05 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 ae1950ebd9 boards/arm/nrf52/nrf52840-dk: add GPIO driver based on leds and buttons add 19b655b4fd arch/arm/sam

Re: [PR] Documentation/benchmarks/mtd: Add MTD transfer rate test app docs. [nuttx]

2025-04-05 Thread via GitHub
cederom commented on code in PR #16032: URL: https://github.com/apache/nuttx/pull/16032#discussion_r2010332461 ## Documentation/applications/benchmarks/mtd/index.rst: ## @@ -0,0 +1,31 @@ +== +``mtd`` MTD transfer rate test Review Comment: TANK U S

Re: [PR] libc/arm: optimize crc32/crc32c for arm [nuttx]

2025-04-05 Thread via GitHub
lupyuen commented on code in PR #16130: URL: https://github.com/apache/nuttx/pull/16130#discussion_r2026955848 ## arch/Kconfig: ## @@ -434,6 +434,12 @@ config ARCH_HAVE_FORK bool default n +config ARCH_HAVE_CRC32 + bool + default n + ---help--

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-04-05 Thread via GitHub
pussuw commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2020504308 ## libs/libc/semaphore/sem_wait.c: ## @@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem) leave_cancellation_point(); return ERROR; } + +/

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #16022: URL: https://github.com/apache/nuttx/pull/16022#discussion_r2003936345 ## arch/xtensa/src/common/espressif/esp_loader.c: ## @@ -209,7 +209,7 @@ int map_rom_segments(uint32_t app_drom_start, uint32_t app_drom_vaddr, ram_

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: bfcc283694ba2aec660dad5317dc9427dc619863

2025-04-05 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 d3c6716b9 Publishing web: 405a712

Re: [PR] Add CMakeLists for STM32L4 / Nucleo-l476rg board [nuttx]

2025-04-05 Thread via GitHub
pryre commented on PR #16101: URL: https://github.com/apache/nuttx/pull/16101#issuecomment-2767970411 Corrected PR: #16102 -- 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. T

Re: [PR] testing/drivers/drivertest: Uniform test case name [nuttx-apps]

2025-04-05 Thread via GitHub
Zhangshoukui commented on PR #3039: URL: https://github.com/apache/nuttx-apps/pull/3039#issuecomment-2760341014 > Sorry @Zhangshoukui: Can you check if the PR is causing sim:citest to fail? > > * [[BUG] CI Test sim:citest fails intermittently for Linux sim-01  nuttx#16088](https://gith

(nuttx) 03/03: Documentation/esp32: Add snake defconfig docs for esp32

2025-04-05 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 commit 453c6f75cf55fead65d4c2190d7094e4a0abccc6 Author: Eren Terzioglu AuthorDate: Sat Mar 1 18:55:42 2025 +0100 Documenta

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-04-05 Thread via GitHub
raiden00pl commented on PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#issuecomment-2744096532 something is broken with cmake build. For now I'm changing to draft until I fix it -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-04-05 Thread via GitHub
keever50 commented on PR #16023: URL: https://github.com/apache/nuttx/pull/16023#issuecomment-2737695968 I will squash too -- 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. T

Re: [PR] {bp-16028} include/nuttx/math.h: add missing HUGE_VALF and HUGE_VALL [nuttx]

2025-04-05 Thread via GitHub
jerpelea commented on PR #16071: URL: https://github.com/apache/nuttx/pull/16071#issuecomment-2753479383 > By the way, what does `{bp-16028}` mean (in the PR title)? bp-16028 means backport PR 16028 from master to releases/12.9 -- This is an automated message from the Apache Git Ser

Re: [PR] fs/vfs/fs_poll: Add noinstrument_function to poll_notify function [nuttx]

2025-04-05 Thread via GitHub
anchao merged PR #15971: URL: https://github.com/apache/nuttx/pull/15971 -- 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] fs/lfs: lfs_file_sync() when littlefs_open [nuttx]

2025-04-05 Thread via GitHub
yamt commented on PR #2913: URL: https://github.com/apache/nuttx/pull/2913#issuecomment-2774250147 > > @xiaoxiang781216 can you explain > > > > * why O_TRUNC should be immediately committed > > If the storage is near exhausted, the next write will fail without commit. is

Re: [I] [BUG] PR #15931 breaks ttyACM [nuttx]

2025-04-05 Thread via GitHub
yangsong8-a1 commented on issue #16004: URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2742555237 @jlaitine I uploaded a patch to solve the ioctl problem https://github.com/apache/nuttx/pull/16029/commits/f6b28e91af9fff70ce99fd387dd49f8c2fb93f58. And a modification was

[PR] driver/serial: Check again the RX buffer, then check file flags [nuttx]

2025-04-05 Thread via GitHub
yangsong8-a1 opened a new pull request, #16086: URL: https://github.com/apache/nuttx/pull/16086 ## Summary If the expected amount of data is not read during read, check again whether there is data in buffer(CDCACM... might have buffered data received). If so, continue processing the

Re: [PR] Add fbcon example [nuttx-apps]

2025-04-05 Thread via GitHub
TimJTi commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2739913190 > > I am going to add a Kconfig option for whether to intercept/redirect STDIN - it's necessary for NSH but probably is not if the FB is just used for output from the majority of otgher

(nuttx) 05/06: boards/risc-v/esp32h2: Enable SPI Flash's MTD block

2025-04-05 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 c616d2563e708a720ffd61599f1023641eec1357 Author: Tiago Medicci Serrano AuthorDate: Thu Mar 27 11:52:28 2025 -0300

Re: [PR] Add fbcon example [nuttx-apps]

2025-04-05 Thread via GitHub
lupyuen commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2006659386 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,205 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX t

Re: [PR] drivers/mtd/gd55: fix uninitialised variables [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 merged PR #16021: URL: https://github.com/apache/nuttx/pull/16021 -- 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] nuttx/clock: make NSEC_PER_USEC and others long [nuttx]

2025-04-05 Thread via GitHub
yamt commented on PR #16103: URL: https://github.com/apache/nuttx/pull/16103#issuecomment-2771500740 > > > On AVR architecture, the compiler apparently sometimes truncates NSEC_PER_TICK to 16bit value > > > > > > can you please explain why? if it's a compiler bug, please consider

Re: [PR] fs/lfs: lfs_file_sync() when littlefs_open [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 commented on PR #2913: URL: https://github.com/apache/nuttx/pull/2913#issuecomment-2774226026 > @xiaoxiang781216 can you explain > > * why O_TRUNC should be immediately committed If the storage is near exhausted, the next write will fail without commit. >

[PR] Uniform test case name [nuttx-apps]

2025-04-05 Thread via GitHub
Zhangshoukui opened a new pull request, #3039: URL: https://github.com/apache/nuttx-apps/pull/3039 ## Summary 1.Some test functions are named too simply 2.Many driver tests depend on specific configurations and hardware, and the unified specification name facilitates cmocka to skip tes

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-04-05 Thread via GitHub
tmedicci commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2007422481 ## arch/xtensa/src/esp32/esp32_sha.c: ## Review Comment: Please feel free to let me know if you need any more help. You can check and use the functions provided

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-04-05 Thread via GitHub
keever50 commented on code in PR #16024: URL: https://github.com/apache/nuttx/pull/16024#discussion_r2005199938 ## include/nuttx/wireless/ioctl.h: ## @@ -48,67 +48,214 @@ * the open() interface. /

Re: [PR] boards/esp32: add heap test to psram defconfig [nuttx]

2025-04-05 Thread via GitHub
lupyuen merged PR #16091: URL: https://github.com/apache/nuttx/pull/16091 -- 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] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-04-05 Thread via GitHub
chirping78 commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2733017038 > Hi @chirping78 > > Thanks so much always. I can understand instruction undefined behavior while PS.EXCM=1. Let me revert this commit. Since you already understood, so I

Re: [PR] benchmarks/mtd: Add MTD transfer rates benchmark. [nuttx-apps]

2025-04-05 Thread via GitHub
cederom commented on PR #3033: URL: https://github.com/apache/nuttx-apps/pull/3033#issuecomment-2748378145 Lets just update the testing to benchmarks nomenclature.. as in documentation so folks will search this app in benchmarks not tests.. thank you @tmedicci :-) Tests are specific

(nuttx-apps) branch master updated: examples/fbcon: Fix endchoice and help in Kconfig

2025-04-05 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 1e4a952ee examples/fbcon: Fix endchoice and

[PR] arm/imx6: fix missed comma [nuttx]

2025-04-05 Thread via GitHub
jasonbu opened a new pull request, #16112: URL: https://github.com/apache/nuttx/pull/16112 ## Summary Will Compile error if enable IMX6_UART2..5 Should be a typo when replace all spinlock init value. ## Impact None ## Testing CI-test -- This is an automate

Re: [PR] build.yml: Brought into sync with NuttX repository [nuttx-apps]

2025-04-05 Thread via GitHub
lupyuen merged PR #3031: URL: https://github.com/apache/nuttx-apps/pull/3031 -- 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] Add fbcon example [nuttx-apps]

2025-04-05 Thread via GitHub
cederom commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2006673946 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,205 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX t

Re: [I] [BUG] PR #15931 breaks ttyACM [nuttx]

2025-04-05 Thread via GitHub
jlaitine commented on issue #16004: URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2736156659 Does the FIONREAD ioctl work for you on those platforms? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] mpfs/mpfs_rcc: Add stub driver for FPGA clock and reset controller [nuttx]

2025-04-05 Thread via GitHub
pussuw opened a new pull request, #16026: URL: https://github.com/apache/nuttx/pull/16026 ## Summary This patch adds a driver framework to control individual FPGA reset and clock gates. For FPGA devices, only the fabric (FIC0/FIC1/FIC3) clock and reset can be controlled, which

(nuttx) 02/02: Documentation/szpi-esp32s3: Add doc for PSRAM

2025-04-05 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 882c39df4d8f59fb31a11c76c68e6db358f18916 Author: wangjianyu3 AuthorDate: Sun Mar 30 22:50:54 2025 +0800 Documenta

Re: [PR] arch/xtensa: add gdbstub support [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #16095: URL: https://github.com/apache/nuttx/pull/16095#discussion_r2022066226 ## libs/libc/gdbstub/lib_gdbstub.c: ## @@ -671,22 +671,51 @@ static int gdb_recv_ack(FAR struct gdb_state_s *state) static ssize_t gdb_bin2hex(FAR void *buf, s

[PR] {bp-16086} driver/serial: Check again the RX buffer, then check file flags [nuttx]

2025-04-05 Thread via GitHub
jerpelea opened a new pull request, #16117: URL: https://github.com/apache/nuttx/pull/16117 ## Summary The UART driver (cdcacm...) might have buffered data received, Just continue processing the RX queue if this happens. If not, then check the file or dev flags. ## Impact R

Re: [PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #16031: URL: https://github.com/apache/nuttx/pull/16031#discussion_r2007997947 ## arch/risc-v/src/mpfs/mpfs_dsn.c: ## @@ -91,9 +98,7 @@ int mpfs_read_dsn(uint8_t *dsn, size_t len) while ((getreg32(SERVICES_SR) & SCBCTRL_SERVICESSR_BUS

(nuttx) branch master updated (882c39df4d -> a834540f42)

2025-04-05 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 882c39df4d Documentation/szpi-esp32s3: Add doc for PSRAM add 8156211355 boards/szpi-esp32s3: Init GPIO for LCD SP

[I] [BUG] NUCLEO-STM32F767zi can not initialize /dev/buttons [nuttx]

2025-04-05 Thread via GitHub
vrmay23 opened a new issue, #16097: URL: https://github.com/apache/nuttx/issues/16097 ### Description / Steps to reproduce the issue 1. Configure the target device as: ./tools/configure.sh nucleo-f767zi:evalos or ./tools/configure.sh nucleo-f767zi:nsh 2. run: make menuconfig 3.

[PR] boards/szpi-esp32s3: Enable LVGL [nuttx]

2025-04-05 Thread via GitHub
JianyuWang0623 opened a new pull request, #16100: URL: https://github.com/apache/nuttx/pull/16100 ## Summary Register LCD device and enable LVGL for szpi-esp32s3. 1. boards/szpi-esp32s3: Register LCD device "/dev/lcd0" for graphics. 2. boards/szpi-esp32s3: Init configuration for LVGL

[PR] {bp-16028} include/nuttx/math.h: add missing HUGE_VALF and HUGE_VALL [nuttx]

2025-04-05 Thread via GitHub
jerpelea opened a new pull request, #16071: URL: https://github.com/apache/nuttx/pull/16071 ## Summary add missing HUGE_VALF and HUGE_VALL definitions to NuttX math.h ## Impact RELEASE ## Testing CI -- This is an automated message from the Apache Git

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-04-05 Thread via GitHub
keever50 commented on PR #16024: URL: https://github.com/apache/nuttx/pull/16024#issuecomment-2739784987 > Please remember to fill in the Commit Message. Just copy from the PR Summary above. Thanks :-) > > * [8696cd8](https://github.com/apache/nuttx/commit/8696cd8f0a52351054594961b6d

[PR] {bp-15900} arch/arm/samv7/spi: fix ifdelay setup in spi_setdelay call [nuttx]

2025-04-05 Thread via GitHub
jerpelea opened a new pull request, #16045: URL: https://github.com/apache/nuttx/pull/16045 ## Summary ifdelay description (delay between frames) matches the DLYBCT field (delay between consecutive transfers without removing chip select) much better compared to stopdelay (delay betwe

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-04-05 Thread via GitHub
keever50 commented on PR #16023: URL: https://github.com/apache/nuttx/pull/16023#issuecomment-2737710461 huh looks like this PR did not go completely as planned. It is also bringing in "[Merge remote-tracking branch 'upstream/master']" I think i have to redo this PR -- This is an automat

Re: [PR] Add fbcon example [nuttx-apps]

2025-04-05 Thread via GitHub
TimJTi commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2003706541 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,201 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX to

[I] [BUG] CI Job for msys2 fails intermittently with `make ... sig_send: error sending signal` [nuttx]

2025-04-05 Thread via GitHub
lupyuen opened a new issue, #16010: URL: https://github.com/apache/nuttx/issues/16010 ### Description / Steps to reproduce the issue Since this week, CI Job for msys2 has been failing intermittently with the error `make ... sig_send: error sending signal` - https://github.com/apach

Re: [PR] tools/testbuild.sh: fix line 385: /nuttx/nuttx.manifest: No such file or directory [nuttx]

2025-04-05 Thread via GitHub
simbit18 commented on PR #16122: URL: https://github.com/apache/nuttx/pull/16122#issuecomment-2772450953 Sorry @lupyuen @xiaoxiang781216 Can you block this workflow that uses unnecessary resources ? -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-04-05 Thread via GitHub
jlaitine commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2008087983 ## include/nuttx/semaphore.h: ## @@ -59,6 +59,54 @@ {(c), (f), SEM_WAITLIST_INITIALIZER} #endif /* CONFIG_PRIORITY_INHERITANCE */ +/* Fast mutex lock/unlock p

Re: [PR] Documentation/games: Add snake game documentation [nuttx]

2025-04-05 Thread via GitHub
acassis merged PR #16006: URL: https://github.com/apache/nuttx/pull/16006 -- 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] drivertest_uart: Pass in the specified parameters to test [nuttx-apps]

2025-04-05 Thread via GitHub
lupyuen commented on PR #3022: URL: https://github.com/apache/nuttx-apps/pull/3022#issuecomment-2749546626 Sorry @Zhangshoukui could you fill in the Commit Message for this commit? Just copy from the PR Summary. Thanks :-) - https://github.com/apache/nuttx-apps/pull/3022/commits/c309be18

Re: [PR] mpfs/mpfs_rcc: Add stub driver for FPGA clock and reset controller [nuttx]

2025-04-05 Thread via GitHub
nuttxpr commented on PR #16026: URL: https://github.com/apache/nuttx/pull/16026#issuecomment-2740158416 [**\[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

Re: [PR] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-04-05 Thread via GitHub
sdc-g commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735671080 OK, got it. Thank you again! @chirping78 -- 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

(nuttx) branch releases/12.9 updated: arch/esp32s3: The MISO, MOSI and C/S are optional

2025-04-05 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch releases/12.9 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.9 by this push: new 4e8c2ea8c7 arch/esp32s3: The MISO,

(nuttx) branch releases/12.9 updated: arch/armv8-r: Enable fpu before arm_el_init

2025-04-05 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch releases/12.9 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.9 by this push: new 04a1c38d71 arch/armv8-r: Enable fp

Re: [PR] arch/risc-v: introduce AIA support [nuttx]

2025-04-05 Thread via GitHub
filippofontana commented on code in PR #12804: URL: https://github.com/apache/nuttx/pull/12804#discussion_r2001363740 ## arch/risc-v/src/common/Make.defs: ## @@ -91,6 +91,10 @@ ifeq ($(CONFIG_ARCH_RV_ISA_A),y) CMN_ASRCS += riscv_testset.S endif +ifeq ($(CONFIG_ARCH_RV_HAVE_A

(nuttx) branch master updated (c5afcd78f1 -> c9fd44a0ec)

2025-04-05 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 c5afcd78f1 drivers/lcd/st7789: Send RAMCTRL if little endian add c9fd44a0ec fix(bug): fix ft5x06_sample error

Re: [PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-04-05 Thread via GitHub
pussuw commented on PR #16031: URL: https://github.com/apache/nuttx/pull/16031#issuecomment-2743447683 > @pussuw nice work! Is there some way to test and display how much it improved the NuttX performance? I cannot share logs but in our use case total CPU load drops by ~3-5% in SMP m

Re: [PR] drivers/bch: Add CONFIG_BCH_FORCE_INDIRECT [nuttx]

2025-04-05 Thread via GitHub
jpaali commented on code in PR #16121: URL: https://github.com/apache/nuttx/pull/16121#discussion_r2024704870 ## drivers/bch/Kconfig: ## @@ -34,4 +34,11 @@ config BCH_DEVICE_READONLY ---help--- Set bch devices read-only +config BCH_FORCE_INDIRECT +

Re: [PR] {bp-15978} net/udp: correct icmp(v6) response from udp_input [nuttx]

2025-04-05 Thread via GitHub
nuttxpr commented on PR #16063: URL: https://github.com/apache/nuttx/pull/16063#issuecomment-2750861312 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No. This PR description, while following the template,

Re: [PR] CI: Improved speed to build nuttx on MSYS2 job [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #16072: URL: https://github.com/apache/nuttx/pull/16072#discussion_r2012384118 ## tools/sethost.sh: ## @@ -228,4 +228,8 @@ fi echo " Refreshing..." +if [ "X$wenv" == "Xmsys" ]; then +${MAKECMD} olddefconfig || { echo "ERROR: failed t

Re: [PR] system/dd: Implement conv=notrunc [nuttx-apps]

2025-04-05 Thread via GitHub
xiaoxiang781216 merged PR #3048: URL: https://github.com/apache/nuttx-apps/pull/3048 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

Re: [PR] benchmarks/mtd: Select libc's floating point support and improve format specifiers portability [nuttx-apps]

2025-04-05 Thread via GitHub
tmedicci commented on PR #3046: URL: https://github.com/apache/nuttx-apps/pull/3046#issuecomment-2765996204 > Sorry @tmedicci something odd is happening in GitHub CI, I can't find the button to click and restart the CI Job: https://github.com/apache/nuttx-apps/actions/runs/14136665830 >

Re: [PR] arch/esp32_spi: Add check to see if the TX_FIFO is empty [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 merged PR #15904: URL: https://github.com/apache/nuttx/pull/15904 -- 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: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-04-05 Thread via GitHub
sdc-g commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2732442828 Hi @chirping78 > If window rotation related instruction is executed, error will arise. > The PS here 00050030, note the bit 0x10, it's PS.EXCM. sorry, what is the relationsh

Re: [PR] modbus: add an option to disable log [nuttx-apps]

2025-04-05 Thread via GitHub
cederom commented on PR #3035: URL: https://github.com/apache/nuttx-apps/pull/3035#issuecomment-2751430166 Why close not merge @raiden00pl ?? :D -- 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 th

Re: [PR] Documentation: Add XIAO RA4M1 Board [nuttx]

2025-04-05 Thread via GitHub
nuttxpr commented on PR #16040: URL: https://github.com/apache/nuttx/pull/16040#issuecomment-2746516594 [**\[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. T

Re: [PR] boards/arm64/a527/avaota-a1: Add support for PINE64 Yuzuki Avaota-A1 SBC (Allwinner A527 SoC) [nuttx]

2025-04-05 Thread via GitHub
hartmannathan commented on code in PR #16001: URL: https://github.com/apache/nuttx/pull/16001#discussion_r2006483186 ## boards/arm64/a527/avaota-a1/Kconfig: ## Review Comment: Should this file contain at least the header (minimum boilerplate?) ``` # # For a des

Re: [PR] arch/xtensa: add gdbstub support [nuttx]

2025-04-05 Thread via GitHub
tmedicci commented on PR #16095: URL: https://github.com/apache/nuttx/pull/16095#issuecomment-2766222976 Hi @chirping78 , If you don't mind, can you please run `make host_info` and update the PR's description with it? Particularly, I'm interested on Toolchain versions used for testin

Re: [PR] modbus: add an option to disable log [nuttx-apps]

2025-04-05 Thread via GitHub
raiden00pl commented on PR #3035: URL: https://github.com/apache/nuttx-apps/pull/3035#issuecomment-2751450440 oops, I accidentally deleted an unmerged branch :P restored now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(nuttx) branch master updated (cc64c026d9 -> 58ed9934c2)

2025-04-05 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 cc64c026d9 mpfs/mpfs_entrypoints.c: Change atomic_load > atomic_read add 0d6de4c0a7 sched/mutex: add ticked loc

(nuttx) 02/02: boards/arm64/a527/avaota-a1: Add support for PINE64 Yuzuki Avaota-A1 SBC (Allwinner A527 SoC)

2025-04-05 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.git commit cf6781efade76f7f369673d7e83c3f9728de408e Author: Lup Yuen Lee AuthorDate: Mon Mar 17 16:36:23 2025 +0800 boards/arm

(nuttx) 02/03: boards/esp32: Add snake defconfig

2025-04-05 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 commit 9c2b481cfed991b64b880eb0a323594538c2ea65 Author: Eren Terzioglu AuthorDate: Sat Mar 1 18:30:12 2025 +0100 boards/es

Re: [PR] boards/arm64/a527/avaota-a1: Add support for PINE64 Yuzuki Avaota-A1 SBC (Allwinner A527 SoC) [nuttx]

2025-04-05 Thread via GitHub
lupyuen merged PR #16001: URL: https://github.com/apache/nuttx/pull/16001 -- 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] tools/checkpatch: Use gmake on BSD, make otherwise. [nuttx]

2025-04-05 Thread via GitHub
cederom opened a new pull request, #16015: URL: https://github.com/apache/nuttx/pull/16015 ## Summary * BSD has its own BSD Make that is incompatible with GNU Make. * When BSD is detected use (gnu) gmake in place of (bsd) make. * This fixes nxstyle build inside tools/checkpatch.s

Re: [PR] CI: Improved speed to build nuttx on MSYS2 job [nuttx]

2025-04-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #16072: URL: https://github.com/apache/nuttx/pull/16072#discussion_r2014322499 ## tools/sethost.sh: ## @@ -228,4 +228,8 @@ fi echo " Refreshing..." +if [ "X$wenv" == "Xmsys" ]; then +${MAKECMD} olddefconfig || { echo "ERROR: failed t

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-04-05 Thread via GitHub
pussuw commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2010217732 ## libs/libc/semaphore/sem_wait.c: ## @@ -83,7 +83,12 @@ int sem_wait(FAR sem_t *sem) /* Let nxsem_wait() do the real work */ - ret = nxsem_wait(sem); + ret = n

Re: [PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-04-05 Thread via GitHub
pussuw commented on code in PR #16031: URL: https://github.com/apache/nuttx/pull/16031#discussion_r2008035543 ## arch/risc-v/src/mpfs/mpfs_dsn.c: ## @@ -91,9 +98,7 @@ int mpfs_read_dsn(uint8_t *dsn, size_t len) while ((getreg32(SERVICES_SR) & SCBCTRL_SERVICESSR_BUSY) && --r

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-04-05 Thread via GitHub
simbit18 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007821358 ## canutils/lely-canopen/Makefile: ## @@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git repo

Re: [PR] Add esp32s3 lcd ev v1.5 support [nuttx]

2025-04-05 Thread via GitHub
lupyuen commented on PR #16012: URL: https://github.com/apache/nuttx/pull/16012#issuecomment-2732301380 Thanks @eren-terzioglu! I'm thinking how this PR might be listed in the [NuttX Release Notes](https://nuttx.apache.org/releases/12.8.0/). Perhaps we could rename the PR Title to this?

(nuttx) 01/03: Documentation/games: Add snake game docs

2025-04-05 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 commit 8ffc6689f4b95863c3964bbf9e5125822610fe56 Author: Eren Terzioglu AuthorDate: Sat Mar 1 18:15:11 2025 +0100 Documenta

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-04-05 Thread via GitHub
simbit18 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007190413 ## canutils/lely-canopen/Makefile: ## @@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git repo

(nuttx) 02/06: boards/risc-v/esp32c3: Enable SPI Flash's MTD block driver

2025-04-05 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 6e57b93821866cc8767c872236bcf151ce2e926c Author: Tiago Medicci Serrano AuthorDate: Thu Mar 27 11:49:48 2025 -0300

  1   2   >