[GitHub] [incubator-nuttx-apps] taikoyaP opened a new pull request, #1213: pppd: Fix PAP Request packet.

2022-06-30 Thread GitBox
taikoyaP opened a new pull request, #1213: URL: https://github.com/apache/incubator-nuttx-apps/pull/1213 ## Summary In `netutils/pppd/pap.c`, `pap_task()` function send invalid frame, without ID and password. ## Impact Failed PAP authentication. ## Testing AM Telecom A

[incubator-nuttx] branch master updated: fs/fat: Fix a bug that long file name cannot be found

2022-06-30 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new fa1fad50b9 fs/fat: Fix a bug that lo

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6545: fs/fat: Fix a bug that long file name cannot be found

2022-06-30 Thread GitBox
xiaoxiang781216 merged PR #6545: URL: https://github.com/apache/incubator-nuttx/pull/6545 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6542: Nucleo Wl55JC board supports E-ink display

2022-06-30 Thread GitBox
xiaoxiang781216 merged PR #6542: URL: https://github.com/apache/incubator-nuttx/pull/6542 -- 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-unsubs

[incubator-nuttx] branch master updated: Nucleo Wl55JC board supports E-ink display

2022-06-30 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new fafe91cec6 Nucleo Wl55JC board suppo

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1213: pppd: Fix PAP Request packet.

2022-06-30 Thread GitBox
xiaoxiang781216 commented on PR #1213: URL: https://github.com/apache/incubator-nuttx-apps/pull/1213#issuecomment-1170874307 @taikoyaP please fix the warning report here: https://github.com/apache/incubator-nuttx-apps/runs/7126806669?check_suite_focus=true -- This is an automated mess

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1213: pppd: Fix PAP Request packet.

2022-06-30 Thread GitBox
xiaoxiang781216 commented on PR #1213: URL: https://github.com/apache/incubator-nuttx-apps/pull/1213#issuecomment-1170889246 let's squash the second patch into the first? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] mlyszczek commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-06-30 Thread GitBox
mlyszczek commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1171050306 Yeah, so I've compiled stub code and my flash increased by 18kB. It will probably take similar ammount of memory to compile and I don't suppose there is some trickery to share f

[GitHub] [incubator-nuttx] acassis commented on issue #6536: Fix files in the repository with hyphen

2022-06-30 Thread GitBox
acassis commented on issue #6536: URL: https://github.com/apache/incubator-nuttx/issues/6536#issuecomment-1171231240 Ok, I will close this issue -- 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 t

[GitHub] [incubator-nuttx] acassis closed issue #6536: Fix files in the repository with hyphen

2022-06-30 Thread GitBox
acassis closed issue #6536: Fix files in the repository with hyphen URL: https://github.com/apache/incubator-nuttx/issues/6536 -- 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. T

[GitHub] [incubator-nuttx] acassis commented on issue #6531: IMXRT USB speed may need to be forced to FULL when CONFIG_USBDEV_DUALSPEED is not configured

2022-06-30 Thread GitBox
acassis commented on issue #6531: URL: https://github.com/apache/incubator-nuttx/issues/6531#issuecomment-1171235762 @edsut did you try to ask help from PX4 community as well since it is also related to QGC? I think there are more people using it and they will help to validate if your modi

[incubator-nuttx-apps] branch master updated: pppd: Fix PAP Request packet.

2022-06-30 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 943df4cb6 pppd: Fix PAP Request

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1213: pppd: Fix PAP Request packet.

2022-06-30 Thread GitBox
xiaoxiang781216 merged PR #1213: URL: https://github.com/apache/incubator-nuttx-apps/pull/1213 -- 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-u

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1211: Added Neopixel Example

2022-06-30 Thread GitBox
pkarashchenko commented on code in PR #1211: URL: https://github.com/apache/incubator-nuttx-apps/pull/1211#discussion_r911096544 ## examples/ws2812/ws2812_main.c: ## @@ -0,0 +1,315 @@ +/ + * apps/exampl

[GitHub] [incubator-nuttx] onegray commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-06-30 Thread GitBox
onegray commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1171451344 Just to note, as for STM32WB (which uses same IPCC hardware) it is not possible to run user code on CPU2, only vendor encrypted binaries. For BLE we have `bt_driver`, but for ZigB

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-06-30 Thread GitBox
xiaoxiang781216 commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1171480823 > Yeah, so I've compiled stub code and my flash increased by 18kB. It will probably take similar ammount of memory to compile on second CPU and I don't suppose there is so

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request, #6546: Remove "0x" prefix preceding "%p" specifier on format string

