kcheshmedzhiev commented on PR #9853:
URL: https://github.com/apache/nuttx/pull/9853#issuecomment-1641483622
I did it... I think so.
--
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 c
xiaoxiang781216 commented on PR #9853:
URL: https://github.com/apache/nuttx/pull/9853#issuecomment-1641452027
@kcheshmedzhiev please rebase your change to the last master, macOS ci
brokein was fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
xiaoxiang781216 closed issue #9850: macOS related build failure
URL: https://github.com/apache/nuttx/issues/9850
--
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,
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 3d8324962a drivers: usbhost_hub: usb communication memory should use
DRVR_ALLOC
add 8ff9ca064e CI: workaround
xiaoxiang781216 merged PR #9855:
URL: https://github.com/apache/nuttx/pull/9855
--
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
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 3d8324962a drivers: usbhost_hub: usb communica
xiaoxiang781216 merged PR #9852:
URL: https://github.com/apache/nuttx/pull/9852
--
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
patacongo commented on code in PR #9848:
URL: https://github.com/apache/nuttx/pull/9848#discussion_r1267507292
##
sched/signal/sig_nanosleep.c:
##
@@ -261,6 +262,11 @@ int clock_nanosleep(clockid_t clockid, int flags,
{
int ret;
+ if (clockid < CLOCK_REALTIME || clockid >
patacongo commented on code in PR #9848:
URL: https://github.com/apache/nuttx/pull/9848#discussion_r1267507292
##
sched/signal/sig_nanosleep.c:
##
@@ -261,6 +262,11 @@ int clock_nanosleep(clockid_t clockid, int flags,
{
int ret;
+ if (clockid < CLOCK_REALTIME || clockid >
patacongo commented on code in PR #9848:
URL: https://github.com/apache/nuttx/pull/9848#discussion_r1267507292
##
sched/signal/sig_nanosleep.c:
##
@@ -261,6 +262,11 @@ int clock_nanosleep(clockid_t clockid, int flags,
{
int ret;
+ if (clockid < CLOCK_REALTIME || clockid >
patacongo commented on code in PR #9848:
URL: https://github.com/apache/nuttx/pull/9848#discussion_r1267507292
##
sched/signal/sig_nanosleep.c:
##
@@ -261,6 +262,11 @@ int clock_nanosleep(clockid_t clockid, int flags,
{
int ret;
+ if (clockid < CLOCK_REALTIME || clockid >
patacongo commented on code in PR #9848:
URL: https://github.com/apache/nuttx/pull/9848#discussion_r1267507292
##
sched/signal/sig_nanosleep.c:
##
@@ -261,6 +262,11 @@ int clock_nanosleep(clockid_t clockid, int flags,
{
int ret;
+ if (clockid < CLOCK_REALTIME || clockid >
pkarashchenko commented on code in PR #9848:
URL: https://github.com/apache/nuttx/pull/9848#discussion_r1267498589
##
sched/signal/sig_nanosleep.c:
##
@@ -261,6 +262,11 @@ int clock_nanosleep(clockid_t clockid, int flags,
{
int ret;
+ if (clockid < CLOCK_REALTIME || clock
chenzhihong007 commented on code in PR #9852:
URL: https://github.com/apache/nuttx/pull/9852#discussion_r1267490408
##
drivers/usbhost/usbhost_hub.c:
##
@@ -538,42 +539,51 @@ static inline int usbhost_hubdesc(FAR struct
usbhost_class_s *hubclass)
usbhost_putle16(ctrlreq->ind
xiaoxiang781216 commented on code in PR #9852:
URL: https://github.com/apache/nuttx/pull/9852#discussion_r1267448817
##
drivers/usbhost/usbhost_hub.c:
##
@@ -538,42 +539,51 @@ static inline int usbhost_hubdesc(FAR struct
usbhost_class_s *hubclass)
usbhost_putle16(ctrlreq->in
chenzhihong007 commented on code in PR #9852:
URL: https://github.com/apache/nuttx/pull/9852#discussion_r1267436628
##
drivers/usbhost/usbhost_hub.c:
##
@@ -538,42 +539,51 @@ static inline int usbhost_hubdesc(FAR struct
usbhost_class_s *hubclass)
usbhost_putle16(ctrlreq->ind
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 30464375 Publishing web: 07abea83
yamt opened a new pull request, #9855:
URL: https://github.com/apache/nuttx/pull/9855
## 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 to the spe
raiden00pl opened a new pull request, #9854:
URL: https://github.com/apache/nuttx/pull/9854
## Summary
tools/ci: migrate some ci build configurations to CMake
## Impact
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the message,
kcheshmedzhiev opened a new pull request, #9853:
URL: https://github.com/apache/nuttx/pull/9853
## Summary
This PR adds support for stm32u5 NUCLEO-U5A5ZJ-Q board
## Impact
stm32u5 files in arch/arm/include/stm32u5 and arch/arm/src/stm32u5
directories. All files containing stm323u585
TimJTi opened a new issue, #9092:
URL: https://github.com/apache/nuttx/issues/9092
If you deselect an app using` make menuconfig `the build always fails, even
if you do a `make clean` and a `make apps_clean.`
The only solution is a `make distclean` which doesn't seem right to me?
xiaoxiang781216 commented on code in PR #9852:
URL: https://github.com/apache/nuttx/pull/9852#discussion_r1266977390
##
drivers/usbhost/usbhost_hub.c:
##
@@ -538,42 +539,51 @@ static inline int usbhost_hubdesc(FAR struct
usbhost_class_s *hubclass)
usbhost_putle16(ctrlreq->in
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 f9386282dc driver/audio: low level reset must always succeed
add 65ad9c2b7e Fix PLLSAI clock frequency
add
xiaoxiang781216 merged PR #9847:
URL: https://github.com/apache/nuttx/pull/9847
--
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
xiaoxiang781216 commented on PR #9847:
URL: https://github.com/apache/nuttx/pull/9847#issuecomment-1640486481
let's ignore the macOS ci broken.
--
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
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 6f56e69a1 system/nxdiag: Fix race conditi
xiaoxiang781216 merged PR #1844:
URL: https://github.com/apache/nuttx-apps/pull/1844
--
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...
xiaoxiang781216 commented on PR #1844:
URL: https://github.com/apache/nuttx-apps/pull/1844#issuecomment-1640481097
let's ignore the macOS ci broken.
--
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
mks2183 commented on issue #9850:
URL: https://github.com/apache/nuttx/issues/9850#issuecomment-1640461234
Hi Sir @acassis / @btashton,
Sir @btashton , I am totally unaware of the issue but issue with pypi as per
first instance as mentioned by Sir @acassis and you told. Sorry for my
mu578 commented on issue #9850:
URL: https://github.com/apache/nuttx/issues/9850#issuecomment-1640460816
This a cython 3.0 issue, it is broken within python 3.12 ; till today the
only solution that is to get prev version install, meanwhile, I agree relaying
on pip is tricky, I have that exp
acassis commented on issue #9850:
URL: https://github.com/apache/nuttx/issues/9850#issuecomment-1640389908
You are right @btashton, this is not related to download timeout or similar
as in the past, seems like some modification in the pypi files itself. But
having a controlled mirror we cou
btashton commented on issue #9850:
URL: https://github.com/apache/nuttx/issues/9850#issuecomment-1640276123
> @mks2183 I think the issue is related to some MacOS downloaded file. I
don't know much about the CI, but maybe we need to create a dedicated mirror to
avoid these frequent errors on
no1wudi closed pull request #1845: Move Wasm.mk to end of file since it need
definition from Application
URL: https://github.com/apache/nuttx-apps/pull/1845
--
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
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 f9386282dc driver/audio: low level reset must al
acassis commented on issue #9850:
URL: https://github.com/apache/nuttx/issues/9850#issuecomment-1640207711
@mks2183 I think the issue is related to some MacOS downloaded file. I don't
know much about the CI, but maybe we need to create a dedicated mirror to avoid
these frequent errors on Ma
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 7eff229838 tools/ci/checkpatch: add cmake style check into ci-check
add c269adbff1 arch/risc-v/src/mpfs/mpfs_ddr.
acassis merged PR #9851:
URL: https://github.com/apache/nuttx/pull/9851
--
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
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 075eb6a6d2 net/udp: Change conn->readahead to I/O buffer chain
add 7eff229838 tools/ci/checkpatch: add cmake styl
acassis merged PR #9849:
URL: https://github.com/apache/nuttx/pull/9849
--
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
no1wudi opened a new pull request, #1845:
URL: https://github.com/apache/nuttx-apps/pull/1845
## Summary
Move Wasm.mk to end of file since it need definition from Application itself.
## Impact
Wasm build only
## Testing
CI and local machine
--
This is an automate
40 matches
Mail list logo