Ouss4 commented on pull request #4670:
URL: https://github.com/apache/incubator-nuttx/pull/4670#issuecomment-945417935
@masayuki2009 yes I will create backport PRs. Thanks for the reminder.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
no1wudi commented on a change in pull request #4627:
URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r730545710
##
File path: sched/task/task_cancelpt.c
##
@@ -153,7 +153,20 @@ bool enter_cancellation_point(void)
else
#endif
no1wudi commented on a change in pull request #4627:
URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r730544651
##
File path: libs/libc/sched/task_exit.c
##
@@ -0,0 +1,115 @@
+/
+ *
no1wudi commented on a change in pull request #4627:
URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r730544038
##
File path: syscall/syscall.csv
##
@@ -79,6 +79,9 @@
"nx_vsyslog","nuttx/syslog/syslog.h","","int","int","FAR const IPTR char
*","FAR va_list
masayuki2009 commented on pull request #4670:
URL: https://github.com/apache/incubator-nuttx/pull/4670#issuecomment-945227511
@Ouss4
I think we should merge this PR to releases/10.2.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
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 be07739 Publishing web
cederom edited a comment on issue #4648:
URL:
https://github.com/apache/incubator-nuttx/issues/4648#issuecomment-945220020
I have managed to build and flash `esp32c3-devkit:ble` on FreeBSD :-) It
gets a boot loop problem but the build seem to have worked just the same as on
Linux Debian,
cederom edited a comment on issue #4648:
URL:
https://github.com/apache/incubator-nuttx/issues/4648#issuecomment-945220020
I have managed to build and flash `esp32c3-devkit:ble` on FreeBSD :-) It
gets a boot loop problem but the build seem to have worked just the same as on
Linux Debian,
cederom commented on issue #4648:
URL:
https://github.com/apache/incubator-nuttx/issues/4648#issuecomment-945220020
I have managed to build and flash `esp32c3-devkit:ble` on FreeBSD :-) It
gets a boot loop problem but the build seem to have worked just the same as on
Linux Debian, probabl
cederom edited a comment on issue #4674:
URL:
https://github.com/apache/incubator-nuttx/issues/4674#issuecomment-945206929
Thanks @xiaoxiang781216 and @Ouss4 (at the mailing lit) for the hints :-)
The quickest way to overcome this problem is to use `make
CROSSDEV=riscv32-esp-elf-`.
cederom edited a comment on issue #4674:
URL:
https://github.com/apache/incubator-nuttx/issues/4674#issuecomment-945206929
Thanks @xiaoxiang781216 and @Ouss4 (at the mailing lit) for the hints :-)
The quickest way to overcome this problem is to use `make
CROSSDEV=riscv32-esp-elf-`.
cederom commented on issue #4674:
URL:
https://github.com/apache/incubator-nuttx/issues/4674#issuecomment-945206929
Thanks @xiaoxiang781216 and @Ouss4 (at the mailing lit) for the hints :-)
The quickest way to overcome this problem is to use `make
CROSSDEV=riscv32-esp-elf-`.
xiaoxiang781216 commented on a change in pull request #4627:
URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r730456350
##
File path: syscall/syscall.csv
##
@@ -79,6 +79,9 @@
"nx_vsyslog","nuttx/syslog/syslog.h","","int","int","FAR const IPTR char
*","FAR
Ouss4 merged pull request #4678:
URL: https://github.com/apache/incubator-nuttx/pull/4678
--
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-
This is an automated email from the ASF dual-hosted git repository.
aguettouche 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 3e1ce5f arch/arm/src/imxrt/hardwa
hartmannathan commented on pull request #4591:
URL: https://github.com/apache/incubator-nuttx/pull/4591#issuecomment-945137192
> > since the caller already hold the net lock before.
>
> @xiaoxiang781216 can we be sure of this? I tried to follow the calls, but
in some cases I couldn't
masayuki2009 merged pull request #4677:
URL: https://github.com/apache/incubator-nuttx/pull/4677
--
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: c
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 643e34e sdio: Update the defintion to the latest spec
add 7549de4 arch/*_cpupause:Allow a spin befo
masayuki2009 commented on pull request #4677:
URL: https://github.com/apache/incubator-nuttx/pull/4677#issuecomment-945103942
LGTM.
--
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 specif
michallenc opened a new pull request #4678:
URL: https://github.com/apache/incubator-nuttx/pull/4678
## Summary
This commit adds header file imxrt_adc_etc.h for external ADC trigger
module. This contains only definitions of ADC_ETC registers and separate bits,
implementation of ADC_ETC
Ouss4 opened a new pull request #4677:
URL: https://github.com/apache/incubator-nuttx/pull/4677
## Summary
If we repeatedly call up_cpu_pause and up_cpu_resume, there would be
cases where the next call to up_cpu_pause happens while the other CPU is
still responding to the previous r
Ouss4 commented on pull request #4591:
URL: https://github.com/apache/incubator-nuttx/pull/4591#issuecomment-945084043
> since the caller already hold the net lock before.
@xiaoxiang781216 can we be sure of this? I tried to follow the calls, but
in some cases I couldn't find a lock
gustavonihei merged pull request #4472:
URL: https://github.com/apache/incubator-nuttx/pull/4472
--
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: c
This is an automated email from the ASF dual-hosted git repository.
gustavonihei 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 643e34e sdio: Update the definti
masayuki2009 commented on pull request #4666:
URL: https://github.com/apache/incubator-nuttx/pull/4666#issuecomment-945073123
> Ok, I found the problem, @masayuki2009 could you try #4676?
@xiaoxiang781216
Thanks, the PR fixes the problem.
--
This is an automated message fro
masayuki2009 merged pull request #4675:
URL: https://github.com/apache/incubator-nuttx/pull/4675
--
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: c
This is an automated email from the ASF dual-hosted git repository.
masayuki 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 5c15fe6 boards: k210: Add initial gp
masayuki2009 merged pull request #4676:
URL: https://github.com/apache/incubator-nuttx/pull/4676
--
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: c
This is an automated email from the ASF dual-hosted git repository.
masayuki 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 4a7915e sched: Check g_pidhash[hash_
29 matches
Mail list logo