Re: [PR] drivers: Avoid causing a busy loop due to context switching induced by sem_post. [nuttx]

2025-02-16 Thread via GitHub
Donny9 commented on PR #15842: URL: https://github.com/apache/nuttx/pull/15842#issuecomment-2662291373 > @Donny9: The Previous Commit doesn't have the `test_pipe` problem. So something in the above PR is probably causing `pipe` test to fail? https://gist.github.com/lupyuen/67b63777f7dee7630

Re: [PR] drivers: Avoid causing a busy loop due to context switching induced by sem_post. [nuttx]

2025-02-16 Thread via GitHub
Donny9 commented on code in PR #15842: URL: https://github.com/apache/nuttx/pull/15842#discussion_r1957751502 ## drivers/i2c/i2c_slave_driver.c: ## @@ -506,9 +506,12 @@ static int i2c_slave_callback(FAR void *arg, i2c_slave_complete_t status, priv->read_index = 0;

Re: [PR] Add esp_spiram_writeback_range support [nuttx]

2025-02-16 Thread via GitHub
nuttxpr commented on PR #15849: URL: https://github.com/apache/nuttx/pull/15849#issuecomment-2662280891 [**\[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

[PR] Feature/esp spiram writeback [nuttx]

2025-02-16 Thread via GitHub
eren-terzioglu opened a new pull request, #15849: URL: https://github.com/apache/nuttx/pull/15849 ## Summary Add esp_spiram_writeback_range function to flush some areas of spiram cache to update spiram faster and more reliable. - esp32[s2|s3]: Enhance SPIRAM/PSRAM support

(nuttx) branch master updated (1b94d0e2cf -> 3fca03f23b)

2025-02-16 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 1b94d0e2cf nxgdb/mm: show pool expand queue size add 64bae41c6b board/qemu-armv7r: rename dramboot.ld add 3f

(nuttx) branch master updated (3fca03f23b -> 38c348bf9a)

2025-02-16 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 3fca03f23b board/qemu-armv7r: add PROTECTED mode add 0317df5b43 boards/nucleo-f722ze/cansock: enable SocketCAN ut

Re: [PR] boards/stm32: enable SocketCAN utils for cansock configs [nuttx]

2025-02-16 Thread via GitHub
lupyuen merged PR #15834: URL: https://github.com/apache/nuttx/pull/15834 -- 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/armv7-r: PROTECTED mode support (2/2) [nuttx]

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

Re: [PR] nuttx/compiler: fix build warning on GCC14 [nuttx]

2025-02-16 Thread via GitHub
anchao commented on code in PR #15848: URL: https://github.com/apache/nuttx/pull/15848#discussion_r1957562921 ## arch/arm/include/spinlock.h: ## @@ -63,12 +63,21 @@ *all memory accesses are complete */ -#define UP_DSB() __asm__ __volatile__ ("dsb sy" : : : "mem

Re: [PR] nuttx/compiler: fix build warning on GCC14 [nuttx]

2025-02-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #15848: URL: https://github.com/apache/nuttx/pull/15848#discussion_r1957537628 ## arch/arm/include/spinlock.h: ## @@ -63,12 +63,21 @@ *all memory accesses are complete */ -#define UP_DSB() __asm__ __volatile__ ("dsb sy" :

(nuttx-apps) branch toywasm-66 deleted (was 070c153fb)

2025-02-16 Thread yamamoto
This is an automated email from the ASF dual-hosted git repository. yamamoto pushed a change to branch toywasm-66 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git was 070c153fb toywasm: regen for v66.0.0 The revisions that were on this branch are still contained in other re

Re: [I] [BUG] Littlefs only syncing with `fsync`, but not `fflush` [nuttx]

2025-02-16 Thread via GitHub
yamt commented on issue #15840: URL: https://github.com/apache/nuttx/issues/15840#issuecomment-2661892087 > > how about `fsync(fileno(fp))`? > > Thank you! I think this should solve my issue! > > However, my other question I am still wondering about: when during normal file ope

[PR] nuttx/compiler: fix build warning on GCC14 [nuttx]

