[GitHub] [nuttx] jerpelea merged pull request #9792: net/udp: Fix the bug of overwriting when the udp recv buffer is full

2023-07-13 Thread via GitHub
jerpelea merged PR #9792: URL: https://github.com/apache/nuttx/pull/9792 -- 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: net/udp: Fix the bug of overwriting when the udp recv buffer is full

2023-07-13 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new a7926405ca net/udp: Fix the bug of overwriting

[nuttx] branch master updated: netdev/upperhalf: fix visual studio Compiler Error C2059

2023-07-13 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 0b69731a97 netdev/upperhalf: fix visual

[GitHub] [nuttx] jerpelea merged pull request #9817: netdev/upperhalf: fix visual studio Compiler Error C2059

2023-07-13 Thread via GitHub
jerpelea merged PR #9817: URL: https://github.com/apache/nuttx/pull/9817 -- 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: rpmsgblk: get return value from header

2023-07-13 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 2ebc8aff16 rpmsgblk: get return value from

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9825: rpmsgblk: get return value from header

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9825: URL: https://github.com/apache/nuttx/pull/9825 -- 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] anjiahao1 commented on pull request #9706: libs/libc:Add support for gdb rsp protocol

2023-07-13 Thread via GitHub
anjiahao1 commented on PR #9706: URL: https://github.com/apache/nuttx/pull/9706#issuecomment-1635226879 > @anjiahao1 please normalize your config: > > ``` > /github/workspace/sources/nuttx/tools/testbuild.sh: line 338: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No

[GitHub] [nuttx] leo11261 opened a new pull request, #9825: rpmsgblk: get return value from header

2023-07-13 Thread via GitHub
leo11261 opened a new pull request, #9825: URL: https://github.com/apache/nuttx/pull/9825 ## Summary cookie->result as the return value of rpmsg operations, it should get from remote response. ## Impact ## Testing -- This is an automated message from the Apache Git

[GitHub] [nuttx] anchao commented on a diff in pull request #9817: netdev/upperhalf: fix visual studio Compiler Error C2059

2023-07-13 Thread via GitHub
anchao commented on code in PR #9817: URL: https://github.com/apache/nuttx/pull/9817#discussion_r1263234954 ## drivers/net/netdev_upperhalf.c: ## @@ -554,6 +554,7 @@ int netdev_upper_wireless_ioctl(FAR struct netdev_lowerhalf_s *lower, FAR const struct wireless_ops_s *ops =

[GitHub] [nuttx] leo11261 opened a new pull request, #9824: assert: check intstack_sp when print last stack in irq context

2023-07-13 Thread via GitHub
leo11261 opened a new pull request, #9824: URL: https://github.com/apache/nuttx/pull/9824 ## Summary 1、correct arguement of up_getusrsp 2、move up_getusrsp to line 247, therefore, tcbstack can be printed correctly when sp is not within irq nor within tcbstack.

[GitHub] [nuttx] leo11261 opened a new pull request, #9822: rpmsg: use workqueue for rpmsgdev poll notify

2023-07-13 Thread via GitHub
leo11261 opened a new pull request, #9822: URL: https://github.com/apache/nuttx/pull/9822 ## Summary use workqueue for rpmsgdev poll notify to prevent calling rpmsgdev_poll_cb in interrupt context which will try to hold mutex in rpmsg_send ## Impact rpmsgdev ##

[GitHub] [nuttx] DannyPlusPlus commented on a diff in pull request #9798: add refcnt using epoll_create to fix bug when use popen which dup the fd and close at end after epoll_create

2023-07-13 Thread via GitHub
DannyPlusPlus commented on code in PR #9798: URL: https://github.com/apache/nuttx/pull/9798#discussion_r1263213683 ## fs/vfs/fs_epoll.c: ## @@ -246,6 +246,8 @@ static int epoll_do_create(int size, int flags) list_add_tail(>free, [i].node); } + eph->crefs++;

[nuttx] branch master updated: net/local: Support the abstract path to connect

2023-07-13 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 7544b68aa9 net/local: Support the abstract

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9814: net/local: Support the abstract path to connect

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9814: URL: https://github.com/apache/nuttx/pull/9814 -- 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 a diff in pull request #9798: add refcnt using epoll_create to fix bug when use popen which dup the fd and close at end after epoll_create

2023-07-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #9798: URL: https://github.com/apache/nuttx/pull/9798#discussion_r1263207461 ## fs/vfs/fs_epoll.c: ## @@ -246,6 +246,8 @@ static int epoll_do_create(int size, int flags) list_add_tail(>free, [i].node); } + eph->crefs++;

