[PR] libc.csv: Fix qsort signature with unexpected quotation mark [nuttx]

2024-01-10 Thread via GitHub
no1wudi opened a new pull request, #11526: URL: https://github.com/apache/nuttx/pull/11526 ## Summary Fix qsort signature with unexpected quotation mark: It should be: ``` "int(*)(FAR const void *,FAR const void *)" ``` instead of: ``` "int(*)(FAR const void *","FAR

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2024-01-10 Thread via GitHub
no1wudi commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1886496843 @xiaoxiang781216 I think we should land this patch first because there are indeed users who use WAMR on NuttX, but they don't need to build applications from within NuttX. This way,

Re: [PR] rpmsgmtd: use fixed length struct to transfer between two cpus [nuttx]

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

(nuttx) branch master updated: rpmsgmtd: use fixed length struct to transfer between two cpus

2024-01-10 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.git The following commit(s) were added to refs/heads/master by this push: new 5a39935d4f rpmsgmtd: use fixed length struct

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2024-01-10 Thread via GitHub
no1wudi commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1886444618 @yamt I'm sorry to cause you trouble, and I think it's reasonable to add an option to control this behavior. However, building Wasm applications with NuttX headers in the NuttX

Re: [PR] risc-v/rv-virt: use fully linked apps for kernel build [nuttx]

2024-01-10 Thread via GitHub
anchao commented on code in PR #11524: URL: https://github.com/apache/nuttx/pull/11524#discussion_r1448303900 ## boards/risc-v/qemu-rv/rv-virt/scripts/gnu-elf.ld: ## @@ -0,0 +1,133 @@ +/ + *

[PR] serial/pl011: rename serial_pl011 to uart_pl011 [nuttx]

2024-01-10 Thread via GitHub
anchao opened a new pull request, #11525: URL: https://github.com/apache/nuttx/pull/11525 ## Summary 1. serial/pl011: rename serial_pl011 to uart_pl011 The lower half driver should be prefixed with "uart_" 2. arm/armv8r: remove unused serial_pl011.h ## Impact

Re: [PR] risc-v/rv-virt: use fully linked apps for kernel build [nuttx]

2024-01-10 Thread via GitHub
anchao commented on code in PR #11524: URL: https://github.com/apache/nuttx/pull/11524#discussion_r1448272589 ## boards/risc-v/qemu-rv/rv-virt/scripts/gnu-elf.ld: ## @@ -0,0 +1,132 @@ +/ + *

Re: [I] cmake build seems lacking sethost.sh equivalent [nuttx]

2024-01-10 Thread via GitHub
anchao commented on issue #11473: URL: https://github.com/apache/nuttx/issues/11473#issuecomment-1886208136 kconfiglib provides a method named `setconfig`, which similar to `kconfig-tweak`, I think we can add the cmake target or command of `setconfig` wrapper to support the sethost

[PR] risc-v/rv-virt: use fully linked apps for kernel build [nuttx]

2024-01-10 Thread via GitHub
yf13 opened a new pull request, #11524: URL: https://github.com/apache/nuttx/pull/11524 ## Summary Fully linked apps take less storage and are efficient to load. This is to enable them for rv-vrit configurations in KERNEL build. Changes: - arch/risc-v/Kconfig

[PR] arm/armv8-r: fix compile warning [nuttx]

2024-01-10 Thread via GitHub
anchao opened a new pull request, #11523: URL: https://github.com/apache/nuttx/pull/11523 ## Summary arm/armv8-r: fix compile warning ``` armv8-r/arm_gicv3.c: In function 'gic_validate_dist_version': armv8-r/arm_gicv3.c:730:9: warning: format '%x' expects argument of

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2024-01-10 Thread via GitHub
yamt commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1886183693 do anyone still have any concerns? it was a bit surprising me that it was this controversial to disable a very experimental feature which is breaking unrelated workloads. -- This is

[PR] arm/fvp-v8r: fix arm_earlyserialinit() is not called correctly [nuttx]

