Re: [PR] arch/risc-v/litex/litex_emac: Add support for KSZ8061 ethernet PHY. [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #11024: URL: https://github.com/apache/nuttx/pull/11024 -- 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 (ac5800386c -> cd851b3144)

2023-10-24 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 ac5800386c arch/risc-v/litex/litex_emac: Add support for KSZ8061 ethernet PHY. add cd851b3144 audio: add amr

Re: [PR] audio: add amr format support [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #11025: URL: https://github.com/apache/nuttx/pull/11025 -- 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: arch/risc-v/litex/litex_emac: Add support for KSZ8061 ethernet PHY.

2023-10-24 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 ac5800386c arch/risc-v/litex/litex_emac: Add

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
davids5 commented on code in PR #11020: URL: https://github.com/apache/nuttx/pull/11020#discussion_r1371163923 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -1373,6 +1373,7 @@ static inline void imxrt_serialout(struct imxrt_uart_s *priv, static int imxrt_dma_nextrx(struct

[PR] assert: rename __ASSERT to __NXASSERT to avoid confilt [nuttx]

2023-10-24 Thread via GitHub
anchao opened a new pull request, #11027: URL: https://github.com/apache/nuttx/pull/11027 ## Summary assert: rename __ASSERT to __NXASSERT to avoid confilt The definition of __ASSERT has special define in some OS and librarys, rename to __NXASSERT to avoid confilt ##

[PR] kernel: replace all sem_* to nxsem_*: in kernel space [nuttx]

2023-10-24 Thread via GitHub
anchao opened a new pull request, #11026: URL: https://github.com/apache/nuttx/pull/11026 ## Summary 1. kernel: replace all sem_* to nxsem_*: in kernel space 2. kernel: replace all usleep to nxsig_usleep in kernel space ## Impact N/A ## Testing ci-check

Re: [PR] group/killchildren: replace syscall(2) to kernel api [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 commented on PR #11018: URL: https://github.com/apache/nuttx/pull/11018#issuecomment-1778400962 need include `nuttx/signal.h` -- 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] testing/sd_stress: Port sdstress testing utility from PX4-Autopilot. [nuttx-apps]

2023-10-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #2150: URL: https://github.com/apache/nuttx-apps/pull/2150#discussion_r1371050372 ## testing/sd_stress/sd_stress_main.c: ## @@ -0,0 +1,404 @@ +/ + *

[PR] audio: add amr format support [nuttx]

2023-10-24 Thread via GitHub
jinxiuxu opened a new pull request, #11025: URL: https://github.com/apache/nuttx/pull/11025 ## Summary ## Impact ## Testing -- 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

[PR] arch/risc-v/litex/litex_emac: Add support for KSZ8061 ethernet PHY. [nuttx]

2023-10-24 Thread via GitHub
g2gps opened a new pull request, #11024: URL: https://github.com/apache/nuttx/pull/11024 ## Summary Adds support for using the microchip KSZ8061 ethernet PHY instead of the default DP83848C. ## Impact KSZ8061 is available to use on Litex, using custom hardware.

Re: [PR] testing/sd_stress: Port sdstress testing utility from PX4-Autopilot. [nuttx-apps]

2023-10-24 Thread via GitHub
g2gps commented on code in PR #2150: URL: https://github.com/apache/nuttx-apps/pull/2150#discussion_r1371006872 ## testing/sd_stress/sd_stress_main.c: ## @@ -0,0 +1,404 @@ +/ + *

[nuttx] branch master updated: sched/pthread/barrierwait: replace syscall(2) to kernel api

2023-10-24 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 cdec5c80c2 sched/pthread/barrierwait: replace

Re: [PR] sched/pthread/barrierwait: replace syscall(2) to kernel api [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #11017: URL: https://github.com/apache/nuttx/pull/11017 -- 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: Documentation: Add entry for sd_stress tool.

2023-10-24 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 c19c943835 Documentation: Add entry for

Re: [PR] Documentation: Add entry for sd_stress tool. [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #11023: URL: https://github.com/apache/nuttx/pull/11023 -- 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] testing/sd_stress: Port sdstress testing utility from PX4-Autopilot. [nuttx-apps]

2023-10-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #2150: URL: https://github.com/apache/nuttx-apps/pull/2150#discussion_r1370988332 ## testing/sd_stress/sd_stress_main.c: ## @@ -0,0 +1,404 @@ +/ + *

Re: [PR] testing/sd_stress: Port sdstress testing utility from PX4-Autopilot. [nuttx-apps]

2023-10-24 Thread via GitHub
g2gps commented on PR #2150: URL: https://github.com/apache/nuttx-apps/pull/2150#issuecomment-1778273037 > @g2gps please add an entry in the doc about this new tool https://github.com/apache/nuttx/blob/master/Documentation/applications/testing/index.rst Documentation entry added in

[PR] Documentation: Add entry for sd_stress tool. [nuttx]

2023-10-24 Thread via GitHub
g2gps opened a new pull request, #11023: URL: https://github.com/apache/nuttx/pull/11023 ## Summary Adds documentation for new testing utility. See https://github.com/apache/nuttx-apps/pull/2150 ## Impact Documentation. ## Testing Building documentation

Re: [PR] Documentation: Add entry for sd_stress tool. [nuttx]

2023-10-24 Thread via GitHub
g2gps closed pull request #11022: Documentation: Add entry for sd_stress tool. URL: https://github.com/apache/nuttx/pull/11022 -- 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.

[PR] Documentation: Add entry for sd_stress tool. [nuttx]

2023-10-24 Thread via GitHub
g2gps opened a new pull request, #11022: URL: https://github.com/apache/nuttx/pull/11022 ## Summary Adds documentation entry for sd_stress. See https://github.com/apache/nuttx-apps/pull/2150 ## Impact - ## Testing - -- This is an automated message from the

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
danielappiagyei-bc commented on code in PR #11020: URL: https://github.com/apache/nuttx/pull/11020#discussion_r1370809227 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -1373,6 +1373,7 @@ static inline void imxrt_serialout(struct imxrt_uart_s *priv, static int

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
hartmannathan commented on PR #11020: URL: https://github.com/apache/nuttx/pull/11020#issuecomment-1778126328 Under "Impact" where it says "There is dropped data at high baud rates" do you mean that this change _fixes_ the dropped data at high baud rates, or do you mean that data is

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
danielappiagyei-bc commented on code in PR #11020: URL: https://github.com/apache/nuttx/pull/11020#discussion_r1370809227 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -1373,6 +1373,7 @@ static inline void imxrt_serialout(struct imxrt_uart_s *priv, static int

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
danielappiagyei-bc commented on code in PR #11020: URL: https://github.com/apache/nuttx/pull/11020#discussion_r1370757990 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -1373,6 +1373,7 @@ static inline void imxrt_serialout(struct imxrt_uart_s *priv, static int

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
danielappiagyei-bc commented on code in PR #11020: URL: https://github.com/apache/nuttx/pull/11020#discussion_r1370757990 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -1373,6 +1373,7 @@ static inline void imxrt_serialout(struct imxrt_uart_s *priv, static int

Re: [PR] imxrt:serial rxdma reporting incorrect characters [nuttx]

2023-10-24 Thread via GitHub
danielappiagyei-bc closed pull request #10911: imxrt:serial rxdma reporting incorrect characters URL: https://github.com/apache/nuttx/pull/10911 -- 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] imxrt:serial rxdma reporting incorrect characters [nuttx]

2023-10-24 Thread via GitHub
danielappiagyei-bc commented on PR #10911: URL: https://github.com/apache/nuttx/pull/10911#issuecomment-1777950659 > So strike this. See https://github.com/apache/nuttx/issues/10912#issuecomment-1777212451 > You might want to rebase on master after

Re: [PR] imxrt:serial rxdma reporting incorrect characters [nuttx]

2023-10-24 Thread via GitHub
danielappiagyei-bc commented on PR #10911: URL: https://github.com/apache/nuttx/pull/10911#issuecomment-1777940825 > So strike this. See [#10912 (comment)](https://github.com/apache/nuttx/issues/10912#issuecomment-1777212451) > > You might want to rebase on master after #11020

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
danielappiagyei-bc commented on PR #11020: URL: https://github.com/apache/nuttx/pull/11020#issuecomment-1777918843 excellent findings david, im sure this took a lot of hardcore debugging! thank you! -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] readme: Updating README [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 commented on PR #10980: URL: https://github.com/apache/nuttx/pull/10980#issuecomment-1777901299 > > @fdcavalcanti should we move the original README.md to the related documentation section? > > @xiaoxiang781216 Do you mean something like

Re: [PR] readme: Updating README [nuttx]

2023-10-24 Thread via GitHub
fdcavalcanti commented on PR #10980: URL: https://github.com/apache/nuttx/pull/10980#issuecomment-133999 > @fdcavalcanti should we move the original README.md to the related documentation section? Do you mean something like `nuttx/Documentation/legacy_README.md`? Maybe an actual

Re: [PR] readme: Updating README [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 commented on PR #10980: URL: https://github.com/apache/nuttx/pull/10980#issuecomment-1777684348 @fdcavalcanti should we move the original README.md to the related documentation section? -- This is an automated message from the Apache Git Service. To respond to the

[nuttx] branch master updated: net/local: Support `SO_SNDBUF` option in `getsockopt`

2023-10-24 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 9ef2a48919 net/local: Support `SO_SNDBUF`

[nuttx] 02/02: tun: Fix the error of calling tun_close when tun_txavail or tun_txavail_work is executed

2023-10-24 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 commit 5374af077bf22dd00fedfb8f621d214202c09960 Author: zhanghongyu AuthorDate: Fri Oct 20 15:17:48 2023 +0800 tun: Fix

[nuttx] 01/02: Revert "tun: Fix the error of calling tun_close when tun_txavail or tun_txavail_work is executed"

2023-10-24 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 commit 3b469271d73197f473c559589c8d2b0341892c8e Author: zhanghongyu AuthorDate: Tue Oct 24 15:20:33 2023 +0800 Revert

Re: [PR] tun: Fix the error of calling tun_close when tun_txavail or tun_txavail_work is executed [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #11009: URL: https://github.com/apache/nuttx/pull/11009 -- 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 (8cb65d9b3b -> 5374af077b)

2023-10-24 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 8cb65d9b3b s32k1xx:lpi2c end only on stop with end of packet new 3b469271d7 Revert "tun: Fix the error of

Re: [PR] net/local: Support `SO_SNDBUF` option in `getsockopt` [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #11015: URL: https://github.com/apache/nuttx/pull/11015 -- 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] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
davids5 commented on code in PR #11020: URL: https://github.com/apache/nuttx/pull/11020#discussion_r1370532073 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -2345,14 +2346,26 @@ static bool imxrt_rxflowcontrol(struct uart_dev_s *dev, #ifdef SERIAL_HAVE_RXDMA static int

Re: [PR] libc: add support for memory buffer stream with fmemopen() [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #11011: URL: https://github.com/apache/nuttx/pull/11011#discussion_r1370496054 ## libs/libc/stdio/lib_fmemopen.c: ## @@ -0,0 +1,291 @@ +/ + *

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
pkarashchenko commented on code in PR #11020: URL: https://github.com/apache/nuttx/pull/11020#discussion_r1370501788 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -2345,14 +2346,26 @@ static bool imxrt_rxflowcontrol(struct uart_dev_s *dev, #ifdef SERIAL_HAVE_RXDMA static int

[nuttx-apps] branch master updated: testing: add fmemopen function test tool

2023-10-24 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 d3508b6ac testing: add fmemopen function

Re: [I] imxrt/lpi2c multibyte read broken following DMA addition [nuttx]

2023-10-24 Thread via GitHub
pkarashchenko closed issue #10853: imxrt/lpi2c multibyte read broken following DMA addition URL: https://github.com/apache/nuttx/issues/10853 -- 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] testing: add fmemopen function test tool [nuttx-apps]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #2155: URL: https://github.com/apache/nuttx-apps/pull/2155 -- 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] NXP I2C non-DMA end only on stop with end of packet [nuttx]

2023-10-24 Thread via GitHub
pkarashchenko merged PR #11012: URL: https://github.com/apache/nuttx/pull/11012 -- 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 (962d46186d -> 8cb65d9b3b)

2023-10-24 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 962d46186d Documentation/netutils: ignore header for TOC add 119bf660a4 imxrt:lpi2c end only on stop with

[nuttx] branch master updated (0616796185 -> 962d46186d)

2023-10-24 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 0616796185 esp32-devkitc/ble: Enable SMP for BLE defconfig add d1ebe6cd24 Documentation: add dummy apps

Re: [PR] Documentation: list all apps in table of content [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #11019: URL: https://github.com/apache/nuttx/pull/11019 -- 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] NXP I2C non-DMA end only on stop with end of packet [nuttx]

2023-10-24 Thread via GitHub
davids5 commented on PR #11012: URL: https://github.com/apache/nuttx/pull/11012#issuecomment-1777589857 Merge Please -- 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

Re: [PR] imxrt:serial rxdma reporting incorrect characters [nuttx]

2023-10-24 Thread via GitHub
davids5 commented on PR #10911: URL: https://github.com/apache/nuttx/pull/10911#issuecomment-1777584962 > > > @danielappiagyei-bc Great! - The residual change needs to be applied the S32K, and K66 > > > > > > Hi @davids5 , I've now applied these changes to the S32K devices but

Re: [I] imxrt: serial dma rx occasionally reports incorrect byte [nuttx]

2023-10-24 Thread via GitHub
davids5 commented on issue #10912: URL: https://github.com/apache/nuttx/issues/10912#issuecomment-1777579092 @danielappiagyei-bc This resolve the issue https://github.com/apache/nuttx/pull/11020 -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-24 Thread via GitHub
davids5 opened a new pull request, #11020: URL: https://github.com/apache/nuttx/pull/11020 ## Summary The DMA can bring in more rx data, than the number of DMA completions call backs. The call backs happen on idle, 1/2 and full events. But in between these events

[PR] Documentation: list all apps in table of content [nuttx]

2023-10-24 Thread via GitHub
raiden00pl opened a new pull request, #11019: URL: https://github.com/apache/nuttx/pull/11019 ## Summary The last batch of commits regarding the apps documentation from me (I hope so): - Documentation: add dummy apps descriptions The apps description is empty for now but

Re: [PR] wireless/bluetooth: Add option to set the HCI TX thread affinity while running with SMP enabled [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 merged PR #11013: URL: https://github.com/apache/nuttx/pull/11013 -- 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] 03/03: esp32-devkitc/ble: Enable SMP for BLE defconfig

2023-10-24 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 commit 061679618559c0b066585a65c20e45ad178daed9 Author: Tiago Medicci Serrano AuthorDate: Tue Oct 10 08:26:59 2023 -0300

[nuttx] branch master updated (ef1ad691c3 -> 0616796185)

2023-10-24 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 ef1ad691c3 net/icmpv6: Fix net mask logic in `icmpv6_setaddresses` new fe156a40e3 wireless/bluetooth: Add

[nuttx] 01/03: wireless/bluetooth: Add option to set the HCI TX thread affinity

2023-10-24 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 commit fe156a40e3012407768d24263676348610c7d4b6 Author: Tiago Medicci Serrano AuthorDate: Mon Oct 9 17:15:18 2023 -0300

[nuttx] 02/03: esp32/bluetooth: Select option to pin the HCI TX thread to CPU core

2023-10-24 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 commit 41c1b153e34d623719402a18bbea60abac3784ee Author: Tiago Medicci Serrano AuthorDate: Tue Oct 10 08:23:38 2023 -0300

[PR] group/killchildren: replace syscall(2) to kernel api [nuttx]

2023-10-24 Thread via GitHub
anchao opened a new pull request, #11018: URL: https://github.com/apache/nuttx/pull/11018 ## Summary 1. group/killchildren: replace syscall(2) to kernel api syscall(2) cannot be called from kernel space 2. sched: fix the minor style issue ## Impact N/A

[PR] sched/pthread/barrierwait: replace syscall(2) to kernel api [nuttx]

2023-10-24 Thread via GitHub
anchao opened a new pull request, #11017: URL: https://github.com/apache/nuttx/pull/11017 ## Summary sched/pthread/barrierwait: replace syscall(2) to kernel api syscall(2) cannot be called from kernel space ## Impact Regression:

Re: [I] nuttx and Olimex A64-OLinuXino [nuttx]

2023-10-24 Thread via GitHub
acassis commented on issue #11004: URL: https://github.com/apache/nuttx/issues/11004#issuecomment-1777229917 @Photogphred see here: https://nuttx.apache.org/community/ The CPU Allwinner A64 is supported, but this board Olimex_A64-OLinuXino is not included yet. Porting NuttX to

Re: [PR] tun: Fix the error of calling tun_close when tun_txavail or tun_txavail_work is executed [nuttx]

2023-10-24 Thread via GitHub
acassis commented on code in PR #11009: URL: https://github.com/apache/nuttx/pull/11009#discussion_r1370165228 ## drivers/net/tun.c: ## @@ -775,14 +775,19 @@ static void tun_txavail_work(FAR void *arg) static int tun_txavail(FAR struct net_driver_s *dev) { FAR struct

Re: [PR] Documentation: add fmemopen test entry [nuttx]

2023-10-24 Thread via GitHub
michallenc commented on code in PR #11016: URL: https://github.com/apache/nuttx/pull/11016#discussion_r1370163873 ## Documentation/applications/testing/index.rst: ## @@ -26,6 +26,8 @@ with little value as usage examples. - drivertest - vela cmocka driver test - fatutf8 - FAT

Re: [PR] libc: add support for memory buffer stream with fmemopen() [nuttx]

2023-10-24 Thread via GitHub
michallenc commented on PR #11011: URL: https://github.com/apache/nuttx/pull/11011#issuecomment-1777213698 > @michallenc any idea why it is failing to pass in CI ? @acassis I have added new test specially for `fmemopen`, it has to be merged first to `nuttx-apps`

Re: [PR] net/icmpv6: Fix net mask logic in `icmpv6_setaddresses` [nuttx]

2023-10-24 Thread via GitHub
acassis merged PR #11010: URL: https://github.com/apache/nuttx/pull/11010 -- 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] imxrt: serial dma rx occasionally reports incorrect byte [nuttx]

2023-10-24 Thread via GitHub
davids5 commented on issue #10912: URL: https://github.com/apache/nuttx/issues/10912#issuecomment-1777212451 @danielappiagyei-bc - I am looking into this. The DMA count when using the channel is circular mode counts from RXDMA_BUFFER_SIZE 32-311-32 in HW and is never 0 So that

[nuttx] branch master updated (6e9cd74e81 -> ef1ad691c3)

2023-10-24 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 6e9cd74e81 Documentaion: migrate tools/readme add ef1ad691c3 net/icmpv6: Fix net mask logic in

Re: [PR] libc: add support for memory buffer stream with fmemopen() [nuttx]

2023-10-24 Thread via GitHub
acassis commented on PR #11011: URL: https://github.com/apache/nuttx/pull/11011#issuecomment-1777210292 @michallenc any idea why it is failing to pass in CI ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[nuttx] 08/13: Documentaion: migrate examples/bastest/readme without test cases

2023-10-24 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 a008eb8669d3335188ca99eb83311edf711f799c Author: raiden00pl AuthorDate: Tue Oct 24 12:24:00 2023 +0200

[nuttx] 05/13: Documentaion: migrate modbus/readme

2023-10-24 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 7e2a5f6f3fa83adeb5275b3377b84599ec5ce916 Author: raiden00pl AuthorDate: Tue Oct 24 12:22:46 2023 +0200

[nuttx] 03/13: Documentaion: migrate graphics/readme

2023-10-24 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 05b0b7c9f30557cc5a9ebff37951de357823bff4 Author: raiden00pl AuthorDate: Tue Oct 24 12:22:19 2023 +0200

[nuttx] 06/13: Documentaion: migrate netutils/readme

2023-10-24 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 a9a1d719dabf773344ee2bb49174c21be0a10cf6 Author: raiden00pl AuthorDate: Tue Oct 24 12:22:59 2023 +0200

[nuttx] 10/13: Documentation: fix warnings from games

2023-10-24 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 e229528d5adb5d92ca7b5b27e1a647b4ce1e2560 Author: raiden00pl AuthorDate: Tue Oct 24 12:40:26 2023 +0200

[nuttx] 07/13: Documentaion: migrate system/readme

2023-10-24 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 cffc74c6647ec48a19729097e39a64258478bc4d Author: raiden00pl AuthorDate: Tue Oct 24 12:23:16 2023 +0200

[nuttx] branch master updated (8f042f527e -> 6e9cd74e81)

2023-10-24 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 8f042f527e Documentation: add fmemopen test entry new 203f6cd4a9 Documentaion: migrate audioutils/readme

[nuttx] 01/13: Documentaion: migrate audioutils/readme

2023-10-24 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 203f6cd4a90ea4b6b6c2a3874c0a9675df5169ef Author: raiden00pl AuthorDate: Tue Oct 24 12:21:54 2023 +0200

Re: [PR] Documentation: add fmemopen test entry [nuttx]

2023-10-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #11016: URL: https://github.com/apache/nuttx/pull/11016#discussion_r1370157928 ## Documentation/applications/testing/index.rst: ## @@ -26,6 +26,8 @@ with little value as usage examples. - drivertest - vela cmocka driver test - fatutf8 -

[nuttx] 04/13: Documentaion: migrate interpreters/readme

2023-10-24 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 0979fd0ab727f838a1d30691c7c697121fbc957a Author: raiden00pl AuthorDate: Tue Oct 24 12:22:36 2023 +0200

[nuttx] 12/13: Documentation: unify applications/xxx/index.rst

2023-10-24 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 abdcc8d17c066b2b96155f43d4b7a7ea40ea54ae Author: raiden00pl AuthorDate: Tue Oct 24 12:51:23 2023 +0200

[nuttx] 13/13: Documentaion: migrate tools/readme

2023-10-24 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 6e9cd74e810dcc1868754aae0979a13c73a7702d Author: raiden00pl AuthorDate: Tue Oct 24 13:06:26 2023 +0200

[nuttx] 11/13: Documentation: various cosmetic changes

2023-10-24 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 931096f3f676324ffa11234896dac477251e4b0b Author: raiden00pl AuthorDate: Tue Oct 24 12:49:37 2023 +0200

[nuttx] 02/13: Documentaion: migrate crypto/readme

2023-10-24 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 454e3a210b4f51e5c9a3339c03d07241cfae0d5b Author: raiden00pl AuthorDate: Tue Oct 24 12:22:05 2023 +0200

[nuttx] 09/13: Documentaion: migrate wireless/readme

2023-10-24 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 4520d8676a415dacd42bd6a6933ff4d7e34c422c Author: raiden00pl AuthorDate: Tue Oct 24 12:24:14 2023 +0200

Re: [PR] Documentation: migrate more nuttx-apps readmes [nuttx]

2023-10-24 Thread via GitHub
acassis merged PR #11014: URL: https://github.com/apache/nuttx/pull/11014 -- 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: Documentation: add fmemopen test entry

2023-10-24 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 8f042f527e Documentation: add fmemopen test

Re: [PR] Documentation: add fmemopen test entry [nuttx]

2023-10-24 Thread via GitHub
acassis merged PR #11016: URL: https://github.com/apache/nuttx/pull/11016 -- 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] imxrt/lpi2c multibyte read broken following DMA addition [nuttx]

2023-10-24 Thread via GitHub
thebolt commented on issue #10853: URL: https://github.com/apache/nuttx/issues/10853#issuecomment-1777197727 Thanks for the fix. I will try to test it over the next few days (working on another product atm and takes a bit to switch over the lab setup); I'll let you know and close this once

Re: [PR] readme: Updating README [nuttx]

2023-10-24 Thread via GitHub
simbit18 commented on PR #10980: URL: https://github.com/apache/nuttx/pull/10980#issuecomment-1777179731 I think we can include a field about the license for example: ```html ## License The code in this repository is all under either the Apache 2 license, or a license

[PR] Remove READMEs migrated to nuttx/Documentation [nuttx-apps]

2023-10-24 Thread via GitHub
raiden00pl opened a new pull request, #2157: URL: https://github.com/apache/nuttx-apps/pull/2157 ## Summary Remove READMEs migrated to nuttx/Documentation. **I'm keeping this as DRAFT and waiting for community feedback in** https://github.com/apache/nuttx-apps/issues/2156

Re: [PR] testing: add fmemopen function test tool [nuttx-apps]

2023-10-24 Thread via GitHub
michallenc commented on PR #2155: URL: https://github.com/apache/nuttx-apps/pull/2155#issuecomment-1777067204 > @michallenc please add an entry in the doc about this new tool (instead of readme?) https://github.com/apache/nuttx/blob/master/Documentation/applications/testing/index.rst

[PR] Documentation: add fmemopen test entry [nuttx]

2023-10-24 Thread via GitHub
michallenc opened a new pull request, #11016: URL: https://github.com/apache/nuttx/pull/11016 ## Summary Test tool for fmemopen() function added to documentation. ## Impact Docs only. Should be merged with [testing: add fmemopen function test

[PR] net/local: Support `SO_SNDBUF` option in `getsockopt` [nuttx]

2023-10-24 Thread via GitHub
wengzhe opened a new pull request, #11015: URL: https://github.com/apache/nuttx/pull/11015 ## Summary For datagram unix sockets, the `SO_SNDBUF` value imposes an upper limit on the size of outgoing datagrams. Note: We don't support to change the buffer size yet, so only add

Re: [PR] testing: add fmemopen function test tool [nuttx-apps]

2023-10-24 Thread via GitHub
raiden00pl commented on PR #2155: URL: https://github.com/apache/nuttx-apps/pull/2155#issuecomment-1777048574 @michallenc please add an entry in the doc about this new tool https://github.com/apache/nuttx/blob/master/Documentation/applications/testing/index.rst -- This is an automated

Re: [PR] testing/sd_stress: Port sdstress testing utility from PX4-Autopilot. [nuttx-apps]

2023-10-24 Thread via GitHub
raiden00pl commented on PR #2150: URL: https://github.com/apache/nuttx-apps/pull/2150#issuecomment-1777047732 @g2gps please add an entry in the doc about this new tool https://github.com/apache/nuttx/blob/master/Documentation/applications/testing/index.rst -- This is an automated message

Re: [PR] readme: Updating README [nuttx]

2023-10-24 Thread via GitHub
raiden00pl commented on code in PR #10980: URL: https://github.com/apache/nuttx/pull/10980#discussion_r1370023592 ## README.md: ## @@ -1,2530 +1,30 @@ -# APACHE NUTTX + +https://raw.githubusercontent.com/apache/nuttx/master/Documentation/_static/NuttX320.png; width="150"> +

Re: [PR] readme: Updating README [nuttx]

2023-10-24 Thread via GitHub
fdcavalcanti commented on PR #10980: URL: https://github.com/apache/nuttx/pull/10980#issuecomment-1777023311 > > There's a chain icon on the NuttX logo appearing for me. Does anyone know why it's there? I can't see it on the PNG. > > @fdcavalcanti try with > > ``` > >

[PR] Documentation: migrate more nuttx-apps readmes [nuttx]

2023-10-24 Thread via GitHub
raiden00pl opened a new pull request, #11014: URL: https://github.com/apache/nuttx/pull/11014 ## Summary - Documentaion: migrate audioutils/readme - Documentaion: migrate crypto/readme - Documentaion: migrate graphics/readme - Documentaion: migrate interpreters/readme -

[PR] wireless/bluetooth: Add option to set the HCI TX thread affinity while running with SMP enabled [nuttx]

2023-10-24 Thread via GitHub
tmedicci opened a new pull request, #11013: URL: https://github.com/apache/nuttx/pull/11013 ## Summary * wireless/bluetooth: Add an option to set the HCI TX thread affinity By enabling the config `CONFIG_BLUETOOTH_TXCMD_PINNED_TO_CORE` and setting the value of

Re: [I] to support LIN , how about to add a Individual character driver [nuttx]

2023-10-24 Thread via GitHub
pkarashchenko commented on issue #10454: URL: https://github.com/apache/nuttx/issues/10454#issuecomment-1776968933 There are few differences to discuss about SocketLIN: 1. Linux slin use some extra bits in CAN-ID to "enable cache response" or "request extended checksum" ``` #define

  1   2   >