[nuttx-apps] 01/04: examples/nimble: fix assertion during pthread create with zero priority

2023-07-13 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 355153cff5bf17fa6d6c94ff656ad1aaaf1cd196 Author: Petro Karashchenko AuthorDate: Thu Jul 13 23:20:28 2023 +0300

[nuttx-apps] 03/04: wireless/bluetooth/nimble: add option to configure stack size of NimBLE NPL callout thread

2023-07-13 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 4ac830ef1eaf5383d91b7bca14fab79e3b454f71 Author: Petro Karashchenko AuthorDate: Thu Jul 13 23:24:03 2023 +0300

[nuttx-apps] branch master updated (4df395bfc -> 5dba460f5)

2023-07-13 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 4df395bfc cmake: add support for boot utils new 355153cff examples/nimble: fix assertion during pthread

[nuttx-apps] 02/04: wireless/bluetooth/nimble: fix build issue with nimBLE example

2023-07-13 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 0c7788cf26660f3337b741225e094cc28a8ae0ce Author: Petro Karashchenko AuthorDate: Thu Jul 13 23:21:35 2023 +0300

[nuttx-apps] 04/04: wireless/bluetooth/nimble: increase number of ACL buffers available for controller

2023-07-13 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 5dba460f5fd6f295f8510a0d052c39fc5d00358e Author: Petro Karashchenko AuthorDate: Thu Jul 13 23:25:57 2023 +0300

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1836: Various improvements for NimBLE

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #1836: URL: https://github.com/apache/nuttx-apps/pull/1836 -- 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-website] branch asf-site updated: Publishing web: 8e851a05e38d691daba0a4a399ad969a6f0d1788 docs: 6a0ffa5c52f51f8a4ad3d89ab7a0d73633bab482

2023-07-13 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 65c60d82 Publishing web:

[GitHub] [nuttx] acassis opened a new pull request, #9821: esp32-s3: Add initial support to I2S

2023-07-13 Thread via GitHub
acassis opened a new pull request, #9821: URL: https://github.com/apache/nuttx/pull/9821 ## Summary Add initial support to I2S ## Impact Users will be able to use audio on ESP32S3 ## Testing WIP -- This is an automated message from the Apache Git Service. To respond to

[nuttx] 01/04: libc/printf: fix "%pS" length error

2023-07-13 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 135959eb839a1c6d629bdd432eb8f02f8a527328 Author: yinshengkai AuthorDate: Wed Jun 7 15:14:31 2023 +0800

[nuttx] 03/04: libc: export lib_sprintf_internal function

2023-07-13 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 fe9251b54608f6c53c5bb92d378cde919b32cb95 Author: yinshengkai AuthorDate: Sun Jun 25 12:23:01 2023 +0800

[nuttx] 04/04: syslog: replace lib_sprintf to lib_sprintf_internal

2023-07-13 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 6a0ffa5c52f51f8a4ad3d89ab7a0d73633bab482 Author: yinshengkai AuthorDate: Sun Jun 25 12:36:29 2023 +0800

[nuttx] 02/04: syslog: replace %pV with lib_sprintf

2023-07-13 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 0052ff2bd8616e49827d1aa6b2e9ac705e7275fe Author: yinshengkai AuthorDate: Sun Jun 25 11:00:36 2023 +0800

[nuttx] branch master updated (019b7a39d4 -> 6a0ffa5c52)

2023-07-13 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 019b7a39d4 cmake: cmse support for armv8-m new 135959eb83 libc/printf: fix "%pS" length error new

[GitHub] [nuttx] pkarashchenko merged pull request #9780: Fix syslog stack usage is too large

2023-07-13 Thread via GitHub
pkarashchenko merged PR #9780: URL: https://github.com/apache/nuttx/pull/9780 -- 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 #9798: add refcnt using epoll_create to fix bug when use popen which dup the fd and close at end after epoll_create

2023-07-13 Thread via GitHub
pkarashchenko commented on code in PR #9798: URL: https://github.com/apache/nuttx/pull/9798#discussion_r1263061979 ## fs/vfs/fs_epoll.c: ## @@ -246,6 +246,8 @@ static int epoll_do_create(int size, int flags) list_add_tail(>free, [i].node); } + eph->crefs++;

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1829: iptables: add iptables libary