2024-01-10 Thread via GitHub
anchao opened a new pull request, #11522: URL: https://github.com/apache/nuttx/pull/11522 ## Summary arm/fvp-v8r: fix arm_earlyserialinit() is not called correctly USE_EARLYSERIALINIT will depends on the definition in arm_internal.h ## Impact N/A ##

[PR] arm/armv8-r: wfi secondary cores if SMP is disabled [nuttx]

2024-01-10 Thread via GitHub
anchao opened a new pull request, #11521: URL: https://github.com/apache/nuttx/pull/11521 ## Summary arm/armv8-r: wfi secondary cores if SMP is disabled Check cpu affinity in single core mode to avoid secondary cores bootup ## Impact N/A ## Testing

(nuttx) branch master updated: risc-v/canmv230: enable fully linked apps for kernel build

2024-01-10 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 da365c1cb0 risc-v/canmv230: enable fully linked

Re: [PR] risc-v/canmv230: enable fully linked apps for kernel build [nuttx]

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

[PR] rptun: remove rptun work queue related unused code [nuttx]

2024-01-10 Thread via GitHub
wyr8899 opened a new pull request, #11520: URL: https://github.com/apache/nuttx/pull/11520 ## Summary Remove rptun work queue related unused code, currently only rptun thread is used. ## Impact Make code leaner. ## Testing Tested in sim vela and 86 panel. -- This

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 4761af7069ec64f229f0a7147d65dc1100f85291

2024-01-10 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 ff060564 Publishing web:

(nuttx) 02/03: esp32s3_devkit/sta_softap: Reenable SMP on `defconfig`.

2024-01-10 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f4485a58e376e158a29ff666d2790acdf72545a9 Author: Tiago Medicci Serrano AuthorDate: Fri Dec 22 16:29:38 2023 -0300

(nuttx) 03/03: esp32s3/rt_timer: Adjust spinlock position to avoid deadlock

2024-01-10 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit a774587088d4e5ca9006a71715fc9ecb4c46a407 Author: chen...@espressif.com AuthorDate: Wed Dec 27 17:26:19 2023 +0800

(nuttx) branch master updated (4761af7069 -> a774587088)

2024-01-10 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 4761af7069 esp32[s2|s3] Following up update interrupt type constants. new 823a183c17 esp32s3/rt_timer: Fix

(nuttx) 01/03: esp32s3/rt_timer: Fix deadlock on RT-Timer thread.

2024-01-10 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 823a183c177a8c417024cef1a0431367f01e7df9 Author: Tiago Medicci Serrano AuthorDate: Fri Dec 22 16:22:34 2023 -0300

Re: [PR] esp32s3/rt_timer: Fix deadlock on RT-Timer thread and Fix Wi-Fi usage with SMP enabled. [nuttx]

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

Re: [I] ESP32S3: WIFI Soft-AP Mode does not compatiable with SMP [nuttx]

2024-01-10 Thread via GitHub
masayuki2009 closed issue #11471: ESP32S3: WIFI Soft-AP Mode does not compatiable with SMP URL: https://github.com/apache/nuttx/issues/11471 -- 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] esp32s3/rt_timer: Fix deadlock on RT-Timer thread and Fix Wi-Fi usage with SMP enabled. [nuttx]

2024-01-10 Thread via GitHub
pkarashchenko commented on code in PR #11519: URL: https://github.com/apache/nuttx/pull/11519#discussion_r1447837931 ## arch/xtensa/src/esp32s3/esp32s3_rt_timer.c: ## @@ -754,9 +744,16 @@ void esp32s3_rt_timer_start(struct rt_timer_s *timer,

Re: [PR] esp32s3/rt_timer: Fix deadlock on RT-Timer thread and Fix Wi-Fi usage with SMP enabled. [nuttx]

