[PR] wapi: Add pscan cmd to trigger a passive scan. [nuttx-apps]

2024-01-23 Thread via GitHub
zhhyu7 opened a new pull request, #2267: URL: https://github.com/apache/nuttx-apps/pull/2267 ## Summary Added scanning in passive mode without affecting the scan command. ## Impact ## Testing Cortex-M33 and bcm43xxx Wi-Fi chip -- This is an automated message from th

[PR] bcmf_driver:wlan interface status reset by unsolicited wpa packet [nuttx]

2024-01-23 Thread via GitHub
zhhyu7 opened a new pull request, #11592: URL: https://github.com/apache/nuttx/pull/11592 ## Summary Avoid incorrect NIC flag Settings ## Impact ## Testing Cortex-M33 and bcm43xxx Wi-Fi chip -- This is an automated message from the Apache Git Service. To respond to

(nuttx-website) branch asf-site updated: Publishing web: 69485786e52ff306670ab74f7df988cf8658ee69 docs: 55ec92e181165e3f34c12c7a3e719709c38409bd

2024-01-23 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 1786d2cd Publishing web: 69485786

(nuttx-website) branch master updated: Add NuttX Online Demo

2024-01-23 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-website.git The following commit(s) were added to refs/heads/master by this push: new 69485786 Add NuttX Online Demo 6948578

Re: [PR] Add NuttX Online Demo [nuttx-website]

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

[PR] rpmsgfs: decoupling rpmsgfs server and rpmsg virtio. [nuttx]

2024-01-23 Thread via GitHub
wyr8899 opened a new pull request, #11591: URL: https://github.com/apache/nuttx/pull/11591 ## Summary rpmsgfs: decoupling rpmsgfs server and rpmsg virtio. ## Impact create a new general api to make rpmsgfs work with virtio/spi/uart transport. ## Testing tested in sim vela a

[PR] Add NuttX Online Demo [nuttx-website]

2024-01-23 Thread via GitHub
lupyuen opened a new pull request, #104: URL: https://github.com/apache/nuttx-website/pull/104 ## Summary As suggested by @hartmannathan, this PR adds the NuttX Online Demo based on [TinyEMU 64-bit RISC-V Emulator](https://github.com/fernandotcl/TinyEMU) and WebAssembly. The [

Re: [PR] Support to ARP Address Conflict Detection [nuttx]

2024-01-23 Thread via GitHub
wangchen61698 commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1464199697 ## net/arp/arp.h: ## @@ -523,6 +553,58 @@ void arp_dump(FAR struct arp_hdr_s *arp); # define arp_dump(arp) #endif +#ifdef CONFIG_NET_ARP_ACD + +/

(nuttx-website) branch asf-site updated: Publishing web: b5839eef93f7280871281371cee9248b373c78cd docs: 55ec92e181165e3f34c12c7a3e719709c38409bd

2024-01-23 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 09f8c71c Publishing web: b5839eef

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

2024-01-23 Thread via GitHub
TaiJuWu commented on issue #11586: URL: https://github.com/apache/nuttx/issues/11586#issuecomment-1907107937 > @TaiJuWu the initial support to Raspberry Pi board (the first board) was removed by Greg some years ago because nobody was interested to still working in the port: https://bitbuck

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

2024-01-23 Thread via GitHub
alandeassis commented on issue #11586: URL: https://github.com/apache/nuttx/issues/11586#issuecomment-1906938432 @TaiJuWu the initial support to Raspberry Pi board (the first board) was removed by Greg some years ago because nobody was interested to still working in the port: https://bitbu

Re: [PR] driver/alt1250: Notice instance information [nuttx]

2024-01-23 Thread via GitHub
alandeassis commented on code in PR #11589: URL: https://github.com/apache/nuttx/pull/11589#discussion_r1464003100 ## drivers/modem/alt1250/altcom_lwm2m_hdlr.c: ## @@ -352,23 +352,89 @@ static int32_t fwup_srvop_handle(FAR uint8_t *pktbuf, size_t pktsz, } /*

Re: [PR] driver/alt1250: Notice instance information [nuttx]

2024-01-23 Thread via GitHub
hartmannathan commented on code in PR #11589: URL: https://github.com/apache/nuttx/pull/11589#discussion_r1463984481 ## drivers/modem/alt1250/altcom_lwm2m_hdlr.c: ## @@ -352,23 +352,89 @@ static int32_t fwup_srvop_handle(FAR uint8_t *pktbuf, size_t pktsz, } /***

Re: [PR] Support to ARP Address Conflict Detection [nuttx]

2024-01-23 Thread via GitHub
acassis commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1463945814 ## net/arp/arp.h: ## @@ -523,6 +553,58 @@ void arp_dump(FAR struct arp_hdr_s *arp); # define arp_dump(arp) #endif +#ifdef CONFIG_NET_ARP_ACD + +/**

(nuttx) branch master updated: samv7: add support for SPI mode in USART peripheral

2024-01-23 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 55ec92e181 samv7: add support for SPI mode in US

Re: [PR] samv7: add support for SPI mode in USART peripheral [nuttx]

2024-01-23 Thread via GitHub
acassis merged PR #11584: URL: https://github.com/apache/nuttx/pull/11584 -- 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: xtensa/esp32s3: Add APIs to release DMA channel resources

2024-01-23 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 bdd02cc624 xtensa/esp32s3: Add APIs to release D

Re: [PR] xtensa/esp32s3: Add APIs to release DMA channel resources [nuttx]

2024-01-23 Thread via GitHub
acassis merged PR #11588: URL: https://github.com/apache/nuttx/pull/11588 -- 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] ioexpander: add support for iC-JX expander [nuttx]

