[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461476464 yep, we should take Lua out of this. it may be separate ticket. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx-apps] jturnsek commented on pull request #1625: Initial load for nng library

2023-03-08 Thread via GitHub
jturnsek commented on PR #1625: URL: https://github.com/apache/nuttx-apps/pull/1625#issuecomment-1461475329 @CV-Bowen This is my sim defconfig, where you can run pubsub example, by simply typing ./pubsub. You will see only SERVER messages, while there should be also CLIENT messages.

[GitHub] [nuttx] no1wudi commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
no1wudi commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461474495 I'll try to fix this issue by enhance `cle`'s error handling. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx-apps] jturnsek commented on a diff in pull request #1648: Using poll instead of epoll in NNG library

2023-03-08 Thread via GitHub
jturnsek commented on code in PR #1648: URL: https://github.com/apache/nuttx-apps/pull/1648#discussion_r1130579821 ## netutils/nng/Makefile: ## @@ -88,7 +91,8 @@ CSRCS += $(NNG_SRCDIR)/platform/posix/posix_tcpdial.c CSRCS += $(NNG_SRCDIR)/platform/posix/posix_tcplisten.c

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1648: Using poll instead of epoll in NNG library

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on code in PR #1648: URL: https://github.com/apache/nuttx-apps/pull/1648#discussion_r1130569672 ## netutils/nng/Makefile: ## @@ -88,7 +91,8 @@ CSRCS += $(NNG_SRCDIR)/platform/posix/posix_tcpdial.c CSRCS +=

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461444717 @no1wudi not working for me :-( here is my defconfig [defconfig.txt](https://github.com/apache/nuttx/files/10928690/defconfig.txt) -- This is an automated message from the

[GitHub] [nuttx-apps] jturnsek commented on a diff in pull request #1648: Using poll instead of epoll in NNG library

2023-03-08 Thread via GitHub
jturnsek commented on code in PR #1648: URL: https://github.com/apache/nuttx-apps/pull/1648#discussion_r1130562612 ## netutils/nng/Makefile: ## @@ -88,7 +91,8 @@ CSRCS += $(NNG_SRCDIR)/platform/posix/posix_tcpdial.c CSRCS += $(NNG_SRCDIR)/platform/posix/posix_tcplisten.c

[GitHub] [nuttx] no1wudi commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
no1wudi commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461373779 @janantos I confirmed lua works fine with `readline` in master, and if `cle` works correctly, lua also works fine. -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8744: [ESP32-S3] Fix build of WebAssembly applications

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #8744: URL: https://github.com/apache/nuttx/pull/8744#issuecomment-1461370281 > @xiaoxiang781216 Can you help me fix this issue with **libuv**? https://github.com/apache/nuttx/actions/runs/4367847346/jobs/7639730978#step:7:261 Ok, I will take a look

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1648: Using poll instead of epoll in NNG library

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on code in PR #1648: URL: https://github.com/apache/nuttx-apps/pull/1648#discussion_r1130538733 ## netutils/nng/Makefile: ## @@ -88,7 +91,8 @@ CSRCS += $(NNG_SRCDIR)/platform/posix/posix_tcpdial.c CSRCS +=

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8691: drivers/serial: Echo input in driver layer

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #8691: URL: https://github.com/apache/nuttx/pull/8691#issuecomment-1461362661 add "breaking change" and "Standard" label. -- 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

[nuttx] branch master updated (8f74ce8ac4 -> 12cc49df57)

2023-03-08 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 8f74ce8ac4 boards:riscv:hpm6750evk2: revised README.txt to config toolchain add 1a0aecb0ce arch/nrf53:

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8765: arch/nrf53: initial support for rptun

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #8765: URL: https://github.com/apache/nuttx/pull/8765 -- 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:

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8623: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #8623: URL: https://github.com/apache/nuttx/pull/8623#issuecomment-1461351295 > I save the current .config as my defconfig, so it contains all parameters. This way I am sure that the configuration is stable. > Ok, that is why the main CI doesn't hit

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461333930 @no1wudi the Lua can be tested just by executing Lua and it should go to interpreter REPL. In release/12.0 you will end up in REPL showing you Lua 5.4 welcome message. In master it

[GitHub] [nuttx] Donny9 commented on a diff in pull request #8773: drivers/dma: support dma driver model

2023-03-08 Thread via GitHub
Donny9 commented on code in PR #8773: URL: https://github.com/apache/nuttx/pull/8773#discussion_r1130518467 ## include/nuttx/dma/dma.h: ## @@ -0,0 +1,313 @@ +/ + * include/nuttx/dma/dma.h + * + *

[nuttx] 02/02: boards:riscv:hpm6750evk2: revised README.txt to config toolchain

2023-03-08 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 8f74ce8ac40be1585845fb637b77b8bf63f9dcb1 Author: Zhihong Chen AuthorDate: Thu Mar 9 10:32:22 2023 +0800

[nuttx] branch master updated (0e018308a3 -> 8f74ce8ac4)

2023-03-08 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 0e018308a3 net/pkt: Add readahead queue for pkt, call input for tx on sim new 698f5f3e80

[nuttx] 01/02: arch/riscv/Toolchain: add riscv32-unknown-elf selection

2023-03-08 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 698f5f3e80d02cd305fbc0e19fa16e45771e3420 Author: Zhihong Chen AuthorDate: Wed Mar 8 21:05:56 2023 +0800

[GitHub] [nuttx] pkarashchenko merged pull request #8752: riscv: hpm6750: add option to select hpmicro toolchain

2023-03-08 Thread via GitHub
pkarashchenko merged PR #8752: URL: https://github.com/apache/nuttx/pull/8752 -- 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:

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8773: drivers/dma: support dma driver model

2023-03-08 Thread via GitHub
pkarashchenko commented on code in PR #8773: URL: https://github.com/apache/nuttx/pull/8773#discussion_r1130511817 ## include/nuttx/dma/dma.h: ## @@ -0,0 +1,313 @@ +/ + * include/nuttx/dma/dma.h + * + *

[GitHub] [nuttx] Donny9 opened a new pull request, #8773: drivers/dma: support dma driver model

2023-03-08 Thread via GitHub
Donny9 opened a new pull request, #8773: URL: https://github.com/apache/nuttx/pull/8773 ## Summary drivers/dma: support dma driver model 1. support dma controller interface. 2. support dma link. ## Impact support common dma ip ## Testing local test -- This is an

[GitHub] [nuttx] no1wudi commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
no1wudi commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461288702 I guess this issue with cle is relative to esp32c3's usb-serial driver. You can checkout to previous point of

[GitHub] [nuttx] no1wudi commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
no1wudi commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461236789 @janantos Could you share me how do you test with lua? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [nuttx] chenzhihong007 commented on pull request #8752: riscv: hpm6750: add option to select hpmicro toolchain

2023-03-08 Thread via GitHub
chenzhihong007 commented on PR #8752: URL: https://github.com/apache/nuttx/pull/8752#issuecomment-1461193135 I removed HPM_GNU_TOOLCHAIN from the first patch, used /common/Toolchain.defs to select riscv32 toolchain. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [nuttx-apps] CV-Bowen commented on pull request #1625: Initial load for nng library

2023-03-08 Thread via GitHub
CV-Bowen commented on PR #1625: URL: https://github.com/apache/nuttx-apps/pull/1625#issuecomment-1461171517 @jturnsek Hi, could you give an environment that can reproduce this problem? It's better to use sim to reproduce this problem, so we have the same environment, and you just need

[GitHub] [nuttx-apps] CV-Bowen commented on pull request #1625: Initial load for nng library

2023-03-08 Thread via GitHub
CV-Bowen commented on PR #1625: URL: https://github.com/apache/nuttx-apps/pull/1625#issuecomment-1461150918 @jturnsek @xiaoxiang781216 I will take a look. -- 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

[GitHub] [nuttx] no1wudi commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
no1wudi commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461119590 @janantos Thanks for information, I'll continue to work on it until all issues fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nuttx] no1wudi commented on pull request #8691: drivers/serial: Echo input in driver layer

2023-03-08 Thread via GitHub
no1wudi commented on PR #8691: URL: https://github.com/apache/nuttx/pull/8691#issuecomment-1461094573 got it,I'll send a email later. -- 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-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: 0e018308a389fd16f65f7ded4a6391c159ba4643

2023-03-08 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 7f6f5229 Publishing web:

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8771: esp32s3/wifi: Add Wi-Fi driver (STA mode) for ESP32-S3

2023-03-08 Thread via GitHub
pkarashchenko commented on code in PR #8771: URL: https://github.com/apache/nuttx/pull/8771#discussion_r1130187404 ## arch/xtensa/src/esp32s3/esp32s3_systemreset.h: ## @@ -0,0 +1,105 @@ +/ + *

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1649: Add another batch of missing headers throughout the repository

2023-03-08 Thread via GitHub
pkarashchenko commented on code in PR #1649: URL: https://github.com/apache/nuttx-apps/pull/1649#discussion_r1130183918 ## testing/ostest/suspend.c: ## @@ -22,14 +22,18 @@ * Included Files /

[GitHub] [nuttx] yamt commented on a diff in pull request #8772: Add sim:toywasm config

2023-03-08 Thread via GitHub
yamt commented on code in PR #8772: URL: https://github.com/apache/nuttx/pull/8772#discussion_r1130166967 ## boards/sim/sim/sim/README.txt: ## @@ -1245,6 +1245,18 @@ touchscreen See apps/examples/README.txt for further information about build requirements and

[GitHub] [nuttx] acassis commented on a diff in pull request #8762: Support for Kernel build with vexriscv-smp.

2023-03-08 Thread via GitHub
acassis commented on code in PR #8762: URL: https://github.com/apache/nuttx/pull/8762#discussion_r1130163055 ## boards/risc-v/qemu-rv/rv-virt/README.txt: ## @@ -20,14 +20,17 @@ $ ./tools/configure.sh rv-virt:nsh $ make V=1 -j7 -3.2 Configure and build NuttX for

[GitHub] [nuttx] acassis commented on a diff in pull request #8772: Add sim:toywasm config

2023-03-08 Thread via GitHub
acassis commented on code in PR #8772: URL: https://github.com/apache/nuttx/pull/8772#discussion_r1130144610 ## boards/sim/sim/sim/README.txt: ## @@ -1245,6 +1245,18 @@ touchscreen See apps/examples/README.txt for further information about build requirements and

[GitHub] [nuttx] yamt opened a new pull request, #8772: Add sim:toywasm config

2023-03-08 Thread via GitHub
yamt opened a new pull request, #8772: URL: https://github.com/apache/nuttx/pull/8772 ## Summary Add sim:toywasm config ## Impact ## Testing Tested on macOS. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx-apps] gustavonihei opened a new pull request, #1649: Add another batch of missing headers throughout the repository

2023-03-08 Thread via GitHub
gustavonihei opened a new pull request, #1649: URL: https://github.com/apache/nuttx-apps/pull/1649 ## Summary This PR is a complement to https://github.com/apache/nuttx-apps/pull/1629 and https://github.com/apache/nuttx-apps/pull/1633, all related to the work started on

[GitHub] [nuttx] gustavonihei commented on pull request #8744: [ESP32-S3] Fix build of WebAssembly applications

2023-03-08 Thread via GitHub
gustavonihei commented on PR #8744: URL: https://github.com/apache/nuttx/pull/8744#issuecomment-1460904362 @xiaoxiang781216 Can you help me fix this issue with **libuv**? https://github.com/apache/nuttx/actions/runs/4367847346/jobs/7639730978#step:7:261 -- This is an automated message

[GitHub] [nuttx] pkarashchenko merged pull request #8753: net/pkt: Add readahead queue for pkt, call input for tx on sim

2023-03-08 Thread via GitHub
pkarashchenko merged PR #8753: URL: https://github.com/apache/nuttx/pull/8753 -- 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 (fb861c0a29 -> 0e018308a3)

2023-03-08 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from fb861c0a29 arch/nrf53: add more register definitions (ported from nrf52) and some cosmetics for nrf52 add

[GitHub] [nuttx] slorquet commented on pull request #8691: drivers/serial: Echo input in driver layer

2023-03-08 Thread via GitHub
slorquet commented on PR #8691: URL: https://github.com/apache/nuttx/pull/8691#issuecomment-1460865813 No, it seems that your change in termios to better match posix is a good idea. my apps needed an update. Please communicate more with the community on the list to warn us that apps

[GitHub] [nuttx-apps] jturnsek opened a new pull request, #1648: Using poll instead of epoll in NNG library

2023-03-08 Thread via GitHub
jturnsek opened a new pull request, #1648: URL: https://github.com/apache/nuttx-apps/pull/1648 ## Summary Switching to poll instead of epoll mechanism in NNG library, because PUB/SUB example doesn't work when epoll is used. This was not an issue a few months ago, thus regression

[GitHub] [nuttx] slorquet commented on pull request #8623: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-03-08 Thread via GitHub
slorquet commented on PR #8623: URL: https://github.com/apache/nuttx/pull/8623#issuecomment-1460831841 I save the current .config as my defconfig, so it contains all parameters. This way I am sure that the configuration is stable. @Donny9 hi, it was stuck at 17 because I keep full

[nuttx] branch master updated (6cb649ecf6 -> fb861c0a29)

2023-03-08 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 6cb649ecf6 Fix unwanted flush in the SPI slave driver add fb861c0a29 arch/nrf53: add more register definitions

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8770: arch/nrf53: add more register definitions (ported from nrf52) and some cosmetics for nrf52

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #8770: URL: https://github.com/apache/nuttx/pull/8770 -- 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 (1f54c024da -> 6cb649ecf6)

2023-03-08 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 1f54c024da espressif: Fix download of IDFboot binaries add 6cb649ecf6 Fix unwanted flush in the SPI slave

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8769: Fix unwanted flush in the SPI slave driver

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #8769: URL: https://github.com/apache/nuttx/pull/8769 -- 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:

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #6704: driver/sensors[1]: enhance sensor driver

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #6704: URL: https://github.com/apache/nuttx/pull/6704#issuecomment-1460758490 For usensor case, the data is provided by orb publisher and consumed by orb subscriber. The sensor upper half does all required functionality(FIFO, file operation etc), that's why

[GitHub] [nuttx-apps] Cynerd commented on pull request #1630: treewide: silent download, unpack and others

2023-03-08 Thread via GitHub
Cynerd commented on PR #1630: URL: https://github.com/apache/nuttx-apps/pull/1630#issuecomment-1460744271 Please, wait with merge. There seems to be issues with downloading wamr. I have to look into it. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] xiaoxiang781216 commented on issue #8766: HCI support over RPTUN

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on issue #8766: URL: https://github.com/apache/nuttx/issues/8766#issuecomment-1460739274 Both is fine, but we didn't do the Zephyr approach on NuttX yet. If you finally select Zephyr approach, I can help review your change. -- This is an automated message from

[GitHub] [nuttx] tmedicci opened a new pull request, #8771: esp32s3/wifi: Add Wi-Fi driver (STA mode) for ESP32-S3

2023-03-08 Thread via GitHub
tmedicci opened a new pull request, #8771: URL: https://github.com/apache/nuttx/pull/8771 ## Summary Implement Wi-Fi (STA mode) support on ESP32-S3 (NUT-663) 1) Wi-Fi driver libs from Espressif ESP-IDF release/v5.0; 2) Station mode only; 3) WPA2-PSK and WPA3-SAE enabled;

[GitHub] [nuttx] raiden00pl commented on issue #8766: HCI support over RPTUN

2023-03-08 Thread via GitHub
raiden00pl commented on issue #8766: URL: https://github.com/apache/nuttx/issues/8766#issuecomment-1460716291 > How about btuart_shim+rpmsg-uart? TIL: [shim](https://en.wikipedia.org/wiki/Shim_(computing)) is a valid computer programming term :) I didn't look at

[nuttx] branch master updated: espressif: Fix download of IDFboot binaries

2023-03-08 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 1f54c024da espressif: Fix download of IDFboot

[GitHub] [nuttx] acassis merged pull request #8768: espressif: Fix download of IDFboot binaries

2023-03-08 Thread via GitHub
acassis merged PR #8768: URL: https://github.com/apache/nuttx/pull/8768 -- 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:

[GitHub] [nuttx] xiaoxiang781216 commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1460696011 let's reopen this issue util all problems are fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] acassis commented on issue #8750: dd: open failed: 6 on rv-virt:nsh64

2023-03-08 Thread via GitHub
acassis commented on issue #8750: URL: https://github.com/apache/nuttx/issues/8750#issuecomment-1460694234 Good finding @GooTal confirmed on ESP32: ``` NuttShell (NSH) NuttX-12.0.0 nsh> ? help usage: help [-v] [] . cddmesg free mkrd rm

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1625: Initial load for nng library

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #1625: URL: https://github.com/apache/nuttx-apps/pull/1625#issuecomment-1460668959 @CV-Bowen could you take a look? -- 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

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1460660579 HI @pkarashchenko and @no1wudi , I would declare this partialy fixed. readline works, however when enabled NSH_CLE and SYSTEM_CLE console after boot freezes on first connect to

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8752: riscv: hpm6750: add option to select hpmicro toolchain

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #8752: URL: https://github.com/apache/nuttx/pull/8752#issuecomment-1460653682 @chenzhihong007 so why not remove HPM_GNU_TOOLCHAIN from the first patch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nuttx] xiaoxiang781216 commented on issue #8767: ESP32-devkitc ble problem

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on issue #8767: URL: https://github.com/apache/nuttx/issues/8767#issuecomment-1460651073 do you update apps to the last master 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

[GitHub] [nuttx] xiaoxiang781216 commented on issue #3334: execv() AND vfork()

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on issue #3334: URL: https://github.com/apache/nuttx/issues/3334#issuecomment-1460648770 let's try it -- 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

[GitHub] [nuttx-apps] yamt commented on pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
yamt commented on PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#issuecomment-1460639374 > I don't understand WebAssembly detail yet, so I don't know which the best way implements it. But since apps have many useful program, it's good to let user enable some of them compile

[GitHub] [nuttx] xiaoxiang781216 commented on issue #8766: HCI support over RPTUN

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on issue #8766: URL: https://github.com/apache/nuttx/issues/8766#issuecomment-1460632953 > Hi, is there anyone currently working on the support of BT HCI over RPTUN ? > How about btuart_shim+rpmsg-uart? > A question probably mainly for the Xiaomi

[GitHub] [nuttx-apps] yamt opened a new pull request, #1647: toywasm: add a script to regenerate config-dependent files

2023-03-08 Thread via GitHub
yamt opened a new pull request, #1647: URL: https://github.com/apache/nuttx-apps/pull/1647 ## Summary toywasm: add a script to regenerate config-dependent files ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx-apps] yamt commented on a diff in pull request #1638: wasm: increase WASM_INITIAL_MEMORY if stack size is great than initial memory

2023-03-08 Thread via GitHub
yamt commented on code in PR #1638: URL: https://github.com/apache/nuttx-apps/pull/1638#discussion_r1129839107 ## interpreters/Wasm.mk: ## @@ -25,6 +25,10 @@ WASM_INITIAL_MEMORY ?= 65536 STACKSIZE ?= $(CONFIG_DEFAULT_TASK_STACKSIZE) PRIORITY?=

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#issuecomment-1460596526 I don't understand WebAssembly detail yet, so I don't know which the best way implements it. But since apps have many useful program, it's good to let user enable some of them

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8623: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #8623: URL: https://github.com/apache/nuttx/pull/8623#issuecomment-1460584064 > dont you believe me? > > ``` > CC: string/lib_strsignal.c string/lib_strsignal.c: In function 'strsignal': > string/lib_strsignal.c:169:7: error: duplicate case

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1628: apps/testing: Fix mistakes in comments

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #1628: URL: https://github.com/apache/nuttx-apps/pull/1628 -- 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-apps] branch master updated (d33c9d366 -> ad9a44d60)

2023-03-08 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-apps.git from d33c9d366 application.mk: add extera objects into $(OBJS) depends add ad9a44d60 interpreter/toywasm:

[GitHub] [nuttx-apps] yamt commented on pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
yamt commented on PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#issuecomment-1460579811 > I think It's a nice feature to build application in apps folder to warm module, just like build it to elf module. why? elf modules are native nuttx modules. wasm

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1624: Adding sdr group with liquid-dsp library

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #1624: URL: https://github.com/apache/nuttx-apps/pull/1624 -- 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-apps] branch master updated: Adding sdr group with liquid-dsp library

2023-03-08 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 699b7c6a2 Adding sdr group with

[nuttx-apps] 06/06: apps/testing/ltp/Makefile: Fix mistakes in comments

2023-03-08 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 commit e8dcb60d7173802619c063a8d9e57f1f00639975 Author: simbit18 <101105604+simbi...@users.noreply.github.com>

[nuttx-apps] 01/06: apps/testing/cxxtest/Make.defs: fix nxstyle

2023-03-08 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 commit 6d7ed39a0d8d7e1fc153db04d3ff14e5e8e85205 Author: simbit18 <101105604+simbi...@users.noreply.github.com>

[nuttx-apps] 02/06: apps/testing/cxxtest/Makefile: fix nxstyle

2023-03-08 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 commit e8bf439105bc50e598f48fb10a85202c336e0cc9 Author: simbit18 <101105604+simbi...@users.noreply.github.com>

[nuttx-apps] 03/06: apps/testing/mtd_config_fs/Makefile: fix nxstyle

2023-03-08 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 commit 77cc8c96b1f602ea1429e4c8a841614a0d2b83d4 Author: simbit18 <101105604+simbi...@users.noreply.github.com>

[nuttx-apps] branch master updated (005a4c60c -> e8dcb60d7)

2023-03-08 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-apps.git from 005a4c60c benchmarks/coremark: Improve CoreMark result message new 6d7ed39a0

[nuttx-apps] 04/06: uclibcxx_test/Make.defs Fix mistakes in comments

2023-03-08 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 commit 5cee3eebd9f9408eac7d57b95f356193707a2c00 Author: simbit18 <101105604+simbi...@users.noreply.github.com>

[nuttx-apps] 05/06: apps/testing/unity/Make.defs: fix nxstyle

2023-03-08 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 commit 75b251982729a948aaa2d2b04a22b4fa21fd2fe7 Author: simbit18 <101105604+simbi...@users.noreply.github.com>

[nuttx-apps] branch master updated: benchmarks/coremark: Improve CoreMark result message

2023-03-08 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 005a4c60c benchmarks/coremark: Improve

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1637: benchmarks/coremark: Improve CoreMark result message

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #1637: URL: https://github.com/apache/nuttx-apps/pull/1637 -- 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-apps] branch master updated: nsh: Fix a potential buffer overflow in cmd help

2023-03-08 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 dbf7d34a2 nsh: Fix a potential buffer

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1645: nsh: Fix a potential buffer overflow in cmd help

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #1645: URL: https://github.com/apache/nuttx-apps/pull/1645 -- 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-apps] branch master updated: nsh: Added conditional include of netinit.

2023-03-08 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 dd2c3b3f6 nsh: Added conditional include

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1646: nsh: Added conditional include of netinit.

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #1646: URL: https://github.com/apache/nuttx-apps/pull/1646 -- 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:

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1617: interpreter/toywasm: Update toywasm version

2023-03-08 Thread via GitHub
xiaoxiang781216 merged PR #1617: URL: https://github.com/apache/nuttx-apps/pull/1617 -- 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:

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
xiaoxiang781216 commented on PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#issuecomment-1460546754 I think It's a nice feature to build application in apps folder to warm module, just like build it to elf module. -- This is an automated message from the Apache Git

[GitHub] [nuttx-apps] lucasssvaz commented on pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
lucasssvaz commented on PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#issuecomment-1460537959 > honestly speaking, i feel this is halfly-baked. > > * i feel that building wasm modules is not a job of nuttx-apps unless it involves something very nuttx-specific. is

[GitHub] [nuttx-apps] yamt commented on a diff in pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
yamt commented on code in PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#discussion_r1129801836 ## interpreters/wamr/Toolchain.defs: ## @@ -0,0 +1,149 @@ + +#

[GitHub] [nuttx-apps] yamt commented on pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
yamt commented on PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#issuecomment-1460532489 > > honestly speaking, i feel this is halfly-baked. > > > > * i feel that building wasm modules is not a job of nuttx-apps unless it involves something very nuttx-specific. is

[GitHub] [nuttx] raiden00pl opened a new pull request, #8770: arch/nrf53: add more register definitions (ported from nrf52) and some cosmetics for nrf52

2023-03-08 Thread via GitHub
raiden00pl opened a new pull request, #8770: URL: https://github.com/apache/nuttx/pull/8770 ## Summary arch/nrf53: add more register definitions (ported from nrf52) and some cosmetics for nrf52 ## Impact None ## Testing CI -- This is an automated message from the

[nuttx-apps] branch master updated (098f5836f -> 73301dd16)

2023-03-08 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 098f5836f apps/system: Add tcpdump command add c1d859c24 apps/interpreters/bas/Make.defs: Add missing

[GitHub] [nuttx-apps] anchao commented on pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
anchao commented on PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#issuecomment-1460497557 > honestly speaking, i feel this is halfly-baked. > > * i feel that building wasm modules is not a job of nuttx-apps unless it involves something very nuttx-specific. is there

[nuttx-apps] branch master updated (73301dd16 -> d33c9d366)

2023-03-08 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 73301dd16 apps/interpreters/bas/Makefile: Fix mistakes in comments add d33c9d366 application.mk: add

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1639: application.mk: add extera objects into $(OBJS) depends

2023-03-08 Thread via GitHub
pkarashchenko merged PR #1639: URL: https://github.com/apache/nuttx-apps/pull/1639 -- 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:

[GitHub] [nuttx-apps] gustavonihei merged pull request #1644: apps/interpreters: Add missing Apache Foundation copyright header

2023-03-08 Thread via GitHub
gustavonihei merged PR #1644: URL: https://github.com/apache/nuttx-apps/pull/1644 -- 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:

[GitHub] [nuttx-apps] anchao commented on a diff in pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
anchao commented on code in PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#discussion_r1129753212 ## interpreters/Wasm.mk: ## @@ -0,0 +1,68 @@ + +# apps/interpreters/Wasm.mk +# +#

[GitHub] [nuttx-apps] anchao commented on a diff in pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
anchao commented on code in PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#discussion_r1129749546 ## interpreters/wamr/Toolchain.defs: ## @@ -0,0 +1,149 @@ + +#

[GitHub] [nuttx-apps] anchao commented on a diff in pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
anchao commented on code in PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#discussion_r1129724114 ## interpreters/wamr/Toolchain.defs: ## @@ -0,0 +1,149 @@ + +#

[GitHub] [nuttx-apps] anchao commented on a diff in pull request #1609: interpreters/wamr: add compile role of WebAssembly

2023-03-08 Thread via GitHub
anchao commented on code in PR #1609: URL: https://github.com/apache/nuttx-apps/pull/1609#discussion_r1129720458 ## interpreters/wamr/Toolchain.defs: ## @@ -0,0 +1,149 @@ + +#

  1   2   >