2023-07-13 Thread via GitHub
pkarashchenko commented on code in PR #1829: URL: https://github.com/apache/nuttx-apps/pull/1829#discussion_r1263056734 ## include/netutils/xtables.h: ## @@ -0,0 +1,494 @@ +/ + *

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9817: netdev/upperhalf: fix visual studio Compiler Error C2059

2023-07-13 Thread via GitHub
pkarashchenko commented on code in PR #9817: URL: https://github.com/apache/nuttx/pull/9817#discussion_r1263049265 ## drivers/net/netdev_upperhalf.c: ## @@ -554,6 +554,7 @@ int netdev_upper_wireless_ioctl(FAR struct netdev_lowerhalf_s *lower, FAR const struct wireless_ops_s

[nuttx-apps] branch master updated: cmake: add support for boot utils

2023-07-13 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 4df395bfc cmake: add support for

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1835: cmake: add support for boot utils

2023-07-13 Thread via GitHub
pkarashchenko merged PR #1835: URL: https://github.com/apache/nuttx-apps/pull/1835 -- 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 (73a06a4975 -> 019b7a39d4)

2023-07-13 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 73a06a4975 cmake/win32: set default LINK_STACKSIZE to avoid stack overflow new 73e5b9405f cmake: avoid

[nuttx] 01/03: cmake: avoid warning about DOWNLOAD_EXTRACT_TIMESTAMP in CMake 3.24

2023-07-13 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 73e5b9405fb5ad77af3dd39cc3866cc3a95e54a5 Author: raiden00pl AuthorDate: Thu Jul 13 11:39:24 2023 +0200

[nuttx] 02/03: cmake: allow nuttx_add_application to inherit includes from dependent target

2023-07-13 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 db65b6b0e624a80d86ed3259ec2c44d7036c4c3a Author: raiden00pl AuthorDate: Thu Jul 13 16:10:19 2023 +0200

[nuttx] 03/03: cmake: cmse support for armv8-m

2023-07-13 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 019b7a39d4d56ae8eedafceac787ed9444effac2 Author: raiden00pl AuthorDate: Thu Jul 13 16:26:06 2023 +0200

[GitHub] [nuttx] pkarashchenko merged pull request #9820: cmake: improvements

2023-07-13 Thread via GitHub
pkarashchenko merged PR #9820: URL: https://github.com/apache/nuttx/pull/9820 -- 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 merged pull request #9819: cmake/win32: set default LINK_STACKSIZE to avoid stack overflow

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9819: URL: https://github.com/apache/nuttx/pull/9819 -- 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: cmake/win32: set default LINK_STACKSIZE to avoid stack overflow

2023-07-13 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 73a06a4975 cmake/win32: set default

[nuttx-apps] branch master updated (b18cf9aab -> b4ec3d7d4)

2023-07-13 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 b18cf9aab testing/ostest: fix Compiler Warning (level 1) C4716: 'function' must return a value add

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1831: tools: Don't register app into nsh if WASM_BUILD_ONLY == y

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #1831: URL: https://github.com/apache/nuttx-apps/pull/1831 -- 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: testing/ostest: fix Compiler Warning (level 1) C4716: 'function' must return a value

2023-07-13 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 b18cf9aab testing/ostest: fix Compiler

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1834: testing/ostest: fix Compiler Warning (level 1) C4716: 'function' must return a value

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #1834: URL: https://github.com/apache/nuttx-apps/pull/1834 -- 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: examples/pwm: Fix PWM range

2023-07-13 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 0a7c308f1 examples/pwm: Fix PWM range

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1833: examples/pwm: Fix duty cycle overflow

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #1833: URL: https://github.com/apache/nuttx-apps/pull/1833 -- 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 (8ef5f02b66 -> 8277229f53)

2023-07-13 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 8ef5f02b66 libs: fix visual studio Compiler Error C2036 add 8277229f53 nxstyle: covert utf-8 to ascii No new

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9815: nxstyle: covert utf-8 to ascii

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9815: URL: https://github.com/apache/nuttx/pull/9815 -- 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: libs: fix visual studio Compiler Error C2036

2023-07-13 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 8ef5f02b66 libs: fix visual studio Compiler

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9818: libs: fix visual studio Compiler Error C2036

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9818: URL: https://github.com/apache/nuttx/pull/9818 -- 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 a diff in pull request #9817: netdev/upperhalf: fix visual studio Compiler Error C2059