2025-02-16 Thread via GitHub
anchao opened a new pull request, #15848: URL: https://github.com/apache/nuttx/pull/15848 ## Summary arm/memory_barrier: fix build warning on GCC14 ``` nuttx/include/arch/spinlock.h:66:9: warning: "UP_DSB" redefined 66 | #define UP_DSB() __asm__ __volatile__ ("dsb sy" :

Re: [PR] nuttx/compiler: fix build warning on GCC14 [nuttx]

2025-02-16 Thread via GitHub
nuttxpr commented on PR #15848: URL: https://github.com/apache/nuttx/pull/15848#issuecomment-2661861681 [**\[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, al

Re: [PR] toywasm: bump to v66.0.0 [nuttx-apps]

2025-02-16 Thread via GitHub
yamt commented on PR #2998: URL: https://github.com/apache/nuttx-apps/pull/2998#issuecomment-2661838486 i created a new PR https://github.com/apache/nuttx-apps/pull/2999 because i noticed i have pushed the branch to a wrong repo. i also added signed-off-by thing there. -- This is a

Re: [PR] toywasm: bump to v66.0.0 [nuttx-apps]

2025-02-16 Thread via GitHub
yamt closed pull request #2998: toywasm: bump to v66.0.0 URL: https://github.com/apache/nuttx-apps/pull/2998 -- 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-m

[PR] toywasm: bump to v66.0.0 [nuttx-apps]

2025-02-16 Thread via GitHub
yamt opened a new pull request, #2999: URL: https://github.com/apache/nuttx-apps/pull/2999 ## Summary toywasm: bump to v66.0.0 ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] toywasm: bump to v66.0.0 [nuttx-apps]

2025-02-16 Thread via GitHub
yamt commented on PR #2998: URL: https://github.com/apache/nuttx-apps/pull/2998#issuecomment-2661834226 > > > @cederom: Thank you @yamt :-) Could you please sign the commits with `git commit -s` ? :-) > > > > > > @yamt: why? > > So anyone looking at the local git log can se

Re: [I] [BUG] ESP32C6 - UsbConsole feature not working [nuttx]

2025-02-16 Thread via GitHub
FelipeMdeO commented on issue #15656: URL: https://github.com/apache/nuttx/issues/15656#issuecomment-2661765303 Hello @tmedicci, @eren-terzioglu, After some analysis, I discovered that the esp_txint function exhibits divergent behavior depending on the RISC-V compiler optimization lev

Re: [PR] drivers: Avoid causing a busy loop due to context switching induced by sem_post. [nuttx]

2025-02-16 Thread via GitHub
anchao commented on code in PR #15842: URL: https://github.com/apache/nuttx/pull/15842#discussion_r1957481709 ## drivers/i2c/i2c_slave_driver.c: ## @@ -506,9 +506,12 @@ static int i2c_slave_callback(FAR void *arg, i2c_slave_complete_t status, priv->read_index = 0;

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-16 Thread via GitHub
acassis commented on code in PR #15847: URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957442784 ## tools/nxstyle.c: ## @@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp) { bswitch = true; } + else

Re: [PR] examples:spislave_test: Improve example [nuttx-apps]

2025-02-16 Thread via GitHub
FelipeMdeO commented on PR #2820: URL: https://github.com/apache/nuttx-apps/pull/2820#issuecomment-2661682500 Hello @acassis , done. -- 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 c

Re: [PR] examples:spislave_test: Improve example [nuttx-apps]

2025-02-16 Thread via GitHub
FelipeMdeO commented on code in PR #2820: URL: https://github.com/apache/nuttx-apps/pull/2820#discussion_r1957443481 ## examples/spislv_test/spislv_test.c: ## @@ -22,81 +22,558 @@ * Included Files /

Re: [PR] examples:spislave_test: Improve example [nuttx-apps]

2025-02-16 Thread via GitHub
acassis commented on code in PR #2820: URL: https://github.com/apache/nuttx-apps/pull/2820#discussion_r1957442025 ## examples/spislv_test/spislv_test.c: ## @@ -22,81 +22,558 @@ * Included Files / -

Re: [PR] examples:spislave_test: Improve example [nuttx-apps]

