[GitHub] [nuttx] wangyingdong1 opened a new pull request, #9791: net: Add msg_peek support for udp and tcp

2023-07-11 Thread via GitHub
wangyingdong1 opened a new pull request, #9791: URL: https://github.com/apache/nuttx/pull/9791 ## 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 t

[GitHub] [nuttx] wangyingdong1 closed pull request #9788: net: Add tcp/udp msg_peek support and tcp zero probe

2023-07-11 Thread via GitHub
wangyingdong1 closed pull request #9788: net: Add tcp/udp msg_peek support and tcp zero probe URL: https://github.com/apache/nuttx/pull/9788 -- 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 speci

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9788: net: Add tcp/udp msg_peek support and tcp zero probe

2023-07-11 Thread via GitHub
xiaoxiang781216 commented on PR #9788: URL: https://github.com/apache/nuttx/pull/9788#issuecomment-1631890543 let's split the unrelated patch to the different pr @wangyingdong1 . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9790: signal: SIGKILL or SIGSTOP cannot be caught

2023-07-11 Thread via GitHub
pkarashchenko commented on code in PR #9790: URL: https://github.com/apache/nuttx/pull/9790#discussion_r1260588897 ## include/signal.h: ## @@ -236,7 +235,10 @@ # define SIG_HOLD ((_sa_handler_t)1) /* Used only with sigset() */ #endif -#define tkill(tid, signo) tgkil

[GitHub] [nuttx] fxysunshine opened a new pull request, #9790: Signal fix

2023-07-11 Thread via GitHub
fxysunshine opened a new pull request, #9790: URL: https://github.com/apache/nuttx/pull/9790 ## Summary From posix spec, SIGKILL and SIGSTOP cannot be caught, and shall not be added to the signal mask, this restriction shall be enforced by the system. SIGCONT can be caught. When S

[GitHub] [nuttx] extinguish opened a new pull request, #9789: libs/libc/getpgid: add getpgid implementation

2023-07-11 Thread via GitHub
extinguish opened a new pull request, #9789: URL: https://github.com/apache/nuttx/pull/9789 ## Summary 1. the getpgid function can help to pass the ltp/open_posix_testsuite/killpg related testcases 2. NuttX do not support process group, so we use the process id as process group id

[GitHub] [nuttx] wangyingdong1 opened a new pull request, #9788: net: Add msg_peek support for udp and tcp

2023-07-11 Thread via GitHub
wangyingdong1 opened a new pull request, #9788: URL: https://github.com/apache/nuttx/pull/9788 ## 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 t

[GitHub] [nuttx] CV-Bowen commented on pull request #9297: virtio: add virtio framework in NuttX

2023-07-11 Thread via GitHub
CV-Bowen commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1631762905 @masayuki2009 Because I do not have raspi3b+ board (I will buy one later). I added som debug log (commit 2) in virtio-blk to debug the problem in qemu-kvm. Could you help me to test it?

[GitHub] [nuttx] terry0012 opened a new pull request, #9787: drivers/lcd: add area alignment ioctl for lcd driver

2023-07-11 Thread via GitHub
terry0012 opened a new pull request, #9787: URL: https://github.com/apache/nuttx/pull/9787 ## Summary Some special LCD drivers require input data to be aligned, such as starting row and column, width, height, data address, etc. So, we need to add a ioctl command to get the ali

[nuttx] branch master updated (980462bf27 -> 9c6f48e57b)

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 980462bf27 set CONFIG_PTHREAD_STACK_MIN as DEFAULT_MM_PGSIZE`s default value and sysconf add param _SC_THREAD_STACK

[nuttx] 02/02: drivers/segger: add RTT serial support

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 9c6f48e57b27918b52c583c70bf45a8179cb4d53 Author: yinshengkai AuthorDate: Thu Jul 6 22:09:05 2023 +0800 drivers/se

[nuttx] 01/02: drivers/rtt: check whether Jlink is connected

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit e1553e840771204e2fe2e6933df3b125f8e84f15 Author: yinshengkai AuthorDate: Thu Jul 6 22:09:05 2023 +0800 drivers/rt

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9777: Add SEGGER RTT serial/console support

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9777: URL: https://github.com/apache/nuttx/pull/9777 -- 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...@nutt

[nuttx-website] branch asf-site updated: Publishing web: 8e851a05e38d691daba0a4a399ad969a6f0d1788 docs: 980462bf279a1d04e8bdff2f243dff59a025a983

2023-07-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new c83cda5c Publishing web: 8e851a05

[nuttx] branch master updated (c253bb91a2 -> 980462bf27)

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c253bb91a2 drivers/net: Add wireless ops in upper-half driver add 980462bf27 set CONFIG_PTHREAD_STACK_MIN as DE

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9773: set CONFIG_PTHREAD_STACK_MIN as DEFAULT_MM_PGSIZE`s default value and

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9773: URL: https://github.com/apache/nuttx/pull/9773 -- 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...@nutt