2023-07-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #9817: URL: https://github.com/apache/nuttx/pull/9817#discussion_r1262857706 ## drivers/net/netdev_upperhalf.c: ## @@ -554,6 +554,7 @@ int netdev_upper_wireless_ioctl(FAR struct netdev_lowerhalf_s *lower, FAR const struct

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9706: libs/libc:Add support for gdb rsp protocol

2023-07-13 Thread via GitHub
xiaoxiang781216 commented on PR #9706: URL: https://github.com/apache/nuttx/pull/9706#issuecomment-1634622889 @anjiahao1 please normalize your config: ``` /github/workspace/sources/nuttx/tools/testbuild.sh: line 338: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such

[nuttx] branch master updated: win/MSVC: add packed_struct macro implement

2023-07-13 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 54740b3ad2 win/MSVC: add packed_struct macro

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9816: win/MSVC: add packed_struct macro implement

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9816: URL: https://github.com/apache/nuttx/pull/9816 -- 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 (b0965ab963 -> b7216d54ff)

2023-07-13 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 b0965ab963 Fix nuttx coding style add b7216d54ff arm64: Use the correct cpu id for fpu idle task init No new

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9811: arm64: Use the correct cpu id for fpu idle task init

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9811: URL: https://github.com/apache/nuttx/pull/9811 -- 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: Fix nuttx coding style

2023-07-13 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 b0965ab963 Fix nuttx coding style b0965ab963

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9813: Fix nuttx coding style

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9813: URL: https://github.com/apache/nuttx/pull/9813 -- 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 (601202ee4a -> d8797bde4e)

2023-07-13 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 601202ee4a arm64: Use the correct aff in up_affinity_irq function add d8797bde4e arm_gicv2: accesses the

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9810: arm64: Use the correct aff in up_affinity_irq function

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9810: URL: https://github.com/apache/nuttx/pull/9810 -- 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: arm64: Use the correct aff in up_affinity_irq function

2023-07-13 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 601202ee4a arm64: Use the correct aff in

[nuttx-apps] branch master updated (73b888869 -> 7cfcb4921)

2023-07-13 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 73b69 gdbstub:Support a general gdbstub, support serial port and network link add 7cfcb4921

[GitHub] [nuttx-apps] raiden00pl merged pull request #1832: cmake/apps: add more applications into cmake support

2023-07-13 Thread via GitHub
raiden00pl merged PR #1832: URL: https://github.com/apache/nuttx-apps/pull/1832 -- 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] raiden00pl opened a new pull request, #1835: cmake: add support for boot utils

2023-07-13 Thread via GitHub
raiden00pl opened a new pull request, #1835: URL: https://github.com/apache/nuttx-apps/pull/1835 ## Summary cmake: add support for boot utils ## Impact ## Testing nrf52/nrf91 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nuttx] raiden00pl opened a new pull request, #9820: cmake: improvements

2023-07-13 Thread via GitHub
raiden00pl opened a new pull request, #9820: URL: https://github.com/apache/nuttx/pull/9820 ## Summary - cmake: avoid warning about DOWNLOAD_EXTRACT_TIMESTAMP in CMake 3.24 - cmake: allow nuttx_add_application to inherit includes from dependent target - cmake: cmse support for

[GitHub] [nuttx] anchao opened a new pull request, #9819: cmake/win32: set default LINK_STACKSIZE to avoid stack overflow

2023-07-13 Thread via GitHub
anchao opened a new pull request, #9819: URL: https://github.com/apache/nuttx/pull/9819 ## Summary cmake/win32: set default LINK_STACKSIZE to avoid stack overflow ## Impact N/A ## Testing cmake -- This is an automated message from the Apache Git

[GitHub] [nuttx-apps] anchao opened a new pull request, #1834: testing/ostest: fix Compiler Warning (level 1) C4716: 'function' must return a value

2023-07-13 Thread via GitHub
anchao opened a new pull request, #1834: URL: https://github.com/apache/nuttx-apps/pull/1834 ## Summary testing/ostest: fix Compiler Warning (level 1) C4716: 'function' must return a value

[GitHub] [nuttx] anchao opened a new pull request, #9818: libs: fix visual studio Compiler Error C2036

2023-07-13 Thread via GitHub
anchao opened a new pull request, #9818: URL: https://github.com/apache/nuttx/pull/9818 ## Summary libs: fix visual studio Compiler Error C2036 D:\code\nuttx\include\nuttx\net\netfilter\ip_tables.h(288,42): error C2036: "void *" : unknown size Reference:

[GitHub] [nuttx] anchao opened a new pull request, #9817: netdev/upperhalf: fix visual studio Compiler Error C2059

