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

2024-01-11 Thread via GitHub
w2016561536 commented on issue #11471: URL: https://github.com/apache/nuttx/issues/11471#issuecomment-1888582838 > > it's very glad to get feedback so fast , thanks! > > Hi! Could you please test [this](https://github.com/apache/nuttx/pull/11519) MR? Sorry for delayed reply.

[PR] rpsock_client.c: fix printf format warning [nuttx-apps]

2024-01-11 Thread via GitHub
wyr8899 opened a new pull request, #2258: URL: https://github.com/apache/nuttx-apps/pull/2258 ## Summary rpsock_client.c: fix printf format warning rpsock_client.c:203:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’

[PR] bluetooth: Prevent btsak from repeatedly showing the same error. [nuttx]

2024-01-11 Thread via GitHub
ldube opened a new pull request, #11535: URL: https://github.com/apache/nuttx/pull/11535 "bt bnep0 scan start" causes a lot of error messages to be printed when the buffer is full. btnet_scan_callback: ERROR: Too many scan results

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

2024-01-11 Thread via GitHub
yamt commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1888476790 > > > > > Perhaps we could consider renaming the option to INTERPRETERS_WAMR_BUILD_MODULES_FOR_NUTTX_LIBC. > > > > > > > > > > > > i have no problem with the name. > > >

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

2024-01-11 Thread via GitHub
xiaoxiang781216 commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1888475418 > > > > Perhaps we could consider renaming the option to INTERPRETERS_WAMR_BUILD_MODULES_FOR_NUTTX_LIBC. > > > > > > > > > i have no problem with the name. > >

(nuttx) branch master updated: risc-v/nuttsbi: use ARCH_RV_MMIO_BITS for mtimer access selection

2024-01-11 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 f221878204 risc-v/nuttsbi: use

Re: [PR] risc-v/nuttsbi: use ARCH_RV_MMIO_BITS for mtimer access selection [nuttx]

2024-01-11 Thread via GitHub
xiaoxiang781216 merged PR #11533: URL: https://github.com/apache/nuttx/pull/11533 -- 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: xtensa/esp32s3: Support WPA3 on softap mode

2024-01-11 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 b739b2b18a xtensa/esp32s3: Support WPA3 on

Re: [PR] xtensa/esp32s3: Support WPA3 on softap mode [nuttx]

2024-01-11 Thread via GitHub
anchao merged PR #11534: URL: https://github.com/apache/nuttx/pull/11534 -- 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] Wasm.mk: disable by default [nuttx-apps]

2024-01-11 Thread via GitHub
yamt commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1888434168 > > > Perhaps we could consider renaming the option to INTERPRETERS_WAMR_BUILD_MODULES_FOR_NUTTX_LIBC. > > > > > > i have no problem with the name. > > it's a pure nuttx

Re: [I] Nuttx ./tools/configure.sh -l stm32f103-minimum/userled does not blink led. [nuttx]

2024-01-11 Thread via GitHub
mxrtos commented on issue #11529: URL: https://github.com/apache/nuttx/issues/11529#issuecomment-1888381664 Sure! I put a bit < in that line: ``` ➜ nuttx git:(master) make

(nuttx) branch master updated (86638b6a0e -> d13065468e)

2024-01-11 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 86638b6a0e build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /Documentation add d13065468e

Re: [PR] boards/sama5d3-xplained: Add USB mouse initialization. [nuttx]

2024-01-11 Thread via GitHub
xiaoxiang781216 merged PR #11531: URL: https://github.com/apache/nuttx/pull/11531 -- 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] xtensa/esp32s3: Support WPA3 on softap mode [nuttx]

2024-01-11 Thread via GitHub
cwespressif opened a new pull request, #11534: URL: https://github.com/apache/nuttx/pull/11534 ## Summary Support WPA3 on softap mode. ## Impact ## Testing - Configure `esp32s3-devkit:sta_softap` and test with `wapi` command. - Enable Softap `WPA3-SAE`

[PR] risc-v/nuttsbi: use ARCH_RV_MMIO_BITS for mtimer access selection [nuttx]