2022-06-30 Thread GitBox
gustavonihei opened a new pull request, #6546: URL: https://github.com/apache/incubator-nuttx/pull/6546 ## Summary This PR intends to fix some Syslog message strings when %p is passed as the format specifier. The "p" format specifier already prepends the pointer address with "0x" w

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-06-30 Thread GitBox
xiaoxiang781216 commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1171514627 Linux contain several subsystem for IPC: hardware spinlock: https://docs.kernel.org/locking/hwspinlock.html mailbox: https://www.kernel.org/doc/html/latest/drive

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-06-30 Thread GitBox
xiaoxiang781216 commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1171520018 > Just to note, as for STM32WB (which uses same IPCC hardware) it is not possible to run user code on CPU2, only vendor encrypted binaries. For BLE we have `bt_driver`, bu

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-06-30 Thread GitBox
pkarashchenko commented on code in PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#discussion_r911326090 ## sched/semaphore/sem_holder.c: ## @@ -489,117 +411,52 @@ static int nxsem_restoreholderprio(FAR struct semholder_s *pholder, nxsem_freeholder(sem

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-06-30 Thread GitBox
pkarashchenko commented on code in PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#discussion_r911326478 ## sched/wqueue/kwork_inherit.c: ## @@ -66,91 +66,40 @@ static void lpwork_boostworker(pid_t wpid, uint8_t reqprio) wtcb = nxsched_get_tcb(wpid); DEB

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-06-30 Thread GitBox
pkarashchenko commented on code in PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#discussion_r911326908 ## sched/wqueue/kwork_inherit.c: ## @@ -173,128 +122,69 @@ static void lpwork_boostworker(pid_t wpid, uint8_t reqprio) static void lpwork_restoreworker

[incubator-nuttx] branch master updated (fafe91cec6 -> 1416afc6b6)

2022-06-30 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/incubator-nuttx.git from fafe91cec6 Nucleo Wl55JC board supports E-ink display new 5ce77fad1b arch: Remove "0x" prefix pre

[incubator-nuttx] 02/03: libs: Remove "0x" prefix preceding "%p" specifier on format string

2022-06-30 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/incubator-nuttx.git commit 470287fe5cf332697f06e567cdbddf1036c738df Author: Gustavo Henrique Nihei AuthorDate: Thu Jun 30 14:33:04

[incubator-nuttx] 01/03: arch: Remove "0x" prefix preceding "%p" specifier on format string

2022-06-30 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/incubator-nuttx.git commit 5ce77fad1b6569ec323fe86e6b0b86297d6a1906 Author: Gustavo Henrique Nihei AuthorDate: Thu Jun 30 14:29:59

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6546: Remove "0x" prefix preceding "%p" specifier on format string

2022-06-30 Thread GitBox
pkarashchenko merged PR #6546: URL: https://github.com/apache/incubator-nuttx/pull/6546 -- 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

[incubator-nuttx] 03/03: sched: Remove "0x" prefix preceding "%p" specifier on format string

2022-06-30 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/incubator-nuttx.git commit 1416afc6b62c1391eec2e067f010dd323e163f41 Author: Gustavo Henrique Nihei AuthorDate: Thu Jun 30 14:34:24

[GitHub] [incubator-nuttx] acassis commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-06-30 Thread GitBox
acassis commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1171634112 @xiaoxiang781216 @mlyszczek I think it is good to have a light IPC on NuttX and of course the fact of having it doesn't mean people cannot use rpmsg or openamp (or their both inte

[GitHub] [incubator-nuttx] acassis commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-06-30 Thread GitBox
acassis commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1171635063 @xiaoxiang781216 did you see that: https://www.redhat.com/en/blog/deep-dive-virtio-networking-and-vhost-net ? So I'll include eventfd as another IPC supported on Linux (and Nutt

[GitHub] [incubator-nuttx] acassis commented on pull request #6528: Added RP2040 Boards: Adafruit KB2040 and Adafruit Feather RP2040

2022-06-30 Thread GitBox
acassis commented on PR #6528: URL: https://github.com/apache/incubator-nuttx/pull/6528#issuecomment-1171638535 @btashton could you please review and remove the Change Request? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[incubator-nuttx-website] branch asf-site updated: Publishing web: 3c980bc717a3874c683a1bd2a48c64c33af05833 docs: 1416afc6b62c1391eec2e067f010dd323e163f41