2023-07-13 Thread via GitHub
anchao opened a new pull request, #9817: URL: https://github.com/apache/nuttx/pull/9817 ## Summary netdev/upperhalf: fix visual studio Compiler Error C2059 D:\archer\code\nuttx\drivers\net\netdev_upperhalf.c(557,5): error C2059: syntax error : '{' Compiler

[GitHub] [nuttx] anchao opened a new pull request, #9816: win/MSVC: add packed_struct macro implement

2023-07-13 Thread via GitHub
anchao opened a new pull request, #9816: URL: https://github.com/apache/nuttx/pull/9816 ## Summary win/MSVC: add packed_struct macro implement ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To respond

[GitHub] [nuttx] anchao opened a new pull request, #9815: nxstyle: covert utf-8 to ascii

2023-07-13 Thread via GitHub
anchao opened a new pull request, #9815: URL: https://github.com/apache/nuttx/pull/9815 ## Summary nxstyle: covert utf-8 to ascii libs/libc/stdio/lib_libgetstreams.c: C source, UTF-8 Unicode text -> libs/libc/stdio/lib_libgetstreams.c: C source, ASCII text

[GitHub] [nuttx] acassis commented on a diff in pull request #9792: net/udp: Fix the bug of overwriting when the udp recv buffer is full

2023-07-13 Thread via GitHub
acassis commented on code in PR #9792: URL: https://github.com/apache/nuttx/pull/9792#discussion_r1261147196 ## net/udp/udp_callback.c: ## @@ -228,10 +228,6 @@ net_dataevent(FAR struct net_driver_s *dev, FAR struct udp_conn_s *conn, */ ninfo("Dropped %d

[GitHub] [nuttx] acassis commented on issue #6082: Export Make.defs broken, missing HEAD_OBJ, LDENDGROUP, LDSTARTGROUP

2023-07-13 Thread via GitHub
acassis commented on issue #6082: URL: https://github.com/apache/nuttx/issues/6082#issuecomment-1634339561 @ppisa maybe we need to open an issue to get library support for CMakefiles too! -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx-apps] lucasssvaz opened a new pull request, #1833: examples/pwm: Fix duty cycle overflow

2023-07-13 Thread via GitHub
lucasssvaz opened a new pull request, #1833: URL: https://github.com/apache/nuttx-apps/pull/1833 ## Summary This commit fixes the overflow that happens when setting the duty cycle to 100% in the PWM example. It now correctly passes the value `0x` rather than `0x` when

[GitHub] [nuttx] yintao707 opened a new pull request, #9814: net/local: Support the abstract path to connect

2023-07-13 Thread via GitHub
yintao707 opened a new pull request, #9814: URL: https://github.com/apache/nuttx/pull/9814 ## Summary Support the abstract path to connect ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nuttx] yintao707 closed pull request #9812: net/local: Support the abstract path to connect

2023-07-13 Thread via GitHub
yintao707 closed pull request #9812: net/local: Support the abstract path to connect URL: https://github.com/apache/nuttx/pull/9812 -- 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] simbit18 opened a new pull request, #9813: Fix nuttx coding style

2023-07-13 Thread via GitHub
simbit18 opened a new pull request, #9813: URL: https://github.com/apache/nuttx/pull/9813 ## Summary Remove TABs Fix indentation Fix Multi-line comments Fix Comments to the Right of Statements. ## Impact none ## Testing -- This is an automated message from the

[GitHub] [nuttx] yintao707 opened a new pull request, #9812: net/local: Support the abstract path to connect

2023-07-13 Thread via GitHub
yintao707 opened a new pull request, #9812: URL: https://github.com/apache/nuttx/pull/9812 ## Summary Support the abstract path to connect ## Impact None ## Testing Pass vela CI -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] michi-jung commented on issue #8833: w5500 ethernet can not work well

2023-07-13 Thread via GitHub
michi-jung commented on issue #8833: URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1634210413 @laoniaokkk It would be nice to have the `boards/arm/stm32/stm32f4discovery/ether_w5500` configuration running out of the box on upstream nuttx. Could you take care of this? I do

[GitHub] [nuttx] laoniaokkk commented on issue #8833: w5500 ethernet can not work well

2023-07-13 Thread via GitHub
laoniaokkk commented on issue #8833: URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1634200870 > I'm just modifying it(stm32_w5500.c and stm32_exit_gpio.c) based on your docs. The drive of w5500 is correct, and actually your configuration of stm32_w5500 is valid

