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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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 (
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
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
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
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
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
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 */
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
45 matches
Mail list logo