2024-01-23 Thread via GitHub
acassis merged PR #11590: URL: https://github.com/apache/nuttx/pull/11590 -- 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: ioexpander: add support for iC-JX expander

2024-01-23 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 22110b3b83 ioexpander: add support for iC-JX exp

Re: [PR] Bring up changes from nuttx/pci branch (2nd attempt) [nuttx]

2024-01-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #11583: URL: https://github.com/apache/nuttx/pull/11583#discussion_r1463663539 ## arch/x86_64/src/intel64/intel64_createstack.c: ## @@ -161,7 +161,8 @@ int up_create_stack(struct tcb_s *tcb, size_t stack_size, uint8_t ttype) if (

Re: [PR] driver/alt1250: Notice instance information [nuttx]

2024-01-23 Thread via GitHub
alandeassis commented on code in PR #11589: URL: https://github.com/apache/nuttx/pull/11589#discussion_r1463540943 ## drivers/modem/alt1250/altcom_lwm2m_hdlr.c: ## @@ -352,23 +352,89 @@ static int32_t fwup_srvop_handle(FAR uint8_t *pktbuf, size_t pktsz, } /*

Re: [PR] ioexpander: add support for iC-JX expander [nuttx]

2024-01-23 Thread via GitHub
michallenc commented on code in PR #11590: URL: https://github.com/apache/nuttx/pull/11590#discussion_r1463532399 ## drivers/ioexpander/Kconfig: ## @@ -56,6 +56,23 @@ config IOEXPANDER_DUMMY_INT_POLLDELAY endif # IOEXPANDER_DUMMY +config IOEXPANDER_ICJX + bool "iC-JX

Re: [PR] ioexpander: add support for iC-JX expander [nuttx]

2024-01-23 Thread via GitHub
alandeassis commented on code in PR #11590: URL: https://github.com/apache/nuttx/pull/11590#discussion_r1463429759 ## drivers/ioexpander/Kconfig: ## @@ -56,6 +56,23 @@ config IOEXPANDER_DUMMY_INT_POLLDELAY endif # IOEXPANDER_DUMMY +config IOEXPANDER_ICJX + bool "iC-JX

[PR] ioexpander: add support for iC-JX expander [nuttx]

2024-01-23 Thread via GitHub
michallenc opened a new pull request, #11590: URL: https://github.com/apache/nuttx/pull/11590 ## Summary This commit adds basic support for iC-JX expander in SPI. The expander is functional and supports both input and output pins. There are still some more advance functionalities (

Re: [PR] Bring up changes from nuttx/pci branch (2nd attempt) [nuttx]

2024-01-23 Thread via GitHub
xiaoxiang781216 commented on code in PR #11583: URL: https://github.com/apache/nuttx/pull/11583#discussion_r1462972330 ## boards/x86_64/intel64/qemu-intel64/src/qemu_pcie.c: ## @@ -0,0 +1,398 @@ +/ + * b

[PR] lte/alt1250: Notice instance information [nuttx-apps]

2024-01-23 Thread via GitHub
SPRESENSE opened a new pull request, #2266: URL: https://github.com/apache/nuttx-apps/pull/2266 ## Summary Notice instance information of LwM2M server operation to application. ## Impact Alt1250 Daemon only ## Testing Test if Alt1250 daemon works fine on Spr

[PR] driver/alt1250: Notice instance information [nuttx]

2024-01-23 Thread via GitHub
SPRESENSE opened a new pull request, #11589: URL: https://github.com/apache/nuttx/pull/11589 ## Summary Notice instance information of LwM2M server operation to application. refs #16149 ## Impact Alt1250 modem driver only ## Testing Test if Alt1250 da

(nuttx) branch master updated: esp32c3-generic: add simple boot support

2024-01-23 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 f8b0b06b97 esp32c3-generic: add simple boot su

Re: [PR] esp32c3-generic: add simple boot support [nuttx]

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

(nuttx) branch master updated: esp32s3/spi-dma: Fix spi dma transfer.

2024-01-23 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 6b5ca79509 esp32s3/spi-dma: Fix spi dma transf

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

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

[PR] xtensa/esp32s3: Add APIs to release DMA channel resources [nuttx]

2024-01-23 Thread via GitHub
cwespressif opened a new pull request, #11588: URL: https://github.com/apache/nuttx/pull/11588 ## Summary - Add APIs to release DMA channel resources ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] config.nims: fix NimSuggest crash. [nuttx-apps]

2024-01-23 Thread via GitHub
xiaoxiang781216 merged PR #2265: URL: https://github.com/apache/nuttx-apps/pull/2265 -- 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-apps) branch master updated: config.nims: fix NimSuggest crash.

2024-01-23 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 c82aa9f68 config.nims: fix NimSuggest cra

Re: [I] cmake/rv-virt: usage error with Ubuntu stock gcc-riscv64-unknown-elf toolchain [nuttx]

2024-01-23 Thread via GitHub
yf13 closed issue #11573: cmake/rv-virt: usage error with Ubuntu stock gcc-riscv64-unknown-elf toolchain URL: https://github.com/apache/nuttx/issues/11573 -- 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 g

Re: [PR] risc-v/bl808: Flush MMU Cache after updating SATP [nuttx]

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

(nuttx) branch master updated: risc-v/bl808: Flush MMU Cache after updating SATP

2024-01-23 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 62c358946d risc-v/bl808: Flush MMU Cache after

(nuttx) branch master updated: risc-v/cmake: add support to Ubuntu stock toolchain

2024-01-23 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 cba993df85 risc-v/cmake: add support to Ubuntu

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

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