[GitHub] [nuttx] acassis commented on pull request #9761: Add supoort for hpm6360evk

2023-07-13 Thread via GitHub
acassis commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1634177465 > > @freakishness @pkarashchenko any idea why @liuzhao commit "add support for YT8512 phy" is in the middle of this PR? > > This is my mistake, should I resubmit? I think can

[GitHub] [nuttx] zyfeier opened a new pull request, #9811: arm64: Use the correct cpu id for fpu idle task init

2023-07-13 Thread via GitHub
zyfeier opened a new pull request, #9811: URL: https://github.com/apache/nuttx/pull/9811 ## Summary Use the correct cpu id for fpu idle task init. ## Impact ARM64 ## Testing fvp-armv8r:nsh_smp -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] zyfeier opened a new pull request, #9810: arm64: Use the correct aff in up_affinity_irq function

2023-07-13 Thread via GitHub
zyfeier opened a new pull request, #9810: URL: https://github.com/apache/nuttx/pull/9810 ## Summary Fixed spi affinity fail issuue, set the correct aff in irouter register. ## Impact arm64 gicv3 ## Testing fvp-armv8r:nsh_smp spi test case: ```

[GitHub] [nuttx] michi-jung commented on issue #8833: w5500 ethernet can not work well

2023-07-13 Thread via GitHub
michi-jung commented on issue #8833: URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1634139783 @laoniaokkk Would you be willing to bring your fix upstream? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[nuttx] branch master updated: net: Add msg_peek support for udp and tcp

2023-07-13 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 57bf3e1fea net: Add msg_peek support for udp

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9791: net: Add msg_peek support for udp and tcp

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9791: URL: https://github.com/apache/nuttx/pull/9791 -- 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 merged pull request #9789: libs/libc/getpgid: add getpgid implementation

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9789: URL: https://github.com/apache/nuttx/pull/9789 -- 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: libs/libc/getpgid: add getpgid implementation

2023-07-13 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 79af1cdfe6 libs/libc/getpgid: add getpgid

[nuttx-apps] branch master updated: gdbstub:Support a general gdbstub, support serial port and network link

2023-07-13 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 73b69 gdbstub:Support a general

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1822: gdbstub:Support a general gdbstub, support serial port and network link

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #1822: URL: https://github.com/apache/nuttx-apps/pull/1822 -- 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: Fix nuttx coding style

2023-07-13 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 1b1ac6f3b7 Fix nuttx coding style 1b1ac6f3b7

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9807: Fix nuttx coding style

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #9807: URL: https://github.com/apache/nuttx/pull/9807 -- 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] laoniaokkk closed issue #8833: w5500 ethernet can not work well

2023-07-13 Thread via GitHub
laoniaokkk closed issue #8833: w5500 ethernet can not work well URL: https://github.com/apache/nuttx/issues/8833 -- 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

[GitHub] [nuttx] laoniaokkk commented on issue #8833: w5500 ethernet can not work well

2023-07-13 Thread via GitHub
laoniaokkk commented on issue #8833: URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1634055172 @michi-jung Thank you very much! The net is work well now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] anchao opened a new pull request, #9808: tools/ci: migrate some ci build configurations to CMake

2023-07-13 Thread via GitHub
anchao opened a new pull request, #9808: URL: https://github.com/apache/nuttx/pull/9808 ## Summary tools/ci: migrate some ci build configurations to CMake cmake: fix CMake build break drivers/sensors: fix build warning on GCC-12 cmake/menuconfig: keep comment to original

[GitHub] [nuttx-apps] anchao opened a new pull request, #1832: cmake/apps: add more applications into cmake support

2023-07-13 Thread via GitHub
anchao opened a new pull request, #1832: URL: https://github.com/apache/nuttx-apps/pull/1832 ## Summary cmake/apps: add more applications into cmake support ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] simbit18 opened a new pull request, #9807: Fix nuttx coding style

2023-07-13 Thread via GitHub
simbit18 opened a new pull request, #9807: URL: https://github.com/apache/nuttx/pull/9807 ## Summary Remove TABs Fix indentation Fix Multi-line comments Fix Comments to the Right of Statements. ## Impact none ## Testing -- This is an automated message from the

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1829: iptables: add iptables libary

2023-07-13 Thread via GitHub
xiaoxiang781216 merged PR #1829: URL: https://github.com/apache/nuttx-apps/pull/1829 -- 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: iptables: add iptables libary

2023-07-13 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 bbb2b289c iptables: add iptables libary

  1   2   >