2024-01-10 Thread via GitHub
pkarashchenko commented on code in PR #11519: URL: https://github.com/apache/nuttx/pull/11519#discussion_r1447832754 ## arch/xtensa/src/esp32s3/esp32s3_rt_timer.c: ## @@ -754,9 +744,16 @@ void esp32s3_rt_timer_start(struct rt_timer_s *timer,

Re: [PR] esp32[s2|s3] Following up update interrupt type constants. [nuttx]

2024-01-10 Thread via GitHub
tmedicci commented on PR #11516: URL: https://github.com/apache/nuttx/pull/11516#issuecomment-1885373961 Thanks, @royfengsss ! -- 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

(nuttx) branch master updated: esp32[s2|s3] Following up update interrupt type constants.

2024-01-10 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 4761af7069 esp32[s2|s3] Following up update

Re: [PR] esp32[s2|s3] Following up update interrupt type constants. [nuttx]

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

Re: [PR] linux/Dockerfile: Add the python3 coloredlogs package for the matter build [nuttx]

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

(nuttx) branch master updated: linux/Dockerfile: Add the python3 coloredlogs package for the matter build

2024-01-10 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 b3dcebce07 linux/Dockerfile: Add the python3

Re: [I] ESP32S3: WIFI Soft-AP Mode does not compatiable with SMP [nuttx]

2024-01-10 Thread via GitHub
tmedicci commented on issue #11471: URL: https://github.com/apache/nuttx/issues/11471#issuecomment-1885272267 > it's very glad to get feedback so fast , thanks! Hi! Could you please test [this](https://github.com/apache/nuttx/pull/11519) MR? -- This is an automated message from

[PR] esp32s3/rt_timer: Fix deadlock on RT-Timer thread and Fix Wi-Fi usage with SMP enabled. [nuttx]

2024-01-10 Thread via GitHub
tmedicci opened a new pull request, #11519: URL: https://github.com/apache/nuttx/pull/11519 ## Summary * esp32s3_devkit/sta_softap: Reenable SMP on `defconfig`. * esp32s3/rt_timer: Fix deadlock on RT-Timer thread. The RT-Timer thread may call the `start_rt_timer`

[PR] linux/Dockerfile: Add the python3 coloredlogs package for the matter build [nuttx]

2024-01-10 Thread via GitHub
zhhyu7 opened a new pull request, #11518: URL: https://github.com/apache/nuttx/pull/11518 ## Summary Depend on this package when we compile using the build_examples.py script that comes with matter. ## Impact ## Testing local docker

svn commit: r66532 - in /dev/nuttx/12.4.0-RC0: ./ apache-nuttx-12.4.0.tar.gz apache-nuttx-12.4.0.tar.gz.asc apache-nuttx-12.4.0.tar.gz.sha512 apache-nuttx-apps-12.4.0.tar.gz apache-nuttx-apps-12.4.0.t

2024-01-10 Thread jerpelea
Author: jerpelea Date: Wed Jan 10 11:06:48 2024 New Revision: 66532 Log: Staging apache-nuttx-12.4.0-RC0 Added: dev/nuttx/12.4.0-RC0/ dev/nuttx/12.4.0-RC0/apache-nuttx-12.4.0.tar.gz (with props) dev/nuttx/12.4.0-RC0/apache-nuttx-12.4.0.tar.gz.asc

(nuttx) branch master updated: tools/ci: revert tmp change

2024-01-10 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 f2bcb0d2d8 tools/ci: revert tmp change

Re: [PR] tools/ci: revert tmp change [nuttx]

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

(nuttx) annotated tag nuttx-12.4.0-RC0 updated (96c2707737 -> eeb4b2d7b0)

2024-01-10 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.4.0-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.4.0-RC0 was modified! *** from 96c2707737 (commit) to eeb4b2d7b0 (tag)

(nuttx-apps) annotated tag nuttx-12.4.0-RC0 updated (f12586c51 -> 3073bdee9)

2024-01-10 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.4.0-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.4.0-RC0 was modified! *** from f12586c51 (commit) to 3073bdee9