2024-01-11 Thread via GitHub
yf13 opened a new pull request, #11533: URL: https://github.com/apache/nuttx/pull/11533 ## Summary Chips like K230 has ARCH_RV64 but only supports 32-bit MMIO. So using ARCH_RV_MMIO_BITS is more proper here. ## Impact Configs using NUTTSBI ## Testing

[I] posix signal use [nuttx]

2024-01-11 Thread via GitHub
xiaotailang opened a new issue, #11532: URL: https://github.com/apache/nuttx/issues/11532 I am trying to use the posix signal interface on the stm32. After opening the configuration items SIG_DEFAULT and CONFIG_SIG_SIGKILL_ACTION, the system will be stuck at the memcpy((uint32_t

Re: [PR] build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /Documentation [nuttx]

2024-01-11 Thread via GitHub
acassis merged PR #11530: URL: https://github.com/apache/nuttx/pull/11530 -- 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 dependabot/pip/Documentation/jinja2-3.1.3 deleted (was e7618bf629)

2024-01-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/Documentation/jinja2-3.1.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git was e7618bf629 build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /Documentation The

(nuttx) branch master updated: build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /Documentation

2024-01-11 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 86638b6a0e build(deps): bump jinja2 from 3.1.2

Re: [I] Nuttx ./tools/configure.sh -l stm32f103-minimum/userled does not blink led. [nuttx]

2024-01-11 Thread via GitHub
acassis commented on issue #11529: URL: https://github.com/apache/nuttx/issues/11529#issuecomment-1888205304 Hi @mxrtos, could you please verify if you see "Register: leds" printed when you compile the code, like this: ```$ make -j Create version.h LN: platform/board to

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 983387e6ddde090a3b20f3f0f4bbf17706840c8a

2024-01-11 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 2cb547be Publishing web:

[PR] boards/sama5d3-xplained: Add USB mouse initialization. [nuttx]

2024-01-11 Thread via GitHub
ldube opened a new pull request, #11531: URL: https://github.com/apache/nuttx/pull/11531 Fix a USB mouse enumeration error. usbhost_enumerate: ERROR: usbhost_classbind failed -22 -- This is an automated message from the Apache Git Service. To respond to the message, please

(nuttx) branch dependabot/pip/Documentation/jinja2-3.1.3 created (now e7618bf629)

2024-01-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/Documentation/jinja2-3.1.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git at e7618bf629 build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /Documentation No

[PR] build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /Documentation [nuttx]

2024-01-11 Thread via GitHub
dependabot[bot] opened a new pull request, #11530: URL: https://github.com/apache/nuttx/pull/11530 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from https://github.com/pallets/jinja/releases;>jinja2's releases. 3.1.3 This is

Re: [I] Out-of-tree custom board example missing from documentation [nuttx]

2024-01-11 Thread via GitHub
trns1997 commented on issue #2206: URL: https://github.com/apache/nuttx/issues/2206#issuecomment-1887415162 @f4grx just a note we tried out-of-tree build for our custom board and it worked without the need of renaming `Make.defs` to `Makefile` and without the need to add `include

(nuttx) branch master updated: mpfs_mpucfg.c: Add mpfs_mpu_lock()

2024-01-11 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 983387e6dd mpfs_mpucfg.c: Add mpfs_mpu_lock()

Re: [PR] mpfs_mpucfg.c: Add mpfs_mpu_lock() [nuttx]

2024-01-11 Thread via GitHub
xiaoxiang781216 merged PR #11528: URL: https://github.com/apache/nuttx/pull/11528 -- 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: mpfs_usb.c: Remove PMPCFG configuration from the driver

2024-01-11 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 a0901ec142 mpfs_usb.c: Remove PMPCFG

Re: [PR] mpfs_usb.c: Remove PMPCFG configuration from the driver [nuttx]

2024-01-11 Thread via GitHub
xiaoxiang781216 merged PR #11527: URL: https://github.com/apache/nuttx/pull/11527 -- 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) 02/04: serial/pl011: rename serial_pl011 to uart_pl011

2024-01-11 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 commit 5f51aba1be2d7e8e942c3758a6324d6910a49b3c Author: chao an AuthorDate: Thu Jan 11 12:49:07 2024 +0800 serial/pl011:

