[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8645: mutex: move nxmutex to sched

2023-03-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8645: URL: https://github.com/apache/nuttx/pull/8645#discussion_r1133050151 ## libs/libc/mutex/mutex_is_hold.c: ## @@ -0,0 +1,50 @@ +/ + * libs/libc/mutex/mutex_i

[GitHub] [nuttx] pussuw commented on a diff in pull request #8740: signal/sig_dispatch: Fix sending the same signal twice

2023-03-11 Thread via GitHub
pussuw commented on code in PR #8740: URL: https://github.com/apache/nuttx/pull/8740#discussion_r1133048434 ## sched/signal/sig_dispatch.c: ## @@ -373,11 +373,11 @@ int nxsig_tcbdispatch(FAR struct tcb_s *stcb, siginfo_t *info) #endif { #ifdef CONFIG_LIB_SYSCALL - /

[GitHub] [nuttx] pussuw commented on a diff in pull request #8740: signal/sig_dispatch: Fix sending the same signal twice

2023-03-11 Thread via GitHub
pussuw commented on code in PR #8740: URL: https://github.com/apache/nuttx/pull/8740#discussion_r1133048434 ## sched/signal/sig_dispatch.c: ## @@ -373,11 +373,11 @@ int nxsig_tcbdispatch(FAR struct tcb_s *stcb, siginfo_t *info) #endif { #ifdef CONFIG_LIB_SYSCALL - /

[GitHub] [nuttx] anjiahao1 commented on a diff in pull request #8786: sig_timewait:changes the macro for waitticks

2023-03-11 Thread via GitHub
anjiahao1 commented on code in PR #8786: URL: https://github.com/apache/nuttx/pull/8786#discussion_r1133060871 ## sched/signal/sig_timedwait.c: ## @@ -319,7 +323,7 @@ int nxsig_timedwait(FAR const sigset_t *set, FAR struct siginfo *info, * time in nanoseconds.

[GitHub] [nuttx] raiden00pl opened a new pull request, #8792: drivers/bluetooth: bth4 depends on bluetooth definitions

2023-03-11 Thread via GitHub
raiden00pl opened a new pull request, #8792: URL: https://github.com/apache/nuttx/pull/8792 ## Summary drivers/bluetooth: bth4 depends on bluetooth definitions ## Impact fix compilation errors ## Testing sim/btuart without DRIVERS_BLUETOOTH selected -- This is an automat

[GitHub] [nuttx] raiden00pl opened a new pull request, #8793: nrf52/nrf53: various fixes

2023-03-11 Thread via GitHub
raiden00pl opened a new pull request, #8793: URL: https://github.com/apache/nuttx/pull/8793 ## Summary - nrf52/nrf53: lowputc: fix compilation if flow control enabled - nrf52/nrf53/sdc: define BLE max connection if NET_BLUETOOTH=n - nrf53: UART1 available only on the app core

[GitHub] [nuttx] raiden00pl opened a new pull request, #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl opened a new pull request, #8794: URL: https://github.com/apache/nuttx/pull/8794 ## Summary wireless/bluetooth: add RPMSG HCI controller support related issue https://github.com/apache/nuttx/issues/8766 FYI @xiaoxiang781216 ## Impact The bluetooth HCI con

[GitHub] [nuttx] raiden00pl opened a new pull request, #8795: NRF53: add support for RPMSG HCI

2023-03-11 Thread via GitHub
raiden00pl opened a new pull request, #8795: URL: https://github.com/apache/nuttx/pull/8795 ## Summary - boards/nrf5340-dk: add procfs support - arch/nrf53: add RPMSG HCI controller support - boards/nrf5340-dk: add RPMSG HCI controller support and examples ## Impact BLE

[GitHub] [nuttx] raiden00pl merged pull request #8791: pwm.h: add comment regarding possible channel numbers

2023-03-11 Thread via GitHub
raiden00pl merged PR #8791: URL: https://github.com/apache/nuttx/pull/8791 -- 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.apa

[nuttx] branch master updated: pwm.h: add comment regarding possible channel numbers

2023-03-11 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 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 c4d8bbd190 pwm.h: add comment regarding possibl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #8789: Add Broadcom APDS9922 ambient light and proximity sensor

2023-03-11 Thread via GitHub
TimJTi commented on code in PR #8789: URL: https://github.com/apache/nuttx/pull/8789#discussion_r1133068390 ## drivers/sensors/apds9922.c: ## @@ -0,0 +1,2587 @@ +/ + * drivers/sensors/apds9922.c + * + *

[GitHub] [nuttx] TimJTi commented on pull request #8789: Add Broadcom APDS9922 ambient light and proximity sensor

2023-03-11 Thread via GitHub
TimJTi commented on PR #8789: URL: https://github.com/apache/nuttx/pull/8789#issuecomment-1464885456 I will look an Monday and see if the sensor subsystem can co-exist or does, actually, provide for my "use case" as well as the generic one. Initial reaction was "oh no, I spent weeks getting

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8786: sig_timewait:changes the macro for waitticks

2023-03-11 Thread via GitHub
pkarashchenko commented on code in PR #8786: URL: https://github.com/apache/nuttx/pull/8786#discussion_r1133071780 ## sched/signal/sig_timedwait.c: ## @@ -319,7 +323,7 @@ int nxsig_timedwait(FAR const sigset_t *set, FAR struct siginfo *info, * time in nanoseconds.

[GitHub] [nuttx] raiden00pl opened a new pull request, #8796: nrf5340-dk: add sdc net core examples

2023-03-11 Thread via GitHub
raiden00pl opened a new pull request, #8796: URL: https://github.com/apache/nuttx/pull/8796 ## Summary nrf5340-dk: add sdc net core examples In practice, not very useful due to the enormous size of SoftDevice, which occupies almost all available net core flash. Can be helpful in

[GitHub] [nuttx] raiden00pl commented on pull request #8795: NRF53: add support for RPMSG HCI

2023-03-11 Thread via GitHub
raiden00pl commented on PR #8795: URL: https://github.com/apache/nuttx/pull/8795#issuecomment-1464903254 depends on https://github.com/apache/nuttx/pull/8794 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8795: NRF53: add support for RPMSG HCI

2023-03-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8795: URL: https://github.com/apache/nuttx/pull/8795#discussion_r1133085099 ## boards/arm/nrf53/nrf5340-dk/src/nrf53_bringup.c: ## @@ -32,21 +33,122 @@ #ifdef CONFIG_USERLED # include #endif +#ifdef CONFIG_RPMSG_UART +# include +#e

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133085347 ## drivers/wireless/bluetooth/bt_rpmsghci.c: ## @@ -0,0 +1,535 @@ +/ + * drivers/wireless/b

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133086714 ## drivers/wireless/bluetooth/bt_rpmsghci.h: ## @@ -0,0 +1,95 @@ +/ + * drivers/wireless/bl

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133087159 ## drivers/wireless/bluetooth/bt_rpmsghci.c: ## @@ -0,0 +1,535 @@ +/ + * drivers/wireless/b

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133087928 ## drivers/wireless/bluetooth/bt_rpmsghci_server.c: ## @@ -0,0 +1,547 @@ +/ + * drivers/wir

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133089319 ## drivers/wireless/bluetooth/bt_rpmsghci.c: ## @@ -0,0 +1,535 @@ +/ + * drivers/wireless/b

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133089673 ## drivers/wireless/bluetooth/bt_rpmsghci.c: ## @@ -0,0 +1,535 @@ +/ + * drivers/wireless/b

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133089916 ## drivers/wireless/bluetooth/bt_rpmsghci_server.c: ## @@ -0,0 +1,547 @@ +/ + * drivers/wir

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133090550 ## drivers/wireless/bluetooth/bt_rpmsghci_server.c: ## @@ -0,0 +1,547 @@ +/ + * drivers/wir

[GitHub] [nuttx] raiden00pl commented on pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on PR #8794: URL: https://github.com/apache/nuttx/pull/8794#issuecomment-1464923665 @xiaoxiang781216 thanks for the review. Fixes as a separate commit, I'll squash after approval. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8794: wireless/bluetooth: add RPMSG HCI controller support

2023-03-11 Thread via GitHub
raiden00pl commented on code in PR #8794: URL: https://github.com/apache/nuttx/pull/8794#discussion_r1133089319 ## drivers/wireless/bluetooth/bt_rpmsghci.c: ## @@ -0,0 +1,535 @@ +/ + * drivers/wireless/b

[GitHub] [nuttx] qiaohaijiao commented on a diff in pull request #8775: audio: add audio_dma device driver.

2023-03-11 Thread via GitHub
qiaohaijiao commented on code in PR #8775: URL: https://github.com/apache/nuttx/pull/8775#discussion_r1133108736 ## drivers/audio/audio_dma.c: ## @@ -0,0 +1,607 @@ +/ + * drivers/audio/audio_dma.c + * +

[GitHub] [nuttx] acassis commented on a diff in pull request #8793: nrf52/nrf53: various fixes

2023-03-11 Thread via GitHub
acassis commented on code in PR #8793: URL: https://github.com/apache/nuttx/pull/8793#discussion_r1133159876 ## arch/arm/src/nrf53/Kconfig: ## @@ -205,9 +205,16 @@ config NRF53_SDC_PERIPHERAL_COUNT determines the number of central roles from the following:

[GitHub] [nuttx] acassis commented on pull request #8789: Add Broadcom APDS9922 ambient light and proximity sensor

2023-03-11 Thread via GitHub
acassis commented on PR #8789: URL: https://github.com/apache/nuttx/pull/8789#issuecomment-1465048318 Hi @TimJTi the sensor subsystem is new to me as well, but I think all drivers will end-up using it. Maybe @xiaoxiang781216 and @huxiandong could give more details. -- This is an automat

[GitHub] [nuttx] acassis commented on a diff in pull request #8789: Add Broadcom APDS9922 ambient light and proximity sensor

2023-03-11 Thread via GitHub
acassis commented on code in PR #8789: URL: https://github.com/apache/nuttx/pull/8789#discussion_r1133160438 ## drivers/sensors/apds9922.c: ## @@ -0,0 +1,2587 @@ +/ + * drivers/sensors/apds9922.c + * + *

[GitHub] [nuttx] acassis merged pull request #8792: drivers/bluetooth: bth4 depends on bluetooth definitions

2023-03-11 Thread via GitHub
acassis merged PR #8792: URL: https://github.com/apache/nuttx/pull/8792 -- 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 (c4d8bbd190 -> b9fd059914)

2023-03-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 c4d8bbd190 pwm.h: add comment regarding possible channel numbers add b9fd059914 drivers/bluetooth: bth4 depends o

[GitHub] [nuttx] acassis commented on issue #8790: Errors getting started with C++ example

2023-03-11 Thread via GitHub
acassis commented on issue #8790: URL: https://github.com/apache/nuttx/issues/8790#issuecomment-1465050260 @icolwell-as normall the error ``` Kconfig:2204: can't open file "/Kconfig" make: *** [tools/Unix.mk:656: olddefconfig] Error 1 ``` Happens when you have the directoyu

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: b9fd059914ecf14e31b4db7310f3caeb8d7a8d10

2023-03-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 2e7658f7 Publishing web: b50f5ca4

[GitHub] [nuttx] zouboan opened a new pull request, #8797: sensor/mpu60x0: Fix some error bit and width macro

2023-03-11 Thread via GitHub
zouboan opened a new pull request, #8797: URL: https://github.com/apache/nuttx/pull/8797 ## Summary 1. mask of m bits should be `(1