[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588856989 ## File path: tools/nxstyle.c ## @@ -831,6 +831,57 @@ int main(int argc, char **argv, char **envp) ERROR("Missing file hea

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588857156 ## File path: tools/Makefile.host ## @@ -131,7 +131,8 @@ endif # nxstyle - Check a file for compliance to NuttX coding style nxstyle$(

[GitHub] [incubator-nuttx] ReimuNotMoe opened a new issue #2988: STM32L151 I2C problems

2021-03-06 Thread GitBox
ReimuNotMoe opened a new issue #2988: URL: https://github.com/apache/incubator-nuttx/issues/2988 I'm currently porting NuttX to a new (not publicly released yet) board. It uses STM32L151C8T6-A MCU. However, I can't properly read data from I2C devices using the i2ctool. I can l

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2985: stm32 Ethernet hardening

2021-03-06 Thread GitBox
xiaoxiang781216 merged pull request #2985: URL: https://github.com/apache/incubator-nuttx/pull/2985 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated (e223f60 -> da2f9f1)

2021-03-06 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 e223f60 net/socket: move si_send/recv into sendmsg/recvmsg add abda656 stm32:Ethernet Fix too big

[GitHub] [incubator-nuttx] acassis commented on issue #2988: STM32L151 I2C problems

2021-03-06 Thread GitBox
acassis commented on issue #2988: URL: https://github.com/apache/incubator-nuttx/issues/2988#issuecomment-791929842 Hi @ReimuNotMoe what device are you trying to dump? Do you have a Logic Analyzer to see the bus? Even a "cheaper" logic analyzer can do the trick: https://acassis.wordpress.

[GitHub] [incubator-nuttx] acassis edited a comment on issue #2988: STM32L151 I2C problems

2021-03-06 Thread GitBox
acassis edited a comment on issue #2988: URL: https://github.com/apache/incubator-nuttx/issues/2988#issuecomment-791929842 Hi @ReimuNotMoe what device are you trying to dump? Do you have a Logic Analyzer to see the bus? Even a "cheaper" logic analyzer can do the trick: https://acassis.wor

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
gustavonihei commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588918518 ## File path: tools/nxstyle.c ## @@ -831,6 +831,57 @@ int main(int argc, char **argv, char **envp) ERROR("Missing file header

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
gustavonihei commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588918518 ## File path: tools/nxstyle.c ## @@ -831,6 +831,57 @@ int main(int argc, char **argv, char **envp) ERROR("Missing file header

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
gustavonihei commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588918518 ## File path: tools/nxstyle.c ## @@ -831,6 +831,57 @@ int main(int argc, char **argv, char **envp) ERROR("Missing file header

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
gustavonihei commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588921091 ## File path: tools/Makefile.host ## @@ -131,7 +131,8 @@ endif # nxstyle - Check a file for compliance to NuttX coding style nxstyle$(HOS

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
gustavonihei commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588921091 ## File path: tools/Makefile.host ## @@ -131,7 +131,8 @@ endif # nxstyle - Check a file for compliance to NuttX coding style nxstyle$(HOS

[incubator-nuttx-website] branch asf-site updated: Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: da2f9f1357ed451b7cf85a1f1a0a34f2834468bf

2021-03-06 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 e45e67b Publishing web

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #2930: tools/version.sh: If the version is not available, use 0.0.0

2021-03-06 Thread GitBox
hartmannathan commented on pull request #2930: URL: https://github.com/apache/incubator-nuttx/pull/2930#issuecomment-792182978 This PR has been waiting for quite a few days now. I'm okay with merging it so I'll go ahead and add my approval.

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
gustavonihei commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588964427 ## File path: tools/Makefile.host ## @@ -131,7 +131,8 @@ endif # nxstyle - Check a file for compliance to NuttX coding style nxstyle$(HOS

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
gustavonihei commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588964427 ## File path: tools/Makefile.host ## @@ -131,7 +131,8 @@ endif # nxstyle - Check a file for compliance to NuttX coding style nxstyle$(HOS

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982#discussion_r588969407 ## File path: tools/nxstyle.c ## @@ -831,6 +831,57 @@ int main(int argc, char **argv, char **envp) ERROR("Missing file hea

[GitHub] [incubator-nuttx] antmerlino opened a new pull request #2989: Fixes race condition in event wait logic of SDMMC driver.

2021-03-06 Thread GitBox
antmerlino opened a new pull request #2989: URL: https://github.com/apache/incubator-nuttx/pull/2989 ## Background After some configuration changes, namely switching to tickless mode, I started to hit the DEBUGASSERTION here: https://github.com/apache/incubator-nuttx/blob/master/arch

[incubator-nuttx] branch master updated: tools/nxstyle: Verify relative path in the file header

2021-03-06 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 95c8c99 tools/nxstyle: Verify relat

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2982: tools/nxstyle: Verify relative path in the file header

2021-03-06 Thread GitBox
xiaoxiang781216 merged pull request #2982: URL: https://github.com/apache/incubator-nuttx/pull/2982 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: tools/version.h: If the version is not available, use 0.0.0

2021-03-06 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 cb9ff5f tools/version.h: If the ver

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2930: tools/version.sh: If the version is not available, use 0.0.0

2021-03-06 Thread GitBox
xiaoxiang781216 merged pull request #2930: URL: https://github.com/apache/incubator-nuttx/pull/2930 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2989: Fixes race condition in event wait logic of SDMMC driver.

2021-03-06 Thread GitBox
xiaoxiang781216 commented on pull request #2989: URL: https://github.com/apache/incubator-nuttx/pull/2989#issuecomment-792203932 > 2. The second is an issue @davids5 says he has some recollection of @xiaoxiang781216 identifying awhile back. Basically it's that enter_critical_section's are

[GitHub] [incubator-nuttx] antmerlino opened a new pull request #2990: arch/armv7-m: Adds dwt helper functions for controlling watchpoints i…

2021-03-06 Thread GitBox
antmerlino opened a new pull request #2990: URL: https://github.com/apache/incubator-nuttx/pull/2990 ## Summary This change adds a few macros and inline function to armv7m's dwt.h. These functions can be used to programmatically setup data watchpoints and add "guards" around code t