Re: [PR] boards: add nimble defconfig to esp32c3-generic [nuttx]

2024-12-13 Thread via GitHub
acassis commented on PR #15187: URL: https://github.com/apache/nuttx/pull/15187#issuecomment-2542460127 @Laczen please take a look at this issue: ``` Error: /github/workspace/sources/apps/wireless/bluetooth/nimble/mynewt-nimble/nimble/host/src/ble_gap.c:6979:1: error: 'ble_gap_eve

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

2024-12-13 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 0f024d511 Publishing web: b0df2ae

Re: [PR] [ci] macOS platforms: added LLVM toolchain for Arm [nuttx]

2024-12-13 Thread via GitHub
simbit18 commented on PR #15146: URL: https://github.com/apache/nuttx/pull/15146#issuecomment-2541039957 Hi @lupyuen have you tried to remove to remove this patch https://github.com/lupyuen/nuttx-build-farm/blob/a99c1f8abafe3ae5f3f3c00ed0e24ffd1f12f7bb/run-build-macos.sh#L123 (CO

Re: [PR] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-13 Thread via GitHub
tmedicci commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2541257971 Thanks @lupyuen, this is amazing! -- 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] Build error after switching from release/12.7 to master with LittleFS enabled [nuttx]

2024-12-13 Thread via GitHub
FelipeMdeO commented on issue #15148: URL: https://github.com/apache/nuttx/issues/15148#issuecomment-2541284037 > i couldn't reproduce the error. > > i used "make -j8" instead of "make -j". nuttx version: [4a51c21](https://github.com/apache/nuttx/commit/4a51c21afce7f84ed28792038854d3d

Re: [PR] use atomic to protect f_refs [nuttx]

2024-12-13 Thread via GitHub
hujun260 commented on code in PR #15163: URL: https://github.com/apache/nuttx/pull/15163#discussion_r1883603896 ## include/nuttx/fs/fs.h: ## @@ -462,6 +462,7 @@ struct file int f_oflags; /* Open mode flags */ #ifdef CONFIG_FS_REFCOUNT int f_r

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

2024-12-13 Thread via GitHub
sdc-g commented on code in PR #15141: URL: https://github.com/apache/nuttx/pull/15141#discussion_r1883588674 ## arch/xtensa/include/elf.h: ## @@ -34,4 +34,28 @@ #define R_XTENSA_ASM_EXPAND 11 #define R_XTENSA_SLOT0_OP 20 +#ifdef CONFIG_COREDUMP Review Comment: Thanks f

[I] Bug Report: RISC-V Load Access Fault Exception in NuttX Kernel [nuttx]

2024-12-13 Thread via GitHub
GuoyuYin opened a new issue, #15177: URL: https://github.com/apache/nuttx/issues/15177 ### Description / Steps to reproduce the issue # Expected Behavior The program should execute without any memory access violations or crashes. Specifically, the strnlen function should correctly

[I] Load Access Fault in nxsem_trywait Due to Invalid Semaphore Pointer on RISC-V NuttX [nuttx]

2024-12-13 Thread via GitHub
GuoyuYin opened a new issue, #15178: URL: https://github.com/apache/nuttx/issues/15178 ### Description / Steps to reproduce the issue ## Expected Behavior The program should execute without any memory access violations or crashes. Specifically, the `nxsem_trywait` function shou

[PR] {bp-15159} fs/shm/shmfs_alloc.c: Allocate zero-initialized memory in flat build [nuttx]

2024-12-13 Thread via GitHub
jerpelea opened a new pull request, #15172: URL: https://github.com/apache/nuttx/pull/15172 ## Summary POSIX requires that the shm objects are zero-initialized. This has been broken in some earlier commits (starting from https://github.com/apache/nuttx/commit/9af5fc5d09724a5d300bc07ce85b

[PR] {bp-15165} rv-virt/citest: Increase init task stack size to 3072 [nuttx]

2024-12-13 Thread via GitHub
jerpelea opened a new pull request, #15173: URL: https://github.com/apache/nuttx/pull/15173 ## Summary After https://github.com/apache/nuttx/pull/15075, the size of the stack size has decreased 8 bytes and the init stack size for the rv-virt:citest defconfig was near its full capacit