[nuttx] branch master updated (a7a47621fa -> c253bb91a2)

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from a7a47621fa net/local: Support the socketpair interface of local udp socket. add c253bb91a2 drivers/net: Add wi

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9772: drivers/net: Add wireless ops in upper-half driver

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9772: URL: https://github.com/apache/nuttx/pull/9772 -- 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...@nutt

[nuttx] branch master updated: net/local: Support the socketpair interface of local udp socket.

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new a7a47621fa net/local: Support the socketpair i

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9778: net/local: Support the socketpair interface of local udp socket.

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9778: URL: https://github.com/apache/nuttx/pull/9778 -- 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...@nutt

[GitHub] [nuttx] acassis commented on pull request #9782: tools: add a convert tool to help migrate from make to cmake

2023-07-11 Thread via GitHub
acassis commented on PR #9782: URL: https://github.com/apache/nuttx/pull/9782#issuecomment-1631377195 I agree @raiden00pl !!! It will make NuttX integration easier! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[nuttx] 03/04: cmake: add support for stm32h7

2023-07-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 6dcfe61b0e90510037010f33f34f68336951d741 Author: raiden00pl AuthorDate: Tue Jul 11 11:24:38 2023 +0200 cmake: add s

[nuttx] 02/04: cmake: add support for stm32f7

2023-07-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ab6fd2e6c8f53e415c060ae27fd8278a2c5952b1 Author: raiden00pl AuthorDate: Tue Jul 11 11:24:25 2023 +0200 cmake: add s

[nuttx] 04/04: cmake: convert some stm32 boards

2023-07-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 92040a2bdffbdd44d7988f2ce1597cc864190891 Author: raiden00pl AuthorDate: Tue Jul 11 13:00:00 2023 +0200 cmake: conve

[nuttx] 01/04: cmake: sync arch/stm32/CMakeLists.txt with Make.defs

2023-07-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ca3d213402fb9f5282a3328c8c37e6531f866f13 Author: raiden00pl AuthorDate: Tue Jul 11 11:24:00 2023 +0200 cmake: sync

[nuttx] branch master updated (a3db142fbf -> 92040a2bdf)

2023-07-11 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 a3db142fbf drivers/video: use kmm_free(buff) to free memory instead of realloc(buff, 0) which is abandoned new c

[GitHub] [nuttx] acassis merged pull request #9783: cmake: some fixes for stm32 and support for stm32f7 and stm32h7

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

[nuttx] branch master updated (c33d1c9c97 -> a3db142fbf)

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c33d1c9c97 sched/task/fork: add fork implementation add a3db142fbf drivers/video: use kmm_free(buff) to free me

[nuttx] branch master updated: sched/task/fork: add fork implementation

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new c33d1c9c97 sched/task/fork: add fork implement

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9755: sched/task/fork: add fork implementation

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9755: URL: https://github.com/apache/nuttx/pull/9755 -- 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...@nutt

[GitHub] [nuttx] fjpanag commented on issue #9775: Experiencing system crashes with upd sendto

2023-07-11 Thread via GitHub
fjpanag commented on issue #9775: URL: https://github.com/apache/nuttx/issues/9775#issuecomment-1631273999 @Shark7Pepper can you please describe the "crash" that you are facing? This has been discussed [here](https://lists.apache.org/thread/rlf40pkcqdxn15h6gtzl50m6fz0f5xt1), and it w