(nuttx) 03/04: drivers/serial/pl011: add support of uart0/2/3 port

2024-01-11 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 commit 1dd9f6428753def6a665ee109befd26b7817c364 Author: chao an AuthorDate: Thu Jan 11 14:15:45 2024 +0800

(nuttx) branch master updated (b7bd2e33b1 -> c04f1e7789)

2024-01-11 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from b7bd2e33b1 arm/armv8-r: wfi secondary cores if SMP is disabled new 181a31801d arm/armv8r: remove unused

(nuttx) 04/04: drivers/serial/pl011: add FAR specifier

2024-01-11 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 commit c04f1e7789370ef3cb1d2896d95adc33a90fa20a Author: chao an AuthorDate: Thu Jan 11 14:56:01 2024 +0800

(nuttx) 01/04: arm/armv8r: remove unused serial_pl011.h

2024-01-11 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 commit 181a31801d7132249e1df53875ec6317ab20c77c Author: chao an AuthorDate: Thu Jan 11 12:46:42 2024 +0800 arm/armv8r:

Re: [PR] drivers/serial/pl011: add support of uart0/2/3 port [nuttx]

2024-01-11 Thread via GitHub
jerpelea merged PR #11525: URL: https://github.com/apache/nuttx/pull/11525 -- 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] drivers/serial/pl011: add support of uart0/2/3 port [nuttx]

2024-01-11 Thread via GitHub
anchao commented on PR #11525: URL: https://github.com/apache/nuttx/pull/11525#issuecomment-1887050250 @jerpelea Hi Alin, this PR just changes some coding style and file name, let me added the commit message in Summary. -- This is an automated message from the Apache Git Service. To

(nuttx) branch master updated: arm/armv8-r: wfi secondary cores if SMP is disabled

2024-01-11 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 b7bd2e33b1 arm/armv8-r: wfi secondary cores if

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

2024-01-11 Thread via GitHub
jerpelea merged PR #11521: URL: https://github.com/apache/nuttx/pull/11521 -- 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] Wasm.mk: disable by default [nuttx-apps]

2024-01-11 Thread via GitHub
no1wudi commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1886663808 > it's a pure nuttx option, why need append _FOR_NUTTX_LIBC? INTERPRETERS_WAMR_BUILD_MODULES is enough to represent the intent. In fact, these modules from NuttX's build

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

2024-01-11 Thread via GitHub
xiaoxiang781216 merged PR #11520: URL: https://github.com/apache/nuttx/pull/11520 -- 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: arm/fvp-v8r: fix arm_earlyserialinit() is not called correctly

2024-01-11 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 6e940b74f5 arm/fvp-v8r: fix

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

2024-01-11 Thread via GitHub
xiaoxiang781216 merged PR #11522: URL: https://github.com/apache/nuttx/pull/11522 -- 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: rptun: remove rptun work queue related unused code

2024-01-11 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 976aa5552f rptun: remove rptun work queue

(nuttx) branch master updated: arm/armv8-r: fix compile warning

2024-01-11 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 5eef09b4a1 arm/armv8-r: fix compile warning

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

2024-01-11 Thread via GitHub
xiaoxiang781216 merged PR #11523: URL: https://github.com/apache/nuttx/pull/11523 -- 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: risc-v/rv-virt: use fully linked apps for kernel build

2024-01-11 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 a9372627d8 risc-v/rv-virt: use fully linked

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

2024-01-11 Thread via GitHub
xiaoxiang781216 merged PR #11524: URL: https://github.com/apache/nuttx/pull/11524 -- 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] Wasm.mk: disable by default [nuttx-apps]

2024-01-11 Thread via GitHub
xiaoxiang781216 commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1886638836 > > Perhaps we could consider renaming the option to INTERPRETERS_WAMR_BUILD_MODULES_FOR_NUTTX_LIBC. > > i have no problem with the name. it's a pure nuttx

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

2024-01-11 Thread via GitHub
yamt commented on PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#issuecomment-1886590357 > Perhaps we could consider renaming the option to INTERPRETERS_WAMR_BUILD_MODULES_FOR_NUTTX_LIBC. i have no problem with the name. -- This is an automated message from the