[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4472: sdio: Update the defintion to the latest spec

2021-10-16 Thread GitBox
xiaoxiang781216 commented on pull request #4472: URL: https://github.com/apache/incubator-nuttx/pull/4472#issuecomment-945059270 @gustavonihei could you merge this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

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

2021-10-16 Thread GitBox
xiaoxiang781216 commented on pull request #4666: URL: https://github.com/apache/incubator-nuttx/pull/4666#issuecomment-945058336 Ok, I found the problem, @masayuki2009 could you try https://github.com/apache/incubator-nuttx/pull/4676? -- This is an automated message from the Apache Git S

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

2021-10-16 Thread GitBox
xiaoxiang781216 opened a new pull request #4676: URL: https://github.com/apache/incubator-nuttx/pull/4676 ## Summary Fix the regression by commit: ``` commit 8b67944c75b81d17174bd207ad63acfa22da8983 Author: Xiang Xiao Date: Thu Oct 14 11:03:07 2021 +0800 sched: R

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

2021-10-16 Thread GitBox
xiaoxiang781216 merged pull request #4670: URL: https://github.com/apache/incubator-nuttx/pull/4670 -- 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

[incubator-nuttx] 05/07: xtensa_testset.c: Simplify the test-set function and remove some old comments.

2021-10-16 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/incubator-nuttx.git commit eeb68bda3d808aba0dace20b72eef3a889bfe7fc Author: Abdelatif Guettouche AuthorDate: Wed Oct 13 10:32:24 2021 +

[incubator-nuttx] 06/07: esp32_spiflash.c: Keep the index of the other CPU between SPI Flash operations.

2021-10-16 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/incubator-nuttx.git commit f54a9290015e2525223a8dac377efbfc8d48ca58 Author: Abdelatif Guettouche AuthorDate: Wed Oct 13 11:11:47 2021 +

[incubator-nuttx] branch master updated (d2bc011 -> 7b43d11)

2021-10-16 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/incubator-nuttx.git. from d2bc011 arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait spinlock. new f2c

[incubator-nuttx] 01/07: esp32_intercpu_interrupt.c: Force the functions to internal SRAM.

2021-10-16 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/incubator-nuttx.git commit f2c23236429dfcde7155e42d8287f641c7e6f099 Author: Abdelatif Guettouche AuthorDate: Wed Jul 21 10:12:22 2021 +

[incubator-nuttx] 02/07: esp32.ld: Force some of libarch.a symbols to internal SRAM. They are used when the cache is disabled.

2021-10-16 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/incubator-nuttx.git commit d1ecb8b2e64c79b1669b39173229b64ba77276be Author: Abdelatif Guettouche AuthorDate: Wed Jul 21 10:16:49 2021 +

[incubator-nuttx] 07/07: esp32_spiflash.c: Allocate only one variable to hold the cache state in single CPU mode.

2021-10-16 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/incubator-nuttx.git commit 7b43d114357d772ed3259de35e134fe30dc75586 Author: Abdelatif Guettouche AuthorDate: Wed Oct 13 12:44:53 2021 +

[incubator-nuttx] 03/07: esp32.ld: Force some of libsched.a symbols to internal SRAM. They are used when the cache is disabled.

2021-10-16 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/incubator-nuttx.git commit 1de17c364f3e1ab10a17e5f360d7ca00eb7260c0 Author: Abdelatif Guettouche AuthorDate: Fri Jul 23 11:34:10 2021 +

[incubator-nuttx] 04/07: esp32_spiflash.c: Pause the other CPU during flash operation.

2021-10-16 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/incubator-nuttx.git commit dfe16378645d6ec4680aecd9a7124d03ced65bae Author: Abdelatif Guettouche AuthorDate: Wed Sep 29 14:08:17 2021 +

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

2021-10-16 Thread GitBox
xiaoxiang781216 commented on pull request #4666: URL: https://github.com/apache/incubator-nuttx/pull/4666#issuecomment-945050035 > @xiaoxiang781216 > > > I noticed that the ostest crashed with esp32-devkitc:smp (QEMU), maix-bit:smp (QEMU), and sim:smp. > > The ostest with spre

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

2021-10-16 Thread GitBox
xiaoxiang781216 commented on issue #4674: URL: https://github.com/apache/incubator-nuttx/issues/4674#issuecomment-945047349 > My questions: > > 1. Where this `CROSSDEV` is defined? Here is the default value: https://github.com/apache/incubator-nuttx/blob/master/arch/risc-v

[GitHub] [incubator-nuttx] microhobby opened a new pull request #4675: boards: k210: Add initial gpio user space support

2021-10-16 Thread GitBox
microhobby opened a new pull request #4675: URL: https://github.com/apache/incubator-nuttx/pull/4675 ## Summary Add initial gpio user space support. Signed-off-by: Matheus Castello ## Impact I think none ... ## Testing Tested on Sipeed Maix Dock k210 us

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4669: arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait spinlock.

2021-10-16 Thread GitBox
xiaoxiang781216 merged pull request #4669: URL: https://github.com/apache/incubator-nuttx/pull/4669 -- 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

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

2021-10-16 Thread GitBox
cederom commented on issue #4648: URL: https://github.com/apache/incubator-nuttx/issues/4648#issuecomment-945007681 Quick progress summary: * `kconfig-frontends` seem abandoned. There are two forks being used by Debian (based on version 4.11.0.1) [1] and Espressif (based on version 4.6)

[GitHub] [incubator-nuttx] cederom closed pull request #4672: tools/configure.sh: Detect and use GNU make (gmake) on BSD platforms.

2021-10-16 Thread GitBox
cederom closed pull request #4672: URL: https://github.com/apache/incubator-nuttx/pull/4672 -- 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: commit

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4666: sched: Remove pidhash_s and move ticks to tcb_s

2021-10-16 Thread GitBox
gustavonihei merged pull request #4666: URL: https://github.com/apache/incubator-nuttx/pull/4666 -- 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

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

2021-10-16 Thread GitBox
masayuki2009 commented on pull request #4666: URL: https://github.com/apache/incubator-nuttx/pull/4666#issuecomment-944906477 -- 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.

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #4672: tools/configure.sh: Detect and use GNU make (gmake) on BSD platforms.

2021-10-16 Thread GitBox
Ouss4 commented on pull request #4672: URL: https://github.com/apache/incubator-nuttx/pull/4672#issuecomment-944954274 > Is tools/sethost.sh the central place for OS detection and environment setup? It's not, it sets some correct configurations in the `.config` file depending on the

[GitHub] [incubator-nuttx] cederom edited a comment on pull request #4673: Cederom add bsd support 20211016

2021-10-16 Thread GitBox
cederom edited a comment on pull request #4673: URL: https://github.com/apache/incubator-nuttx/pull/4673#issuecomment-944973903 -- 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 commen

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

2021-10-16 Thread GitBox
cederom opened a new issue #4674: URL: https://github.com/apache/incubator-nuttx/issues/4674 Hello world :-) After being able to overcome kconfig and initial project configuration on FreeBSD, now I encounter problems with build toolchain. This problem also exist on Linux (Debian 10.

[GitHub] [incubator-nuttx] juniskane opened a new pull request #4668: include/nuttx/net/netconfig.h: add MSS values for usrsock

2021-10-16 Thread GitBox
juniskane opened a new pull request #4668: URL: https://github.com/apache/incubator-nuttx/pull/4668 ## Summary There is actually no way of knowing actual values supported by device/network behind usrsock interface, so use generic dummy values. This change is needed to fix compile error

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4543: esp32: Use device specific lock as much as possible.

2021-10-16 Thread GitBox
xiaoxiang781216 merged pull request #4543: URL: https://github.com/apache/incubator-nuttx/pull/4543 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4669: arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait spinlock.

2021-10-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4669: URL: https://github.com/apache/incubator-nuttx/pull/4669#discussion_r730222823 ## File path: arch/xtensa/src/common/xtensa_cpupause.c ## @@ -231,10 +231,12 @@ int up_cpu_pause(int cpu) * handler from returning unt

[GitHub] [incubator-nuttx] cederom commented on pull request #4673: Cederom add bsd support 20211016

2021-10-16 Thread GitBox
cederom commented on pull request #4673: URL: https://github.com/apache/incubator-nuttx/pull/4673#issuecomment-944973903 -- 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

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4669: arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait spinlock.

2021-10-16 Thread GitBox
Ouss4 opened a new pull request #4669: URL: https://github.com/apache/incubator-nuttx/pull/4669 ## 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

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #4543: esp32: Use device specific lock as much as possible.

2021-10-16 Thread GitBox
Ouss4 commented on pull request #4543: URL: https://github.com/apache/incubator-nuttx/pull/4543#issuecomment-944459916 @masayuki2009 this PR should be ready to be merged. Other issues are addressed by #4670 and #4669 -- This is an automated message from the Apache Git Service. To respon

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

2021-10-16 Thread GitBox
masayuki2009 edited a comment on pull request #4666: URL: https://github.com/apache/incubator-nuttx/pull/4666#issuecomment-944906477 @xiaoxiang781216 I noticed that the ostest crashed with esp32-devkitc:smp (QEMU), maix-bit:smp (QEMU), and sim:smp. -- This is an automated mes

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

2021-10-16 Thread GitBox
Ouss4 commented on pull request #4670: URL: https://github.com/apache/incubator-nuttx/pull/4670#issuecomment-944459100 @masayuki2009 this PR address the issues we've been talking about regarding `esp32-devkitc:wapi_smp` please give it a look. I included both https://github.com/apache

[GitHub] [incubator-nuttx] cederom opened a new pull request #4673: Cederom add bsd support 20211016

2021-10-16 Thread GitBox
cederom opened a new pull request #4673: URL: https://github.com/apache/incubator-nuttx/pull/4673 ## Summary Initial support draft that adds support for *BSD OS for configuration scripts. Needs verification! :-) ## Impact * `tools/configure.sh` * `tools/configure.c` * `to

[GitHub] [incubator-nuttx] cederom opened a new pull request #4672: tools/configure.sh: Detect and use GNU make (gmake) on BSD platforms.

2021-10-16 Thread GitBox
cederom opened a new pull request #4672: URL: https://github.com/apache/incubator-nuttx/pull/4672 Linux uses GNU Make as default, command is `make`. BSD uses BSD Make as default, command is also `make`. BSD can also use GNU Make, but the command is `gmake`. This patch uses `make` on

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4669: arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait spinlock.

2021-10-16 Thread GitBox
Ouss4 commented on a change in pull request #4669: URL: https://github.com/apache/incubator-nuttx/pull/4669#discussion_r730242544 ## File path: arch/xtensa/src/common/xtensa_cpupause.c ## @@ -231,10 +231,12 @@ int up_cpu_pause(int cpu) * handler from returning until up_cpu_

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

2021-10-16 Thread GitBox
Ouss4 opened a new pull request #4670: URL: https://github.com/apache/incubator-nuttx/pull/4670 ## Summary This PR addresses the following issues: - Pause the other CPU when a flash operation is in progress. - Make sure that when the other CPU is paused, is only running code

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #4671: espressif: Provide SPI Flash parameters to MCUboot build

2021-10-16 Thread GitBox
gustavonihei opened a new pull request #4671: URL: https://github.com/apache/incubator-nuttx/pull/4671 ## Summary This PR intends to provide SPI Flash parameters to MCUboot build. This will enable the bootloader to properly configure the SPI Flash peripheral during boot. ## Imp

[GitHub] [incubator-nuttx] patacongo commented on pull request #4672: tools/configure.sh: Detect and use GNU make (gmake) on BSD platforms.

2021-10-16 Thread GitBox
patacongo commented on pull request #4672: URL: https://github.com/apache/incubator-nuttx/pull/4672#issuecomment-944954502 There are two configuration programs tools/configure.sh and tools/configure.c. The latter is faster if any cares about that but also works in any environment, not jus

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4668: include/nuttx/net/netconfig.h: add MSS values for usrsock

2021-10-16 Thread GitBox
xiaoxiang781216 merged pull request #4668: URL: https://github.com/apache/incubator-nuttx/pull/4668 -- 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

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

2021-10-16 Thread GitBox
xiaoxiang781216 commented on pull request #4666: URL: https://github.com/apache/incubator-nuttx/pull/4666#issuecomment-944869723 @gustavonihei could you merge it if no more issue, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4671: espressif: Provide SPI Flash parameters to MCUboot build

2021-10-16 Thread GitBox
xiaoxiang781216 merged pull request #4671: URL: https://github.com/apache/incubator-nuttx/pull/4671 -- 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

[GitHub] [incubator-nuttx] cederom commented on pull request #4672: tools/configure.sh: Detect and use GNU make (gmake) on BSD platforms.

2021-10-16 Thread GitBox
cederom commented on pull request #4672: URL: https://github.com/apache/incubator-nuttx/pull/4672#issuecomment-944953332 -- 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

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

2021-10-16 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 b4ee9a4 Publishing web

[incubator-nuttx] branch master updated: arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait spinlock.

2021-10-16 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new d2bc011 arch/xtensa/xtensa_cpupause

[incubator-nuttx] 01/02: sched/pidhash: init g_pidhash to NULL to avoid wild pointer

2021-10-16 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 commit 13741c9017bc2884f31c41db18405be271f20d70 Author: chao.an AuthorDate: Tue Sep 7 22:54:47 2021 +0800 s

[incubator-nuttx] branch master updated (591c156 -> 8b67944)

2021-10-16 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 591c156 esp32_oneshot_lowerhalf.c: Use the same alignment as the rest of the code base. new 137

[incubator-nuttx] 02/02: sched: Remove pidhash_s and move ticks to tcb_s

2021-10-16 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 commit 8b67944c75b81d17174bd207ad63acfa22da8983 Author: Xiang Xiao AuthorDate: Thu Oct 14 11:03:07 2021 +0800

[incubator-nuttx] 13/16: esp32_wifi_adapter.c: Don't hold another spinlock when calling enter_critical_section, we already hold the global IRQ spinlock.

2021-10-16 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/incubator-nuttx.git commit a50d673df77e30b447d85259be5b912626fe79ce Author: Abdelatif Guettouche AuthorDate: Thu Sep 9 23:50:27 2021 +0

[incubator-nuttx] 06/16: esp32/esp32_spi.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit 2273684cb1fa0f8593c268767b329d8dab4ae63d Author: Abdelatif Guettouche AuthorDate: Mon Sep 27 14:05:52 2021 +

[incubator-nuttx] 14/16: esp32_wifi_adapter.c: Use the specified spin lock when enabling/disabling interrupts.

2021-10-16 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/incubator-nuttx.git commit 0dff3f2762acf24e9cba57617d14d7e4d71883c0 Author: Abdelatif Guettouche AuthorDate: Fri Sep 10 00:09:34 2021 +

[incubator-nuttx] 08/16: esp32_rt_timer.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit e64390d5e96a7e5100e27ef4e2a01e92bb53a6aa Author: Abdelatif Guettouche AuthorDate: Thu Sep 9 12:03:06 2021 +0

[incubator-nuttx] 11/16: esp32_wifi_adapter.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit e847c618019ea819a0658a4a4ea240b8b4f65ba9 Author: Abdelatif Guettouche AuthorDate: Thu Sep 9 16:42:16 2021 +0

[incubator-nuttx] 05/16: esp32/esp32_i2c.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit 0123243f9a46f5446b4d10959581322e043a9be9 Author: Abdelatif Guettouche AuthorDate: Mon Aug 30 11:44:01 2021 +

[incubator-nuttx] 07/16: esp32/esp32_spi_slave.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit c61009c2cfd803f18b1c09415ca54111e7ff548b Author: Abdelatif Guettouche AuthorDate: Wed Sep 8 14:24:55 2021 +0

[incubator-nuttx] 02/16: xtensa/esp32_wdt_lowerhalf.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit 04bd27400a3bdb9403c7b66d492a2719deac8b59 Author: Abdelatif Guettouche AuthorDate: Mon Sep 27 14:04:53 2021 +

[incubator-nuttx] 03/16: esp32/esp32_freerun.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit 698af43d78735b97b161befec05fb7ffa8496ec7 Author: Abdelatif Guettouche AuthorDate: Mon Aug 30 11:36:24 2021 +

[incubator-nuttx] 01/16: arch/xtensa/esp32_tim_lowerhalf.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit 19a096cdfe58cdcb6aaac8c0a012f6cb8fe189a5 Author: Abdelatif Guettouche AuthorDate: Mon Sep 27 14:02:32 2021 +

[incubator-nuttx] branch master updated (ff70558 -> 591c156)

2021-10-16 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/incubator-nuttx.git. from ff70558 xtensa/esp32s2: Provide SPI Flash parameters to MCUboot build new 19a096c arch/xtensa/esp3

[incubator-nuttx] 04/16: esp32/esp32_oneshot_lowerhalf.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit 0af9a49d9c2cc0dff2235faead801bd543290548 Author: Abdelatif Guettouche AuthorDate: Mon Aug 30 11:38:53 2021 +

[incubator-nuttx] 15/16: esp32_rt_timer.c: Group static variables into a struct and fix naming standard

2021-10-16 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/incubator-nuttx.git commit 9e1d2ca95e7fa98efe66127209701d741df56efc Author: Abdelatif Guettouche AuthorDate: Fri Sep 10 10:51:54 2021 +

[incubator-nuttx] 12/16: esp32_rt_timer.c: Don't nest calls to spin_lock_irqsave with a device specific spinlock, this will lead to deadlocks.

2021-10-16 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/incubator-nuttx.git commit 11216257cff327eb762f0f63eea9697ae626f9c2 Author: Abdelatif Guettouche AuthorDate: Thu Sep 9 23:26:47 2021 +0

[incubator-nuttx] 16/16: esp32_oneshot_lowerhalf.c: Use the same alignment as the rest of the code base.

2021-10-16 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/incubator-nuttx.git commit 591c1563b841ec617f4e67ea3dd68dae159fea76 Author: Abdelatif Guettouche AuthorDate: Mon Sep 27 14:06:48 2021 +

[incubator-nuttx] 09/16: esp32_emac.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit 4ae12851243150012463b4184db39b3e96298b92 Author: Abdelatif Guettouche AuthorDate: Thu Sep 9 13:02:04 2021 +0

[incubator-nuttx] 10/16: esp32_wlan.c: Use device specific locks.

2021-10-16 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/incubator-nuttx.git commit 32f7471f9e5fce32067952d9f001f68b22ceead6 Author: Abdelatif Guettouche AuthorDate: Thu Sep 9 13:45:05 2021 +0