[nuttx] branch master updated: drivers/spi: add support for qspi hwfeatures

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 5d7864fbcb drivers/spi: add support for qspi h

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9759: drivers/spi: add support for qspi hwfeatures

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9759: URL: https://github.com/apache/nuttx/pull/9759 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9785: cmake: fix NUTTX_COMMON_DIR definition

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9785: URL: https://github.com/apache/nuttx/pull/9785 -- 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...@nutt

[nuttx] branch master updated (9681c52517 -> 1f641fd63b)

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 9681c52517 Fix nuttx coding style add 1f641fd63b cmake: fix NUTTX_COMMON_DIR definition No new revisions were

[nuttx] branch master updated: Fix nuttx coding style

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 9681c52517 Fix nuttx coding style 9681c52517 i

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

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9784: URL: https://github.com/apache/nuttx/pull/9784 -- 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...@nutt

[GitHub] [nuttx] mu578 commented on pull request #9774: change clockid_t type from uint8_t to int

2023-07-11 Thread via GitHub
mu578 commented on PR #9774: URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630964668 @xiaoxiang781216 — 這裡有兩個不同的問題 , 是的 , 現在我明白了 ~ -- 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

[nuttx] branch master updated: change clockid_t type from uint8_t to int

2023-07-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 2529f371ee change clockid_t type from uint8_t

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9774: change clockid_t type from uint8_t to int

2023-07-11 Thread via GitHub
xiaoxiang781216 merged PR #9774: URL: https://github.com/apache/nuttx/pull/9774 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9774: change clockid_t type from uint8_t to int

2023-07-11 Thread via GitHub
xiaoxiang781216 commented on PR #9774: URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630927355 > ok I have seen the context masking within for instance pthread still that is a `` by any means. I have noticed a lot of breakage regarding the relationship between user defined li

[GitHub] [nuttx] mu578 commented on pull request #9774: change clockid_t type from uint8_t to int

2023-07-11 Thread via GitHub
mu578 commented on PR #9774: URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630917525 ok I have seen the context masking within for instance pthread still that is a `` by any means. I have noticed a lot of breakage regarding the relationship between user defined libc APIs and

[GitHub] [nuttx-apps] raiden00pl commented on a diff in pull request #1800: nimble: various improvements for nimble intergartion

2023-07-11 Thread via GitHub
raiden00pl commented on code in PR #1800: URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259786511 ## wireless/bluetooth/nimble/Makefile: ## @@ -20,18 +20,24 @@ include $(APPDIR)/Make.defs -PRIORITY = 255 -STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE) - NIMBLE_

[GitHub] [nuttx] CV-Bowen commented on pull request #9297: virtio: add virtio framework in NuttX

2023-07-11 Thread via GitHub
CV-Bowen commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1630888031 Rebase to the last to solve the CI problem. In addition, I also update the iperf score. @masayuki2009 About the error `error: kvm run failed Function not implemented`, seems this is

[GitHub] [nuttx] patacongo commented on pull request #9776: drivers: return sequential characters for /dev/zero device

2023-07-11 Thread via GitHub
patacongo commented on PR #9776: URL: https://github.com/apache/nuttx/pull/9776#issuecomment-1630869594 /dev/zero is not specified by POSIX AFAIK but is common to most Unix implementations. It is, for example, described in https://en.wikipedia.org/wiki//dev/zero > "/dev/zero is a [

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #9782: tools: add a convert tool to help migrate from make to cmake

2023-07-11 Thread via GitHub
raiden00pl commented on code in PR #9782: URL: https://github.com/apache/nuttx/pull/9782#discussion_r1259763325 ## tools/nxmake2cmake.py: ## @@ -0,0 +1,219 @@ +#!/usr/bin/env python3 + +# tools/nxmake2cm

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #9783: cmake: some fixes for stm32 and support for stm32f7 and stm32h7

2023-07-11 Thread via GitHub
raiden00pl commented on code in PR #9783: URL: https://github.com/apache/nuttx/pull/9783#discussion_r1259758598 ## boards/arm/stm32/b-g431b-esc1/CMakeLists.txt: ## @@ -0,0 +1,22 @@ + +# ## +# boards/arm

[GitHub] [nuttx] raiden00pl commented on pull request #9782: tools: add a convert tool to help migrate from make to cmake

2023-07-11 Thread via GitHub
raiden00pl commented on PR #9782: URL: https://github.com/apache/nuttx/pull/9782#issuecomment-1630856161 @acassis That's right, using two build systems is a pain. I personally migrate all my NuttX based code to CMake now. I was a bit skeptical about CMake as I don't know it at all, bu

