[GitHub] [incubator-nuttx] Ouss4 commented on pull request #4670: arch/esp32: Few fixes around SPI Flash to make it SMP friendly.

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

2021-10-17 Thread GitBox
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 @@ +/ + *

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4670: arch/esp32: Few fixes around SPI Flash to make it SMP friendly.

2021-10-17 Thread GitBox
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

[incubator-nuttx-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: 3e1ce5f770e4c1235d8ccf7452c9352a24de9ec6

2021-10-17 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 be07739 Publishing web

[GitHub] [incubator-nuttx] cederom edited a comment on issue #4648: NuttX and FreeBSD / BSD

2021-10-17 Thread GitBox
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,

[GitHub] [incubator-nuttx] cederom edited a comment on issue #4648: NuttX and FreeBSD / BSD

2021-10-17 Thread GitBox
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,

[GitHub] [incubator-nuttx] cederom commented on issue #4648: NuttX and FreeBSD / BSD

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] cederom edited a comment on issue #4674: RISC-V Toolchain hardcoded in CROSSDEV to riscv64-unknown-elf-

2021-10-17 Thread GitBox
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-`.

[GitHub] [incubator-nuttx] cederom edited a comment on issue #4674: RISC-V Toolchain hardcoded in CROSSDEV to riscv64-unknown-elf-

2021-10-17 Thread GitBox
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-`.

[GitHub] [incubator-nuttx] cederom commented on issue #4674: RISC-V Toolchain hardcoded in CROSSDEV to riscv64-unknown-elf-

2021-10-17 Thread GitBox
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-`.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] Ouss4 merged pull request #4678: arch/arm/src/imxrt/hardware: add header file for ADC_ETC module

2021-10-17 Thread GitBox
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-

[incubator-nuttx] branch master updated: arch/arm/src/imxrt/hardware: add header file for ADC_ETC module

2021-10-17 Thread aguettouche
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

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #4591: net/devif: Remove the unnecessary net lock/unlock in devif_callback

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4677: arch/*_cpupause:Allow a spin before taking the g_cpu_wait spinlock.

2021-10-17 Thread GitBox
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

[incubator-nuttx] branch master updated (643e34e -> 7549de4)

2021-10-17 Thread masayuki
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4677: arch/*_cpupause:Allow a spin before taking the g_cpu_wait spinlock.

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] michallenc opened a new pull request #4678: arch/arm/src/imxrt/hardware: add header file for ADC_ETC module

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4677: arch/*_cpupause:Allow a spin before taking the g_cpu_wait spinlock.

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #4591: net/devif: Remove the unnecessary net lock/unlock in devif_callback

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4472: sdio: Update the defintion to the latest spec

2021-10-17 Thread GitBox
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

[incubator-nuttx] branch master updated: sdio: Update the defintion to the latest spec

2021-10-17 Thread gustavonihei
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4666: sched: Remove pidhash_s and move ticks to tcb_s

2021-10-17 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4675: boards: risc-v: k210: Add initial gpio user space support

2021-10-17 Thread GitBox
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

[incubator-nuttx] branch master updated: boards: k210: Add initial gpio user space support

2021-10-17 Thread masayuki
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

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4676: sched: Check g_pidhash[hash_ndx] isn't NULL before access pid field in nxsched_get_tcb

2021-10-17 Thread GitBox
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

[incubator-nuttx] branch master updated: sched: Check g_pidhash[hash_ndx] isn't NULL before access pid field in nxsched_get_tcb

2021-10-17 Thread masayuki
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_