[GitHub] [nuttx] kcheshmedzhiev commented on pull request #9853: Initial support for NUCLEO-U5A5ZJ-Q board

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9853: Initial support for NUCLEO-U5A5ZJ-Q board

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] xiaoxiang781216 closed issue #9850: macOS related build failure

2023-07-18 Thread via GitHub
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,

[nuttx] branch master updated (3d8324962a -> d524403c4c)

2023-07-18 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 3d8324962a drivers: usbhost_hub: usb communication memory should use DRVR_ALLOC add 8ff9ca064e CI: workaround

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9855: CI: workaround Cython issue

2023-07-18 Thread via GitHub
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

[nuttx] branch master updated: drivers: usbhost_hub: usb communication memory should use DRVR_ALLOC

2023-07-18 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 3d8324962a drivers: usbhost_hub: usb communica

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9852: drivers: usbhost_hub: usb communication memory should use DRVR_ALLOC

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] patacongo commented on a diff in pull request #9848: sched/signal/sig_nanosleep: fix the clock_nanosleep posix case

2023-07-18 Thread via GitHub
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 >

[GitHub] [nuttx] patacongo commented on a diff in pull request #9848: sched/signal/sig_nanosleep: fix the clock_nanosleep posix case

2023-07-18 Thread via GitHub
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 >

[GitHub] [nuttx] patacongo commented on a diff in pull request #9848: sched/signal/sig_nanosleep: fix the clock_nanosleep posix case

2023-07-18 Thread via GitHub
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 >

[GitHub] [nuttx] patacongo commented on a diff in pull request #9848: sched/signal/sig_nanosleep: fix the clock_nanosleep posix case

2023-07-18 Thread via GitHub
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 >

[GitHub] [nuttx] patacongo commented on a diff in pull request #9848: sched/signal/sig_nanosleep: fix the clock_nanosleep posix case

2023-07-18 Thread via GitHub
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 >

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9848: sched/signal/sig_nanosleep: fix the clock_nanosleep posix case

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] chenzhihong007 commented on a diff in pull request #9852: drivers: usbhost_hub: usb communication memory should use DRVR_ALLOC

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9852: drivers: usbhost_hub: usb communication memory should use DRVR_ALLOC

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] chenzhihong007 commented on a diff in pull request #9852: drivers: usbhost_hub: usb communication memory should use DRVR_ALLOC

2023-07-18 Thread via GitHub
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

[nuttx-website] branch asf-site updated: Publishing web: 07abea83aab63736f2895f109c448ae631509f46 docs: fcc2398078f1763b39122adb3bbfb04878c49d43

2023-07-18 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 30464375 Publishing web: 07abea83

[GitHub] [nuttx] yamt opened a new pull request, #9855: CI: workaround Cython issue

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] raiden00pl opened a new pull request, #9854: tools/ci: migrate some ci build configurations to CMake

2023-07-18 Thread via GitHub
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,

[GitHub] [nuttx] kcheshmedzhiev opened a new pull request, #9853: Initial support for NUCLEO-U5A5ZJ-Q board

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] TimJTi opened a new issue, #9092: Removing app via menuconfig causes build fail

2023-07-18 Thread via GitHub
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?

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9852: drivers: usbhost_hub: usb communication memory should use DRVR_ALLOC

2023-07-18 Thread via GitHub
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

[nuttx] branch master updated (f9386282dc -> fcc2398078)

2023-07-18 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 f9386282dc driver/audio: low level reset must always succeed add 65ad9c2b7e Fix PLLSAI clock frequency add

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9847: stm32f777zit6-meadow: Add usbnsh board profile

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9847: stm32f777zit6-meadow: Add usbnsh board profile

2023-07-18 Thread via GitHub
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

[nuttx-apps] branch master updated: system/nxdiag: Fix race condition during build

2023-07-18 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 6f56e69a1 system/nxdiag: Fix race conditi

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1844: system/nxdiag: Fix race condition during build

2023-07-18 Thread via GitHub
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...

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1844: system/nxdiag: Fix race condition during build

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] mks2183 commented on issue #9850: macOS related build failure

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] mu578 commented on issue #9850: macOS related build failure

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] acassis commented on issue #9850: macOS related build failure

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx] btashton commented on issue #9850: macOS related build failure

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx-apps] no1wudi closed pull request #1845: Move Wasm.mk to end of file since it need definition from Application

2023-07-18 Thread via GitHub
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

[nuttx] branch master updated: driver/audio: low level reset must always succeed

2023-07-18 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 f9386282dc driver/audio: low level reset must al

[GitHub] [nuttx] acassis commented on issue #9850: macOS related build failure

2023-07-18 Thread via GitHub
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

[nuttx] branch master updated (7eff229838 -> c269adbff1)

2023-07-18 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 7eff229838 tools/ci/checkpatch: add cmake style check into ci-check add c269adbff1 arch/risc-v/src/mpfs/mpfs_ddr.

[GitHub] [nuttx] acassis merged pull request #9851: arch/risc-v/src/mpfs/mpfs_ddr.c: Correct erroneous register addresses…

2023-07-18 Thread via GitHub
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

[nuttx] branch master updated (075eb6a6d2 -> 7eff229838)

2023-07-18 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 075eb6a6d2 net/udp: Change conn->readahead to I/O buffer chain add 7eff229838 tools/ci/checkpatch: add cmake styl

[GitHub] [nuttx] acassis merged pull request #9849: tools/ci/checkpatch: add cmake style check into ci-check

2023-07-18 Thread via GitHub
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

[GitHub] [nuttx-apps] no1wudi opened a new pull request, #1845: Move Wasm.mk to end of file since it need definition from Application

2023-07-18 Thread via GitHub
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