[GitHub] [nuttx] acassis commented on pull request #9781: syslog: add syslog channel filtering function

2023-07-11 Thread via GitHub
acassis commented on PR #9781: URL: https://github.com/apache/nuttx/pull/9781#issuecomment-1630845852 @Gary-Hobson I think you missed to include a Documentation here: https://nuttx.apache.org/docs/latest/components/drivers/special/syslog.html -- This is an automated message from the Apac

[GitHub] [nuttx] acassis commented on a diff in pull request #9783: cmake: some fixes for stm32 and support for stm32f7 and stm32h7

2023-07-11 Thread via GitHub
acassis commented on code in PR #9783: URL: https://github.com/apache/nuttx/pull/9783#discussion_r1259740187 ## boards/arm/stm32/b-g431b-esc1/CMakeLists.txt: ## @@ -0,0 +1,22 @@ + +# ## +# boards/arm/st

[GitHub] [nuttx] raiden00pl opened a new pull request, #9785: cmake: fix NUTTX_COMMON_DIR definition

2023-07-11 Thread via GitHub
raiden00pl opened a new pull request, #9785: URL: https://github.com/apache/nuttx/pull/9785 ## Summary cmake: fix NUTTX_COMMON_DIR definition ## Impact fix warnings if CONFIG_ARCH_BOARD_COMMON=y ## Testing -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] lucasssvaz commented on a diff in pull request #9782: tools: add a convert tool to help migrate from make to cmake

2023-07-11 Thread via GitHub
lucasssvaz commented on code in PR #9782: URL: https://github.com/apache/nuttx/pull/9782#discussion_r1259733983 ## tools/nxmake2cmake.py: ## @@ -0,0 +1,219 @@ +#!/usr/bin/env python3 + +# tools/nxmake2cm

[GitHub] [nuttx] acassis commented on pull request #9782: tools: add a convert tool to help migrate from make to cmake

2023-07-11 Thread via GitHub
acassis commented on PR #9782: URL: https://github.com/apache/nuttx/pull/9782#issuecomment-1630828643 @raiden00pl that is a great idea! In fact working on two build systems at same time it not easy, at least this script will help to simplify the process! -- This is an automated message f

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1800: nimble: various improvements for nimble intergartion

2023-07-11 Thread via GitHub
pkarashchenko commented on code in PR #1800: URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259727650 ## wireless/bluetooth/nimble/Makefile: ## @@ -20,18 +20,24 @@ include $(APPDIR)/Make.defs -PRIORITY = 255 -STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE) - NIMB

[nuttx] branch master updated: time: add up_perf_init weak_function

2023-07-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 81553deb53 time: add up_perf_init weak_function

[GitHub] [nuttx] acassis merged pull request #9779: time: add up_perf_init weak_function

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

[GitHub] [nuttx-apps] g2gps opened a new issue, #1828: Issue building ELF programs with no symbol tables.

2023-07-11 Thread via GitHub
g2gps opened a new issue, #1828: URL: https://github.com/apache/nuttx-apps/issues/1828 This was originally raised by @acassis in #1816 and #1810. However I've only just got a chance to have a look at it. To summarize, applications built against Nuttx export when following the instruc

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

2023-07-11 Thread via GitHub
simbit18 opened a new pull request, #9784: URL: https://github.com/apache/nuttx/pull/9784 ## Summary Remove TABs Fix indentation ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx-apps] raiden00pl commented on a diff in pull request #1800: nimble: various improvements for nimble intergartion

2023-07-11 Thread via GitHub
raiden00pl commented on code in PR #1800: URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259626093 ## wireless/bluetooth/nimble/Makefile: ## @@ -20,18 +20,24 @@ include $(APPDIR)/Make.defs -PRIORITY = 255 -STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE) - NIMBLE_

[GitHub] [nuttx] raiden00pl opened a new pull request, #9783: cmake: some fixes for stm32 and support for stm32f7 and stm32h7

2023-07-11 Thread via GitHub
raiden00pl opened a new pull request, #9783: URL: https://github.com/apache/nuttx/pull/9783 ## Summary - cmake: sync arch/stm32/CMakeLists.txt with Make.defs - cmake: add support for stm32f7 - cmake: add support for stm32h7 - cmake: convert some stm32 boards ## Impact