2025-02-16 Thread via GitHub
cederom commented on PR #2820: URL: https://github.com/apache/nuttx-apps/pull/2820#issuecomment-2661673479 Thanks @FelipeMdeO for the updates :-) Please update git commit: * subject: `examples/spislave_test: Add user data receive.` or something like that :-) * Add `git commit -s` signa

Re: [PR] examples:spislave_test: Improve example [nuttx-apps]

2025-02-16 Thread via GitHub
FelipeMdeO commented on PR #2820: URL: https://github.com/apache/nuttx-apps/pull/2820#issuecomment-2661672581 Hello @cederom, sorry for delay. Code style issues solved. -- 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] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-02-16 Thread via GitHub
mlyszczek commented on code in PR #15828: URL: https://github.com/apache/nuttx/pull/15828#discussion_r1957419240 ## drivers/wireless/lpwan/rn2xx3/rn2xx3.c: ## @@ -0,0 +1,1612 @@ +/ + * drivers/wireless/l

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-02-16 Thread via GitHub
linguini1 commented on code in PR #15828: URL: https://github.com/apache/nuttx/pull/15828#discussion_r1957417153 ## drivers/wireless/lpwan/rn2xx3/rn2xx3.c: ## @@ -0,0 +1,1612 @@ +/ + * drivers/wireless/l

Re: [PR] toywasm: bump to v66.0.0 [nuttx-apps]

2025-02-16 Thread via GitHub
cederom commented on PR #2998: URL: https://github.com/apache/nuttx-apps/pull/2998#issuecomment-2661556448 > > @cederom: Thank you @yamt :-) Could you please sign the commits with `git commit -s` ? :-) > > @yamt: why? So anyone looking at the local git log can see who was the c

Re: [PR] boards/stm32: enable SocketCAN utils for cansock configs [nuttx]

2025-02-16 Thread via GitHub
hartmannathan commented on PR #15834: URL: https://github.com/apache/nuttx/pull/15834#issuecomment-2661538006 > @hartmannathan optimization for stm32f302r8 is mainly for FLASH usage. The default task size is increased in this case from 1024 to 2048 because 1024 is not sufficient for SocketC

Re: [PR] Initial standalone sx126x driver [WIP] [nuttx]

2025-02-16 Thread via GitHub
keever50 commented on PR #15795: URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661530061 @acassis Is it okay if i create a completely new fresh PR somewhere this week with the clean up and board removed? This makes things a bit easier to manage. Later afterwards i can do a P

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-16 Thread via GitHub
acassis commented on code in PR #15847: URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957369051 ## tools/nxstyle.c: ## @@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp) { bswitch = true; } + else

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-16 Thread via GitHub
LuchianMihai commented on code in PR #15847: URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957370313 ## tools/nxstyle.c: ## @@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp) { bswitch = true; } +

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-16 Thread via GitHub
LuchianMihai commented on code in PR #15847: URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957369872 ## tools/nxstyle.c: ## @@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp) { bswitch = true; } +

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-16 Thread via GitHub
acassis commented on code in PR #15847: URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957369051 ## tools/nxstyle.c: ## @@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp) { bswitch = true; } + else

Re: [PR] boards/stm32: enable SocketCAN utils for cansock configs [nuttx]

2025-02-16 Thread via GitHub
raiden00pl commented on PR #15834: URL: https://github.com/apache/nuttx/pull/15834#issuecomment-2661521011 @hartmannathan optimization for stm32f302r8 is mainly for FLASH usage. The default task size is increased in this case from 1024 to 2048 because 1024 is not sufficient for can utils.

Re: [PR] tools/nxstyle: handle case statement [nuttx]

2025-02-16 Thread via GitHub
hartmannathan commented on code in PR #15847: URL: https://github.com/apache/nuttx/pull/15847#discussion_r1957367166 ## tools/nxstyle.c: ## @@ -2042,6 +2033,17 @@ int main(int argc, char **argv, char **envp) { bswitch = true; } +

Re: [PR] Initial standalone sx126x driver [WIP] [nuttx]

2025-02-16 Thread via GitHub
acassis commented on PR #15795: URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661505799 > Let me know if these integrations and ioctl look OK. I would appreciate that. If anything has to be changed lmk @keever50 I suggest just separating the board support from the driv

Re: [PR] Initial standalone sx126x driver [WIP] [nuttx]