[PR] remove fl_crefs [nuttx]

2024-12-13 Thread via GitHub
hujun260 opened a new pull request, #15180: URL: https://github.com/apache/nuttx/pull/15180 ## Summary remove fl_crefs ## Impact flist ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] fs: use atomic_t store f_refs [nuttx]

2024-12-13 Thread via GitHub
hujun260 commented on code in PR #15158: URL: https://github.com/apache/nuttx/pull/15158#discussion_r1883692580 ## include/nuttx/fs/fs.h: ## @@ -461,7 +462,7 @@ struct file { int f_oflags; /* Open mode flags */ #ifdef CONFIG_FS_REFCOUNT - int

Re: [PR] sched_processtimer: use small lock to protect g_timer_interval and g_timer_tick [nuttx]

2024-12-13 Thread via GitHub
hujun260 commented on code in PR #15129: URL: https://github.com/apache/nuttx/pull/15129#discussion_r1883694244 ## sched/sched/sched_timerexpiration.c: ## @@ -388,6 +391,8 @@ static clock_t nxsched_timer_start(clock_t ticks, clock_t interval) } #endif + flags =

Re: [PR] {bp-15160} binfmt/exec: initialize binary_s to empty to avoid invaild access [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15176: URL: https://github.com/apache/nuttx/pull/15176 -- 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) 01/02: binfmt/loadable: move binary_s to stack to avoid access allocator

2024-12-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c6dfdbad416d3ef34701e77dd04f028e421e0fcb Author: chao an AuthorDate: Wed Dec 11 08:57:54 2024 +0800 binfmt

(nuttx) 02/02: binfmt/exec: initialize binary_s to empty to avoid invaild access

2024-12-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 200015d5149d01cd3b8c152be1e2f780e591ed1e Author: chao an AuthorDate: Thu Dec 12 22:26:16 2024 +0800 binfmt

Re: [PR] {bp-15159} fs/shm/shmfs_alloc.c: Allocate zero-initialized memory in flat build [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15172: URL: https://github.com/apache/nuttx/pull/15172 -- 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] {bp-15151} sched/clock: cleanup g_system_ticks reference if arch timer is enabled [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15175: URL: https://github.com/apache/nuttx/pull/15175 -- 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 releases/12.8 updated (200015d514 -> 90870ae62e)

2024-12-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 200015d514 binfmt/exec: initialize binary_s to empty to avoid invaild access add 1a74a44022 fs/shm/shmf

Re: [PR] {bp-15165} rv-virt/citest: Increase init task stack size to 3072 [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15173: URL: https://github.com/apache/nuttx/pull/15173 -- 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 releases/12.8 updated (5abcc49789 -> 200015d514)

2024-12-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 5abcc49789 mps2-an500/knsh: disable SPINLOCK to avoid build break new c6dfdbad41 binfmt/loadable: move b

(nuttx) branch releases/12.8 updated (6825f66fd6 -> 957516105f)

2024-12-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 6825f66fd6 sched/clock: cleanup g_system_ticks reference if arch timer is enabled add 957516105f arch:

(nuttx) branch releases/12.8 updated (90870ae62e -> 6825f66fd6)

2024-12-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 90870ae62e fs/fat/fs_fat32util.c: fix potential exception due to dividing zero during mounting when fat is c

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

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15141: URL: https://github.com/apache/nuttx/pull/15141 -- 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 releases/12.8 updated: rv-virt/citest: Increase init task stack size to 3072

2024-12-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new 0da4e44e48 rv-virt/citest: Incre

(nuttx) branch master updated (5cdc6c77cf -> 9e8e7ace09)

2024-12-13 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 5cdc6c77cf fs/fat/fs_fat32util.c: fix potential exception due to dividing zero during mounting when fat is corrupte

Re: [PR] {bp-15166} arch: cxd56xx: Fix not restart after TX error [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15174: URL: https://github.com/apache/nuttx/pull/15174 -- 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] remove fl_crefs [nuttx]

2024-12-13 Thread via GitHub
nuttxpr commented on PR #15180: URL: https://github.com/apache/nuttx/pull/15180#issuecomment-2541098781 [**\[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 requirements.

(nuttx) branch master updated (9e8e7ace09 -> a3849afe9f)

2024-12-13 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 9e8e7ace09 xtensa: support coredump by register set alignment add fa8d5cd53d littlefs: Use LFS_DEFINES if avail

Re: [PR] fix a few tools/ci/cibuild.sh failures on my environment (macOS 15.1.1, x86-64, xcode 16.1) [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15169: URL: https://github.com/apache/nuttx/pull/15169 -- 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 (a3849afe9f -> fce4f2b3ee)

2024-12-13 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 a3849afe9f linum-stm32h753bi/littlefs: bump littlefs version to 2.10.0 add ac3aa0185c tools/ci/platforms/darwin

Re: [PR] Use LFS_DEFINES if available [nuttx]

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

Re: [PR] fix a few tools/ci/cibuild.sh failures on my environment (macOS 15.1.1, x86-64, xcode 16.1) [nuttx]

2024-12-13 Thread via GitHub
simbit18 commented on PR #15169: URL: https://github.com/apache/nuttx/pull/15169#issuecomment-2541171917 Hi @yamt bloaty on github macOS-13 is not built !!! test macOS-13 https://github.com/simbit18/nuttx-testing-ci/actions/runs/12314027630/job/34369347288 while it is o

Re: [PR] nuttx/audio: improve null audio driver. [nuttx]

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

[PR] {bp-15166} arch: cxd56xx: Fix not restart after TX error [nuttx]

2024-12-13 Thread via GitHub
jerpelea opened a new pull request, #15174: URL: https://github.com/apache/nuttx/pull/15174 ## Summary Fix a bug that I2C driver can not transfer after TX abort error. It caused by remaining NO_STOP flag status. ## Impact RELEASE ## Testing CI --

[PR] {bp-15151} sched/clock: cleanup g_system_ticks reference if arch timer is enabled [nuttx]

2024-12-13 Thread via GitHub
jerpelea opened a new pull request, #15175: URL: https://github.com/apache/nuttx/pull/15175 ## Summary sched/clock: cleanup g_system_ticks reference if arch timer is enabled Included: https://github.com/apache/nuttx/pull/15139 ## Impact RELEASE ## Testin

Re: [PR] {bp-15151} sched/clock: cleanup g_system_ticks reference if arch timer is enabled [nuttx]

2024-12-13 Thread via GitHub
nuttxpr commented on PR #15175: URL: https://github.com/apache/nuttx/pull/15175#issuecomment-2540846478 [**\[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 requirements

Re: [PR] [ci] macOS platforms: added LLVM toolchain for Arm [nuttx]

2024-12-13 Thread via GitHub
lupyuen commented on PR #15146: URL: https://github.com/apache/nuttx/pull/15146#issuecomment-2540844777 Sorry @simbit18 I need to disable these `sudo`line for the macOS Build Farm, since `sudo` will hang the Build Job, waiting for password: https://github.com/apache/nuttx/blob/1dcada491

Re: [PR] {bp-15159} fs/shm/shmfs_alloc.c: Allocate zero-initialized memory in flat build [nuttx]

2024-12-13 Thread via GitHub
nuttxpr commented on PR #15172: URL: https://github.com/apache/nuttx/pull/15172#issuecomment-2540848497 [**\[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. I

[PR] {bp-15160} binfmt/exec: initialize binary_s to empty to avoid invaild access [nuttx]

2024-12-13 Thread via GitHub
jerpelea opened a new pull request, #15176: URL: https://github.com/apache/nuttx/pull/15176 ## Summary binfmt/exec: initialize binary_s to empty to avoid invaild access Included https://github.com/apache/nuttx/pull/15124 ## Impact RELEASE ## Testing

Re: [PR] {bp-15160} binfmt/exec: initialize binary_s to empty to avoid invaild access [nuttx]

2024-12-13 Thread via GitHub
nuttxpr commented on PR #15176: URL: https://github.com/apache/nuttx/pull/15176#issuecomment-2540871595 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No. This PR summary lacks crucial information. While i

Re: [PR] Feature/esp efuse support [nuttx]

2024-12-13 Thread via GitHub
nuttxpr commented on PR #15186: URL: https://github.com/apache/nuttx/pull/15186#issuecomment-2541953495 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) __Fill In The Commit Message:__ This PR contains a Commit with

Re: [PR] boards: add nimble defconfig to esp32c3-generic [nuttx]

2024-12-13 Thread via GitHub
nuttxpr commented on PR #15187: URL: https://github.com/apache/nuttx/pull/15187#issuecomment-2541951194 [**\[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 requirements.

Re: [PR] Feature/esp pulse cnt [nuttx]

2024-12-13 Thread via GitHub
acassis commented on code in PR #15079: URL: https://github.com/apache/nuttx/pull/15079#discussion_r1884353605 ## drivers/timers/capture.c: ## @@ -391,6 +391,18 @@ static int cap_ioctl(FAR struct file *filep, int cmd, unsigned long arg) default: { cpe

(nuttx) branch master updated: [cmake] windows native: fixed FAILED: System.map

2024-12-13 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 d90559f94e [cmake] windows native: fixed FAILED:

Re: [PR] [cmake] windows native: fixed FAILED: System.map [nuttx]

2024-12-13 Thread via GitHub
acassis merged PR #15185: URL: https://github.com/apache/nuttx/pull/15185 -- 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] lpuart: fix build errors for SINGLEWIRE and INVERT without SERIAL_TERMIOS [nuttx]

2024-12-13 Thread via GitHub
acassis merged PR #15183: URL: https://github.com/apache/nuttx/pull/15183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

(nuttx) branch master updated: lpuart: fix build errors for SINGLEWIRE and INVERT without SERIAL_TERMIOS

2024-12-13 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 cfd79b89ab lpuart: fix build errors for SINGLEWI

[PR] Add support for the BCM2711 [nuttx]

2024-12-13 Thread via GitHub
linguini1 opened a new pull request, #15188: URL: https://github.com/apache/nuttx/pull/15188 ## Summary *Update this section with information on why change is necessary, what it exactly does and how, if new feature shows up, provide references (dependencies, similar problems an

Re: [PR] Add support for the BCM2711 [nuttx]

2024-12-13 Thread via GitHub
linguini1 commented on PR #15188: URL: https://github.com/apache/nuttx/pull/15188#issuecomment-2542078507 It is going to take me a while to rebase all these commits -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Add support for the BCM2711 [nuttx]

2024-12-13 Thread via GitHub
acassis commented on PR #15188: URL: https://github.com/apache/nuttx/pull/15188#issuecomment-2542457863 > It is going to take me a while to squash all these commits Hi @linguini1 I suggest you to squash in a way that the mental logic you used to get this port working be preserved.

(nuttx) branch master updated (cfd79b89ab -> d15a20eac8)

2024-12-13 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 cfd79b89ab lpuart: fix build errors for SINGLEWIRE and INVERT without SERIAL_TERMIOS add d15a20eac8 sensors: f

Re: [PR] sensors: fix Make.defs for bmm150 [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15182: URL: https://github.com/apache/nuttx/pull/15182 -- 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] boards: add nimble defconfig to esp32c3-generic [nuttx]

2024-12-13 Thread via GitHub
Laczen commented on PR #15187: URL: https://github.com/apache/nuttx/pull/15187#issuecomment-2542905318 > @Laczen please take a look at this issue: > > ``` > Error: /github/workspace/sources/apps/wireless/bluetooth/nimble/mynewt-nimble/nimble/host/src/ble_gap.c:6979:1: error: 'ble_

Re: [PR] Add support for the BCM2711 [nuttx]

2024-12-13 Thread via GitHub
raiden00pl commented on code in PR #15188: URL: https://github.com/apache/nuttx/pull/15188#discussion_r1884920078 ## .gitignore: ## @@ -80,4 +82,6 @@ SAVEMake.defs SAVEconfig .aider* imx9-norimage.img - +config.txt +tools/bcm2711/*.dat Review Comment: move to `tools/bcm27

Re: [PR] Add support for the BCM2711 [nuttx]

2024-12-13 Thread via GitHub
raiden00pl commented on code in PR #15188: URL: https://github.com/apache/nuttx/pull/15188#discussion_r1884927694 ## arch/arm64/Kconfig: ## @@ -352,6 +366,7 @@ config ARM64_DECODEFIQ config ARM64_GIC_VERSION int "GIC version" default 2 if ARCH_CHIP_A64

Re: [PR] Add support for the BCM2711 [nuttx]

2024-12-13 Thread via GitHub
raiden00pl commented on code in PR #15188: URL: https://github.com/apache/nuttx/pull/15188#discussion_r1884935409 ## arch/arm64/src/bcm2711/bcm2711_spi.c: ## @@ -0,0 +1,268 @@ +/ + * arch/arm64/src/bcm27

[PR] arm64/imx9: tpm: fix TPM_FILTER_CHXFVAL_MASK macro [nuttx]

2024-12-13 Thread via GitHub
AndreHeinemans-NXP opened a new pull request, #15184: URL: https://github.com/apache/nuttx/pull/15184 ## Summary Macro contains one closing bracket too much ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the

[PR] lpuart: fix build errors for SINGLEWIRE and INVERT without SERIAL_TERMIOS [nuttx]

2024-12-13 Thread via GitHub
AndreHeinemans-NXP opened a new pull request, #15183: URL: https://github.com/apache/nuttx/pull/15183 ## Summary The features CONFIG_IMXRT_LPUART_SINGLEWIRE and CONFIG_IMXRT_LPUART_INVERT will get build errors when CONFIG_SERIAL_TERMIOS or CONFIG_SERIAL_TIOCSERGSTRUCT are not enabled

Re: [I] Raspberry pi 4 model B support [nuttx]

2024-12-13 Thread via GitHub
linguini1 commented on issue #11586: URL: https://github.com/apache/nuttx/issues/11586#issuecomment-2541851235 > Any progress on this issue? @csukuangfj I have managed to get NuttX booting into NSH on the 4GB RAM model, haven't been able to test on other models. I have a partially mad

[PR] Feature/esp efuse sim support [nuttx]

2024-12-13 Thread via GitHub
eren-terzioglu opened a new pull request, #15186: URL: https://github.com/apache/nuttx/pull/15186 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary efuse support added to read and write efuses through app

Re: [PR] Feature/esp pulse cnt [nuttx]

2024-12-13 Thread via GitHub
eren-terzioglu commented on PR #15079: URL: https://github.com/apache/nuttx/pull/15079#issuecomment-2541868590 @xiaoxiang781216, I refactored the code with using capture driver. Fyi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] lpuart: fix build errors for SINGLEWIRE and INVERT without SERIAL_TERMIOS [nuttx]

2024-12-13 Thread via GitHub
nuttxpr commented on PR #15183: URL: https://github.com/apache/nuttx/pull/15183#issuecomment-2541628837 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) __Fill In The Commit Message:__ This PR contains a Commit with

Re: [I] Raspberry pi 4 model B support [nuttx]

2024-12-13 Thread via GitHub
csukuangfj commented on issue #11586: URL: https://github.com/apache/nuttx/issues/11586#issuecomment-2541716143 Any progress on this issue? -- 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 spe

Re: [PR] fix a few tools/ci/cibuild.sh failures on my environment (macOS 15.1.1, x86-64, xcode 16.1) [nuttx]

2024-12-13 Thread via GitHub
yamt commented on PR #15169: URL: https://github.com/apache/nuttx/pull/15169#issuecomment-2541505966 > Hi @yamt bloaty on github macOS-13 (used on the mirror https://github.com/NuttX/nuttx ) is not built !!! > > **Test** macOS-13 https://github.com/simbit18/nuttx-testing-ci/actions/r

(nuttx) branch master updated (fce4f2b3ee -> de5151c64b)

2024-12-13 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 fce4f2b3ee tools/ci/platforms/darwin.sh: update bloaty pin add de5151c64b riscv_percpu: Replace critical sectio

Re: [PR] riscv_percpu: Replace critical section with irqsave/irqrestore [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15171: URL: https://github.com/apache/nuttx/pull/15171 -- 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] [WIP] change the software interrupt to syscall instruction [nuttx]

2024-12-13 Thread via GitHub
tmedicci commented on PR #14672: URL: https://github.com/apache/nuttx/pull/14672#issuecomment-2541653310 > esp32s3-devkit:smp ostest failed at "nested signal handler test" Isn't it related to https://github.com/apache/nuttx/issues/15059? -- This is an automated message from the Apac

Re: [PR] remove fl_crefs [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15180: URL: https://github.com/apache/nuttx/pull/15180 -- 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 (de5151c64b -> 98ce36cdc7)

2024-12-13 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 de5151c64b riscv_percpu: Replace critical section with irqsave/irqrestore add 98ce36cdc7 remove fl_crefs No n

Re: [PR] tools/ci/platforms/darwin.sh: bump bloaty version [nuttx]

2024-12-13 Thread via GitHub
yamt commented on PR #15181: URL: https://github.com/apache/nuttx/pull/15181#issuecomment-2541599014 > @yamt now it seems ok thanks !! > > https://github.com/simbit18/nuttx-testing-ci/actions/runs/12317003172/job/34378610662 > > for the future if you want to test you can copy t

Re: [PR] tools/ci/platforms/darwin.sh: bump bloaty version [nuttx]

2024-12-13 Thread via GitHub
simbit18 commented on PR #15181: URL: https://github.com/apache/nuttx/pull/15181#issuecomment-2541518142 Hi @yamt I'm going to do a test now with your PR on github -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] tools/ci/platforms/darwin.sh: bump bloaty version [nuttx]

2024-12-13 Thread via GitHub
simbit18 commented on PR #15181: URL: https://github.com/apache/nuttx/pull/15181#issuecomment-2541578336 @yamt now it seems ok thanks !! https://github.com/simbit18/nuttx-testing-ci/actions/runs/12317003172/job/34378610662 for the future if you want to test you can copy thi

[PR] sensors: fix Make.defs for bmm150 [nuttx]

2024-12-13 Thread via GitHub
AndreHeinemans-NXP opened a new pull request, #15182: URL: https://github.com/apache/nuttx/pull/15182 ## Summary Build fails when enabling CONFIG_SENSORS_BMM150. This happens because "bmm150.c" is added to the CSRCS but that file does not exist. Solved it by removing the part t

Re: [PR] syslog/channel: unify syslog channel writing to reduce redundant code [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #15132: URL: https://github.com/apache/nuttx/pull/15132#discussion_r1884098936 ## drivers/syslog/syslog_write.c: ## @@ -94,227 +98,118 @@ static bool syslog_safe_to_block(void) *

Re: [PR] arm64/imx9: tpm: fix TPM_FILTER_CHXFVAL_MASK macro [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15184: URL: https://github.com/apache/nuttx/pull/15184 -- 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 (2c93e79e94 -> 566e1c3a7d)

2024-12-13 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 2c93e79e94 arm64/imx9: tpm: fix TPM_FILTER_CHXFVAL_MASK macro add 566e1c3a7d tools/ci/platforms/darwin.sh: bump

Re: [PR] tools/ci/platforms/darwin.sh: bump bloaty version [nuttx]

2024-12-13 Thread via GitHub
xiaoxiang781216 merged PR #15181: URL: https://github.com/apache/nuttx/pull/15181 -- 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/imx9: tpm: fix TPM_FILTER_CHXFVAL_MASK macro

2024-12-13 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 2c93e79e94 arm64/imx9: tpm: fix TPM_FILTER_CHX

[PR] tools/ci/platforms/darwin.sh: bump bloaty version [nuttx]

2024-12-13 Thread via GitHub
yamt opened a new pull request, #15181: URL: https://github.com/apache/nuttx/pull/15181 ## Summary hopefully this can fix build failure on macos-13. (see below) ``` [470/495] Linking CXX executable bloaty FAILED: bloaty : && /Applications/Xcode_15.2.app/Contents/Devel

[PR] [cmake] windows native: fixed FAILED: System.map [nuttx]

2024-12-13 Thread via GitHub
simbit18 opened a new pull request, #15185: URL: https://github.com/apache/nuttx/pull/15185 ## Summary fixed [1025/1027] Generating System.map FAILED: System.map C:/nuttxgit/nuttx/build/System.map cmd.exe /C "cd /D C:\nuttxgit\nuttx\build && arm-none-eabi-nm nuttx | grep -v

[PR] boards: add nimble defconfig to esp32c3-generic [nuttx]

2024-12-13 Thread via GitHub
Laczen opened a new pull request, #15187: URL: https://github.com/apache/nuttx/pull/15187 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Provide nimble configuration for esp32c3. ## Impact