2022-06-30 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 4fddd9d Publishing web

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request, #6547: libc: Fix getrandom() bug: Didn't propagate read error

2022-06-30 Thread GitBox
hartmannathan opened a new pull request, #6547: URL: https://github.com/apache/incubator-nuttx/pull/6547 ## Summary In function getrandom(): We were assigning the return value of _NX_READ() to nbytes, a variable of the unsigned type size_t. Note that _NX_READ() resolves to either rea

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request, #6548: tiva: Add UART CTS/RTS support

2022-06-30 Thread GitBox
hartmannathan opened a new pull request, #6548: URL: https://github.com/apache/incubator-nuttx/pull/6548 ## Summary In Tiva architecture's lower-half serial (UART) driver, the Kconfigs to enable RTS and/or CTS were not being honored. This PR adds this support. ## Impact

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6547: libc: Fix getrandom() bug: Didn't propagate read error

2022-06-30 Thread GitBox
xiaoxiang781216 merged PR #6547: URL: https://github.com/apache/incubator-nuttx/pull/6547 -- 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-unsubs

[incubator-nuttx] branch master updated (1416afc6b6 -> bf91047f33)

2022-06-30 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/incubator-nuttx.git from 1416afc6b6 sched: Remove "0x" prefix preceding "%p" specifier on format string add bf91047f33 libc:

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6548: tiva: Add UART CTS/RTS support

2022-06-30 Thread GitBox
xiaoxiang781216 merged PR #6548: URL: https://github.com/apache/incubator-nuttx/pull/6548 -- 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-unsubs

[incubator-nuttx] branch master updated: tiva: Add UART CTS/RTS support

2022-06-30 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new a3688b0c3b tiva: Add UART CTS/RTS su

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-06-30 Thread GitBox
xiaoxiang781216 commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1171903202 > @xiaoxiang781216 did you see that: https://www.redhat.com/en/blog/deep-dive-virtio-networking-and-vhost-net ? So I'll include eventfd as another IPC supported on Linux (

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6422: New stm32wb chip family

2022-06-30 Thread GitBox
xiaoxiang781216 merged PR #6422: URL: https://github.com/apache/incubator-nuttx/pull/6422 -- 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-unsubs

[GitHub] [incubator-nuttx] adamkaliszan opened a new pull request, #6549: Esp32 lilygo tty t5v2 bugfix

2022-06-30 Thread GitBox
adamkaliszan opened a new pull request, #6549: URL: https://github.com/apache/incubator-nuttx/pull/6549 E-ink initialization failed because small bug in the code (just 5 missing chars ## Summary Fixed BSP for Esp32 lilygotty t5v2 board ## Impact None ## Testing Yes

[GitHub] [incubator-nuttx] btashton merged pull request #6528: Added RP2040 Boards: Adafruit KB2040 and Adafruit Feather RP2040

2022-06-30 Thread GitBox
btashton merged PR #6528: URL: https://github.com/apache/incubator-nuttx/pull/6528 -- 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...@n

[incubator-nuttx] branch master updated (4285274c31 -> feb5c5307a)

2022-06-30 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 4285274c31 New stm32wb chip family add 0c3db448bb Added Adafruit Feather RP2040, Adafruit KB2040 and

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6543: net_if: add IFF_LOOPBACK/POINTOPOINT/MULTICAST/BROADCAST

2022-06-30 Thread GitBox
pkarashchenko commented on code in PR #6543: URL: https://github.com/apache/incubator-nuttx/pull/6543#discussion_r911645771 ## include/net/if.h: ## @@ -46,32 +46,48 @@ /* Interface flag bits */ -#define IFF_DOWN (1 << 0) /* Interface is down */ -#define IFF_UP

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6543: net_if: add IFF_LOOPBACK/POINTOPOINT/MULTICAST/BROADCAST

2022-06-30 Thread GitBox
pkarashchenko commented on code in PR #6543: URL: https://github.com/apache/incubator-nuttx/pull/6543#discussion_r911646566 ## include/nuttx/net/netdev.h: ## @@ -242,7 +242,7 @@ struct net_driver_s /* Drivers interface flags. See IFF_* definitions in include/net/if.h */

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6550: arch: Move up_getsp from arch.h to irq.h

2022-06-30 Thread GitBox
xiaoxiang781216 opened a new pull request, #6550: URL: https://github.com/apache/incubator-nuttx/pull/6550 ## Summary since all other special register operation in irq.h ## Impact code refactor ## Testing pass CI -- This is an automated message from the Apache Gi