[GitHub] [nuttx] raiden00pl opened a new pull request, #9782: tools: add a convert tool to help migrate from make to cmake

2023-07-11 Thread via GitHub
raiden00pl opened a new pull request, #9782: URL: https://github.com/apache/nuttx/pull/9782 ## Summary A simple tool that convert arch/board makefiles to cmake files. Tested with stm32, don't know if it'll work with other architectures. It's a really dumb not finished tool that is

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1800: nimble: various improvements for nimble intergartion

2023-07-11 Thread via GitHub
pkarashchenko commented on code in PR #1800: URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259567886 ## wireless/bluetooth/nimble/Makefile: ## @@ -20,18 +20,24 @@ include $(APPDIR)/Make.defs -PRIORITY = 255 -STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE) - NIMB

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1800: nimble: various improvements for nimble intergartion

2023-07-11 Thread via GitHub
pkarashchenko commented on code in PR #1800: URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1259560314 ## wireless/bluetooth/nimble/Makefile: ## @@ -20,18 +20,24 @@ include $(APPDIR)/Make.defs -PRIORITY = 255 -STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE) - NIMB

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9774: change clockid_t type from uint8_t to int

2023-07-11 Thread via GitHub
xiaoxiang781216 commented on PR #9774: URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630573906 > That's not true POSIX defines it as an `arithmetic type`; vendor specific (one of the reasons it belongs to `` and should be declared there not in `` as defined per POSIX specs) ;

[GitHub] [nuttx-apps] Gary-Hobson opened a new pull request, #1827: syste/setlogmask: add syslog channel filtering function

2023-07-11 Thread via GitHub
Gary-Hobson opened a new pull request, #1827: URL: https://github.com/apache/nuttx-apps/pull/1827 ## Summary add syslog channel filtering function ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #9781: syslog: add syslog channel filtering function

2023-07-11 Thread via GitHub
Gary-Hobson opened a new pull request, #9781: URL: https://github.com/apache/nuttx/pull/9781 ## Summary support to control the opening or closing of the specified channel through the syslogmask command at runtime ## Impact ## Testing -- This is an automated messag

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #9780: Fix syslog stack usage is too large

2023-07-11 Thread via GitHub
Gary-Hobson opened a new pull request, #9780: URL: https://github.com/apache/nuttx/pull/9780 ## Summary Using %pV in syslog will lead to nested calls, which will increase the stack consumption If LIBC_NUMBERED_ARGS is enabled, calling lib_sprintf in syslog will use a few hundred b

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #9779: time: add up_perf_init weak_function

2023-07-11 Thread via GitHub
Gary-Hobson opened a new pull request, #9779: URL: https://github.com/apache/nuttx/pull/9779 ## Summary add up_perf_init weak_function ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [nuttx] liqinhuixm opened a new pull request, #9778: net/local: Support the socketpair interface of local udp socket.

2023-07-11 Thread via GitHub
liqinhuixm opened a new pull request, #9778: URL: https://github.com/apache/nuttx/pull/9778 ## Summary Add the proccessing logic of udp socketpair, and modify the logic of sending and receiving for udp socketpair. ## Impact Support the socketpair interface of local udp soc

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #9777: Rtt serial

2023-07-11 Thread via GitHub
Gary-Hobson opened a new pull request, #9777: URL: https://github.com/apache/nuttx/pull/9777 ## Summary Add RTT serial support usage: 1. Connect Jlink, start JLinkGDBServer JLinkGDBServer -if SWD -device stm32h743zi -speed 16000 2. Listen to the RTT port data and f

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #9776: drivers: return sequential characters for /dev/zero device

2023-07-11 Thread via GitHub
Gary-Hobson opened a new pull request, #9776: URL: https://github.com/apache/nuttx/pull/9776 ## Summary It will return all characters between ' '(0x20)-'~'(0x7e). ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [nuttx] Gary-Hobson closed pull request #7554: drivers/segger: add rtt console support

2023-07-11 Thread via GitHub
Gary-Hobson closed pull request #7554: drivers/segger: add rtt console support URL: https://github.com/apache/nuttx/pull/7554 -- 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