2025-02-16 Thread via GitHub
keever50 commented on PR #15795: URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661488890 Let me know if these integrations and ioctl look OK. I would appreciate that. If anything has to be changed lmk -- This is an automated message from the Apache Git Service. To respond

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-02-16 Thread via GitHub
linguini1 commented on code in PR #15828: URL: https://github.com/apache/nuttx/pull/15828#discussion_r1957351218 ## drivers/wireless/lpwan/rn2xx3/rn2xx3.c: ## @@ -0,0 +1,1612 @@ +/ + * drivers/wireless/l

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-02-16 Thread via GitHub
linguini1 commented on code in PR #15828: URL: https://github.com/apache/nuttx/pull/15828#discussion_r1957350903 ## include/nuttx/wireless/ioctl.h: ## @@ -60,13 +60,31 @@ /* output power (in dBm) */ #define WLIOC_GETTXPOWER_WLCI

Re: [PR] Initial standalone sx126x driver [WIP] [nuttx]

2025-02-16 Thread via GitHub
acassis commented on PR #15795: URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661455683 ping @keever50 -- 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 u

Re: [PR] Initial standalone sx126x driver [WIP] [nuttx]

2025-02-16 Thread via GitHub
keever50 commented on PR #15795: URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661458455 I can drop the updates here for review if you like but it is not fully cleaned up yet. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] Initial standalone sx126x driver [WIP] [nuttx]

2025-02-16 Thread via GitHub
keever50 commented on PR #15795: URL: https://github.com/apache/nuttx/pull/15795#issuecomment-2661458142 pong @acassis Update: Still working on it on a different branch to not spam this PR. Things are fully integrated, added a board for testing and made an app for testing. N

(nuttx) branch master updated (1e7532c381 -> 1b94d0e2cf)

2025-02-16 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 1e7532c381 drivers/thermal: Break loop if matching active trip point add 1b94d0e2cf nxgdb/mm: show pool expand qu

Re: [PR] nxgdb/mm: show pool expand queue size [nuttx]

2025-02-16 Thread via GitHub
acassis merged PR #15761: URL: https://github.com/apache/nuttx/pull/15761 -- 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) 01/03: drivers/thermal: Add support for passive trip point

2025-02-16 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 0b633946c0dc9315d07372977350cd183fc4bcdd Author: wangjianyu3 AuthorDate: Tue Feb 11 15:33:58 2025 +0800 drivers/the

(nuttx) 03/03: drivers/thermal: Break loop if matching active trip point

2025-02-16 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 1e7532c3817a0e1737ac3634c4cbcf703c132e60 Author: JianyuWang <140773670+jianyuwang0...@users.noreply.github.com> AuthorDat

(nuttx) 02/03: drivers/thermal/dummy: Add another passive cooling device

2025-02-16 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 fef1a0702db29090d032ada950f478d7030e99f2 Author: wangjianyu3 AuthorDate: Tue Feb 11 15:50:39 2025 +0800 drivers/the

Re: [PR] drivers/thermal: Add support for passive trip point [nuttx]

2025-02-16 Thread via GitHub
acassis merged PR #15811: URL: https://github.com/apache/nuttx/pull/15811 -- 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 (c57c95755d -> 1e7532c381)

2025-02-16 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 c57c95755d mpfs/mpfs_irq.c: Enable interrupts on all harts new 0b633946c0 drivers/thermal: Add support for passiv

Re: [PR] toywasm: bump to v66.0.0 [nuttx-apps]

2025-02-16 Thread via GitHub
yamt commented on PR #2998: URL: https://github.com/apache/nuttx-apps/pull/2998#issuecomment-2661353018 > Thank you @yamt :-) Could you please sign the commits with `git commit -s` ? :-) why? -- This is an automated message from the Apache Git Service. To respond to the message, pl

(nuttx) branch master updated (af0aa78cbc -> c57c95755d)

2025-02-16 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from af0aa78cbc arm-a/shm: fix issue when use shm in arm-a add c57c95755d mpfs/mpfs_irq.c: Enable interrupts on all ha

Re: [PR] mpfs/mpfs_irq.c: Enable interrupts on all harts [nuttx]

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