[GitHub] [incubator-nuttx] acassis commented on pull request #1878: arch/arm: stm32l4: Fix typo in TIM15 PWM config

2020-09-23 Thread GitBox
acassis commented on pull request #1878: URL: https://github.com/apache/incubator-nuttx/pull/1878#issuecomment-697308458 Good finding @DanMesh This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx-testing] patacongo commented on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo commented on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697410324 See Issue apache/incubator-nuttx#1880 This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#discussion_r493651890 ## File path: fs/inode/fs_inodesearch.c ## @@ -430,6 +430,29 @@ static int _inode_search(FAR struct inode_search_s *desc) return ret;

[GitHub] [incubator-nuttx-website] btashton commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-23 Thread GitBox
btashton commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-697471395 @v01d do you want to give it a go? Otherwise I could pick it up over the weekend since I don't think there is a huge rush. I'm thinking we just kick the

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1859: arch/sim: Add host timer and improve the oneshot timer logic

2020-09-23 Thread GitBox
sebastianene07 commented on a change in pull request #1859: URL: https://github.com/apache/incubator-nuttx/pull/1859#discussion_r493671609 ## File path: arch/sim/Kconfig ## @@ -98,7 +98,16 @@ config SIM_X8664_MICROSOFT endchoice config SIM_WALLTIME - bool "Execution

[GitHub] [incubator-nuttx-testing] btashton commented on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
btashton commented on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697563933 @patacongo I have to step away for the day (new job so back to evenings, mornings and weekends) but I appreciate you digging into it and I'll do what I can to

[GitHub] [incubator-nuttx] hartmannathan opened a new issue #1883: ifconfig: If procfs not mounted, say so in the error message

2020-09-23 Thread GitBox
hartmannathan opened a new issue #1883: URL: https://github.com/apache/incubator-nuttx/issues/1883 Currently if procfs is not mounted, ifconfig outputs: ``` nsh> ifconfig nsh: ifconfig: opendir failed: 20 ``` It would be better to have a more specific error:

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
patacongo commented on a change in pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#discussion_r493599486 ## File path: fs/inode/fs_inodesearch.c ## @@ -467,7 +490,20 @@ int inode_search(FAR struct inode_search_s *desc) * node if node is a

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#discussion_r493618966 ## File path: fs/inode/fs_inodesearch.c ## @@ -467,7 +490,20 @@ int inode_search(FAR struct inode_search_s *desc) * node if node is a

[GitHub] [incubator-nuttx] patacongo commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697405257 The dir unlink script seems to be working fine, however (at least using a relative path): $ find . -name chip ./arch/arm/include/chip

[GitHub] [incubator-nuttx] patacongo closed issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo closed issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880 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

[GitHub] [incubator-nuttx] thomasactia commented on pull request #1868: imxrt: ADC driver

2020-09-23 Thread GitBox
thomasactia commented on pull request #1868: URL: https://github.com/apache/incubator-nuttx/pull/1868#issuecomment-697425675 All right, I took a stab at the style problems. nxstyle produces no more errors. This is an

[GitHub] [incubator-nuttx] patacongo commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697425224 Hmmm... This is not so simple to replicate. I don't know the incantation that creates the problem. My simple tests seems to work. But the existence of the old, stale,

[GitHub] [incubator-nuttx-testing] btashton merged pull request #65: cibuild.sh: Remove the flock installation

2020-09-23 Thread GitBox
btashton merged pull request #65: URL: https://github.com/apache/incubator-nuttx-testing/pull/65 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-testing] branch master updated: cibuild.sh: Remove the flock installation

2020-09-23 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git The following commit(s) were added to refs/heads/master by this push: new d2d80e7 cibuild.sh: Remove

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1377: Add task trace support

2020-09-23 Thread GitBox
YuuichiNakamura commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r493668548 ## File path: drivers/note/noteram_driver.c ## @@ -57,28 +58,33 @@ struct noteram_info_s { volatile unsigned int ni_head; volatile

[GitHub] [incubator-nuttx] YuuichiNakamura commented on pull request #1377: Add task trace support

2020-09-23 Thread GitBox
YuuichiNakamura commented on pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-697506558 @xiaoxiang781216 I have followed or answered to all your comments and pushed new commits. Please check it.

[GitHub] [incubator-nuttx-website] btashton closed issue #33: add periodic website build (missing PAT workaround)

2020-09-23 Thread GitBox
btashton closed issue #33: URL: https://github.com/apache/incubator-nuttx-website/issues/33 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

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1859: arch/sim: Add host timer and improve the oneshot timer logic

2020-09-23 Thread GitBox
sebastianene07 commented on a change in pull request #1859: URL: https://github.com/apache/incubator-nuttx/pull/1859#discussion_r493547568 ## File path: arch/sim/Kconfig ## @@ -509,4 +509,9 @@ config SIM_UART3_NAME default "/dev/ttySIM3" depends on

[GitHub] [incubator-nuttx-testing] v01d commented on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
v01d commented on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697361123 Great work, it will saves time in the future avoiding build breaks. I'm not really familiar with cygwin to understand the breakage. But I suspect it has

[GitHub] [incubator-nuttx-website] v01d commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-23 Thread GitBox
v01d commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-697368094 @btashton we're still not getting response from INFRA on this, which is worrying. Also, is it your intention that they create a PAT for us and then add it as a secret

[GitHub] [incubator-nuttx-website] v01d opened a new issue #32: run sphinx for each release branch/tag

2020-09-23 Thread GitBox
v01d opened a new issue #32: URL: https://github.com/apache/incubator-nuttx-website/issues/32 Documentation should be built for each release branch/tag into a subdirectory of the web root with a name identifying the release. Depending on how we want to pass the set of documentation

[GitHub] [incubator-nuttx-website] v01d opened a new issue #33: add periodic website build (missing PAT workaround)

2020-09-23 Thread GitBox
v01d opened a new issue #33: URL: https://github.com/apache/incubator-nuttx-website/issues/33 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] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697449496 The stranded directories are NOT the directory copies, but Cygwin symbolic links: $ ls -ld arch/arm/include/chip lrwxrwxrwx 1 spuda spuda 83 Aug

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1377: Add task trace support

2020-09-23 Thread GitBox
YuuichiNakamura commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r493666745 ## File path: include/nuttx/note/notectl_driver.h ## @@ -0,0 +1,128 @@

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1377: Add task trace support

2020-09-23 Thread GitBox
YuuichiNakamura commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r493666398 ## File path: include/nuttx/sched_note.h ## @@ -254,10 +266,78 @@ struct note_irqhandler_s }; #endif /*

[GitHub] [incubator-nuttx] YuuichiNakamura commented on pull request #1377: Add task trace support

2020-09-23 Thread GitBox
YuuichiNakamura commented on pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-697520399 > Please add documentation in `Documentaiton` for this new feature Can I add the documentation after the code is merged? I'd like to add it by another

[GitHub] [incubator-nuttx-testing] patacongo commented on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo commented on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697548015 @v01d @btashton I have analyzed this. It is due to changes make in the build system that were never verified on Cygwin. I have documented the problem in

[incubator-nuttx] 01/02: imxrt: ADC driver

2020-09-23 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/incubator-nuttx.git commit d67bc0c3c82dd5fb4f7b2feaae1601207c1c84ab Author: Thomas Axelsson AuthorDate: Tue Sep 15 14:50:19 2020 +0200

[incubator-nuttx] branch master updated (6696d72 -> f193f0f)

2020-09-23 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/incubator-nuttx.git. from 6696d72 boards: spresense: Adjust parameters for wifi and wifi_smp new d67bc0c imxrt: ADC driver

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1879: boards: spresense: Adjust parameters for wifi and wifi_smp

2020-09-23 Thread GitBox
masayuki2009 opened a new pull request #1879: URL: https://github.com/apache/incubator-nuttx/pull/1879 ## Summary - This commit adjusts parameters for audio streaming ## Impact - Only affects spresense:wifi and spresense:wifi_smp ## Testing - Tested with

[GitHub] [incubator-nuttx] jerpelea merged pull request #1879: boards: spresense: Adjust parameters for wifi and wifi_smp

2020-09-23 Thread GitBox
jerpelea merged pull request #1879: URL: https://github.com/apache/incubator-nuttx/pull/1879 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

[incubator-nuttx] branch master updated: boards: spresense: Adjust parameters for wifi and wifi_smp

2020-09-23 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 6696d72 boards: spresense: Adjust

[GitHub] [incubator-nuttx] v01d commented on pull request #1868: imxrt: ADC driver

2020-09-23 Thread GitBox
v01d commented on pull request #1868: URL: https://github.com/apache/incubator-nuttx/pull/1868#issuecomment-697357429 > @davids5 > > > There are some coding style issues causing this to fail CI. > > I did some modifications in existing headers and was hoping it could be

[GitHub] [incubator-nuttx] patacongo opened a new issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo opened a new issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880 Under Cygwin, the following directories are not being removed by the distclean target: arch//src/board arch//src/chip I have several old board and and chip directories

[GitHub] [incubator-nuttx] v01d commented on pull request #1377: Add task trace support

2020-09-23 Thread GitBox
v01d commented on pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-697522699 > > Please add documentation in `Documentaiton` for this new feature > > Can I add the documentation after the code is merged? > I'd like to add it by another

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1859: arch/sim: Add host timer and improve the oneshot timer logic

2020-09-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1859: URL: https://github.com/apache/incubator-nuttx/pull/1859#discussion_r493585083 ## File path: arch/sim/Kconfig ## @@ -509,4 +509,9 @@ config SIM_UART3_NAME default "/dev/ttySIM3" depends on

[GitHub] [incubator-nuttx] patacongo commented on pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
patacongo commented on pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#issuecomment-697553380 @davids5 I have completed the review that you requested. Please merge if you are satisfied. This is

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697545869 Aha... these bad directories are being created by configure.sh. $ make distclean (and verify that there are no chip or board directories) $

[GitHub] [incubator-nuttx] jerpelea merged pull request #1878: arch/arm: stm32l4: Fix typo in TIM15 PWM config

2020-09-23 Thread GitBox
jerpelea merged pull request #1878: URL: https://github.com/apache/incubator-nuttx/pull/1878 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

[incubator-nuttx] branch master updated (3e6561c -> c8dc9e3)

2020-09-23 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 3e6561c lib_libvscanf.c: Implement "j" modifier for scanf add c8dc9e3 arch/arm: stm32l4: Fix typo

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
patacongo commented on a change in pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#discussion_r493599486 ## File path: fs/inode/fs_inodesearch.c ## @@ -467,7 +490,20 @@ int inode_search(FAR struct inode_search_s *desc) * node if node is a

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
patacongo commented on a change in pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#discussion_r493598244 ## File path: fs/inode/fs_inodesearch.c ## @@ -430,6 +430,29 @@ static int _inode_search(FAR struct inode_search_s *desc) return ret; }

[GitHub] [incubator-nuttx-testing] patacongo commented on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo commented on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697386077 > > > Great work, it will saves time in the future avoiding build breaks. > > I'm not really familiar with cygwin to understand the breakage. But I

[GitHub] [incubator-nuttx] patacongo commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697407337 I don't think this bug has been introduced recently. I have not build the ez80 (under arch/z80) in many months.

[GitHub] [incubator-nuttx] patacongo commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697408213 I hate the close button being associated with the comment window!! This is an automated message

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697449496 The stranded directories are NOT the directory copies, but Cygwin symbolic links: $ ls -ld arch/arm/include/chip lrwxrwxrwx 1 spuda spuda 83 Aug

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697449496 The stranded directories are NOT the directory copies, but Cygwin symbolic links: $ ls -ld arch/arm/include/chip lrwxrwxrwx 1 spuda spuda 83 Aug

[GitHub] [incubator-nuttx-website] btashton commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-23 Thread GitBox
btashton commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-697481305 Yep you are looking for on.schedule https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1859: arch/sim: Add host timer and improve the oneshot timer logic

2020-09-23 Thread GitBox
sebastianene07 commented on a change in pull request #1859: URL: https://github.com/apache/incubator-nuttx/pull/1859#discussion_r493670110 ## File path: arch/sim/Kconfig ## @@ -98,7 +98,16 @@ config SIM_X8664_MICROSOFT endchoice config SIM_WALLTIME - bool "Execution

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1859: arch/sim: Add host timer and improve the oneshot timer logic

2020-09-23 Thread GitBox
sebastianene07 commented on a change in pull request #1859: URL: https://github.com/apache/incubator-nuttx/pull/1859#discussion_r493670427 ## File path: arch/sim/src/sim/up_oneshot.c ## @@ -376,25 +437,13 @@ void up_timer_initialize(void) void up_timer_update(void) { -

[GitHub] [incubator-nuttx] YuuichiNakamura commented on pull request #1377: Add task trace support

2020-09-23 Thread GitBox
YuuichiNakamura commented on pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-697546383 @v01d I have created the issue #1882 for it. I didn't assigned the milestone for now. Because currently this feature is developed in the separate branch and I

[GitHub] [incubator-nuttx] patacongo commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697545869 Aha... these bad directories are being created by configure.sh. $ make distclean (and verify that there are no chip or board directories) $

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697545869 Aha... these bad directories are being created by configure.sh. $ make distclean (and verify that there are no chip or board directories) $

[GitHub] [incubator-nuttx-website] btashton commented on pull request #34: add daily build of website

2020-09-23 Thread GitBox
btashton commented on pull request #34: URL: https://github.com/apache/incubator-nuttx-website/pull/34#issuecomment-697570171 LGTM but we will need to check that the commit stage for deployment still works in the context of the github token, since I'm not quite sure about the scoping in

[GitHub] [incubator-nuttx-website] btashton merged pull request #34: add daily build of website

2020-09-23 Thread GitBox
btashton merged pull request #34: URL: https://github.com/apache/incubator-nuttx-website/pull/34 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-testing] patacongo edited a comment on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo edited a comment on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697548015 @v01d @btashton I have analyzed this. It is due to changes make in the build system that were never verified on Cygwin. I have documented the problem in

[incubator-nuttx-website] branch master updated: add daily build of website

2020-09-23 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/master by this push: new 2f707fa add daily build of

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
patacongo commented on a change in pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#discussion_r493590922 ## File path: fs/inode/fs_inodesearch.c ## @@ -430,6 +430,29 @@ static int _inode_search(FAR struct inode_search_s *desc) return ret; }

[GitHub] [incubator-nuttx-testing] patacongo commented on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo commented on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697390921 Oops.. didn't mean to close. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx-testing] patacongo commented on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo commented on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697390446 The dir unlink script seems to be working fine, however: $ find . -name chip ./arch/arm/include/chip ./arch/arm/src/chip

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#discussion_r493622678 ## File path: fs/inode/fs_inodesearch.c ## @@ -430,6 +430,29 @@ static int _inode_search(FAR struct inode_search_s *desc) return ret;

[GitHub] [incubator-nuttx] patacongo removed a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo removed a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697425224 Hmmm... This is not so simple to replicate. I don't know the incantation that creates the problem. My simple tests seems to work. But the existence of the old,

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #1377: Add task trace support

2020-09-23 Thread GitBox
YuuichiNakamura commented on a change in pull request #1377: URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r493667049 ## File path: drivers/note/noteram_driver.c ## @@ -326,6 +395,24 @@ static ssize_t noteram_size(void) return notelen; }

[GitHub] [incubator-nuttx-testing] ramya-n-s opened a new pull request #66: Added renesas precheck

2020-09-23 Thread GitBox
ramya-n-s opened a new pull request #66: URL: https://github.com/apache/incubator-nuttx-testing/pull/66 ## Summary Added renesas pre-check for RX65N cibuild.sh: Textinfo issue for RX toolchain compilation resolved ## Impact To enable the renesas pre-check ## Testing

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697449496 The stranded directories are NOT the directory copies, but Cygwin symbolic links: $ ls -ld arch/arm/include/chip lrwxrwxrwx 1 spuda spuda 83 Aug

[GitHub] [incubator-nuttx-website] v01d opened a new pull request #34: add daily build of website

2020-09-23 Thread GitBox
v01d opened a new pull request #34: URL: https://github.com/apache/incubator-nuttx-website/pull/34 ## Summary Adds daily (at 00:00hr) build of website, to overcome missing PAT we're not getting from INFRA. Closes #33 ## Impact CI ## Testing CI

[incubator-nuttx] 02/02: imxrt: Style fixes in mux and ADC hardware headers

2020-09-23 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/incubator-nuttx.git commit f193f0f70278ac1e1c7ccd87d488e460d93f2bd6 Author: Thomas Axelsson AuthorDate: Wed Sep 23 16:13:02 2020 +0200

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #1884: tiva: tiva_periphrdy.h, tiva_pwm.h: Fix nxstyle warnings

2020-09-23 Thread GitBox
hartmannathan opened a new pull request #1884: URL: https://github.com/apache/incubator-nuttx/pull/1884 ## Summary arch/arm/src/tiva/tiva_periphrdy.h: * Fix nxstyle warnings. No functional changes. arch/arm/src/tiva/tiva_pwm.h: * Fix nxstyle warnings. No

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1879: boards: spresense: Adjust parameters for wifi and wifi_smp

2020-09-23 Thread GitBox
masayuki2009 commented on pull request #1879: URL: https://github.com/apache/incubator-nuttx/pull/1879#issuecomment-697316629 @jerpelea This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx-testing] patacongo closed pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo closed pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39 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-website] btashton commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-23 Thread GitBox
btashton commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-697415928 > @btashton we're still not getting response from INFRA on this, which is worrying. Also, is it your intention that they create a PAT for us and then add it as a

[GitHub] [incubator-nuttx] patacongo removed a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo removed a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697405257 The dir unlink script seems to be working fine, however (at least using a relative path): $ find . -name chip ./arch/arm/include/chip

[GitHub] [incubator-nuttx] v01d opened a new issue #1881: documentation: support versioned docs

2020-09-23 Thread GitBox
v01d opened a new issue #1881: URL: https://github.com/apache/incubator-nuttx/issues/1881 As previously discussed, the sphinx documentation on the nuttx website should offer a version selector to allow reading docs for master ("latest") or for past releases (starting from following one).

[GitHub] [incubator-nuttx-website] v01d commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-23 Thread GitBox
v01d commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-697474232 Sure, I can give it a try. I assume GH actions supports a cron job, right? I will open an issue for this.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1859: arch/sim: Add host timer and improve the oneshot timer logic

2020-09-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1859: URL: https://github.com/apache/incubator-nuttx/pull/1859#discussion_r493657377 ## File path: arch/sim/Kconfig ## @@ -98,7 +98,16 @@ config SIM_X8664_MICROSOFT endchoice config SIM_WALLTIME - bool "Execution

[GitHub] [incubator-nuttx] acassis merged pull request #1868: imxrt: ADC driver

2020-09-23 Thread GitBox
acassis merged pull request #1868: URL: https://github.com/apache/incubator-nuttx/pull/1868 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

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
patacongo commented on a change in pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#discussion_r493589778 ## File path: fs/inode/fs_inodesearch.c ## @@ -430,6 +430,29 @@ static int _inode_search(FAR struct inode_search_s *desc) return ret; }

[GitHub] [incubator-nuttx-testing] patacongo edited a comment on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo edited a comment on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697390446 The dir unlink script seems to be working fine, however (at least using a relative path): $ find . -name chip ./arch/arm/include/chip

[GitHub] [incubator-nuttx-website] v01d commented on pull request #31: CI: Add documentation on triggering the deployment workflow

2020-09-23 Thread GitBox
v01d commented on pull request #31: URL: https://github.com/apache/incubator-nuttx-website/pull/31#issuecomment-697418531 That's a good idea This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] patacongo commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697449496 The stranded directories are NOT the directory copies, but Cygwin symbolic links: $ ls -ld arch/arm/include/chip lrwxrwxrwx 1 spuda spuda 83 Aug 30 10:09

[GitHub] [incubator-nuttx] sebastianene07 commented on a change in pull request #1859: arch/sim: Add host timer and improve the oneshot timer logic

2020-09-23 Thread GitBox
sebastianene07 commented on a change in pull request #1859: URL: https://github.com/apache/incubator-nuttx/pull/1859#discussion_r493673088 ## File path: arch/sim/src/sim/up_simsmp.c ## @@ -120,7 +120,7 @@ void sched_note_cpu_resume(struct tcb_s *tcb, int cpu); static void

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1859: arch/sim: Add host timer and improve the oneshot timer logic

2020-09-23 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1859: URL: https://github.com/apache/incubator-nuttx/pull/1859#discussion_r493736058 ## File path: arch/sim/src/sim/up_hostirq.c ## @@ -131,7 +131,7 @@ void up_enable_irq(int irq) memset(, 0, sizeof(act));

[GitHub] [incubator-nuttx] TA1DB commented on issue #1844: BEST SUPPORTED BOARD + NUTTX VERSION

2020-09-23 Thread GitBox
TA1DB commented on issue #1844: URL: https://github.com/apache/incubator-nuttx/issues/1844#issuecomment-697871155 Any comment? This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697449496 The stranded directories are NOT the directory copies, but Cygwin symbolic links: $ ls -ld arch/arm/include/chip lrwxrwxrwx 1 spuda spuda 83 Aug

[GitHub] [incubator-nuttx-apps] davids5 opened a new pull request #402: Master pr netconf

2020-09-23 Thread GitBox
davids5 opened a new pull request #402: URL: https://github.com/apache/incubator-nuttx-apps/pull/402 ## Summary Sister to https://github.com/apache/incubator-nuttx/pull/1886 - merge this APP pr second. # netinit:Network Monitor add a polled option Not all boards

[GitHub] [incubator-nuttx] davids5 commented on pull request #1864: fs: Add the relative path support

2020-09-23 Thread GitBox
davids5 commented on pull request #1864: URL: https://github.com/apache/incubator-nuttx/pull/1864#issuecomment-697937577 @patacongo - Thank you! @xiaoxiang781216 Are you done? Use the

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697959768 > I don't think it needs to be a blocker, but maybe Good First Issue? Way to complex and risky for a first issue. I don't even know how to solve it without

[GitHub] [incubator-nuttx] Ouss4 merged pull request #1884: tiva: tiva_periphrdy.h, tiva_pwm.h: Fix nxstyle warnings

2020-09-23 Thread GitBox
Ouss4 merged pull request #1884: URL: https://github.com/apache/incubator-nuttx/pull/1884 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

[incubator-nuttx] branch master updated (eacca2b -> c8bb447)

2020-09-23 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from eacca2b wireless/bluetooth: replace open with file_open in uart shim drivers add c8bb447 tiva:

[GitHub] [incubator-nuttx-testing] patacongo commented on pull request #39: WIP: Add Cygwin to CI

2020-09-23 Thread GitBox
patacongo commented on pull request #39: URL: https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697833709 > > > @patacongo I have to step away for the day (new job so back to evenings, mornings and weekends) but I appreciate you digging into it and I'll do

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697545869 Aha... these bad directories are being created by configure.sh. $ make distclean (and verify that there are no chip or board directories) $

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo edited a comment on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697545869 Aha... these bad directories are being created by configure.sh. $ make distclean (and verify that there are no chip or board directories) $

[GitHub] [incubator-nuttx] btashton commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
btashton commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697939341 My inclination is for it to be a blocker because I cannot enable windows CI without it and I would like to see that pass prior to the releases.

[GitHub] [incubator-nuttx] acassis merged pull request #1854: wireless/bluetooth: replace open with file_open in uart shim drivers

2020-09-23 Thread GitBox
acassis merged pull request #1854: URL: https://github.com/apache/incubator-nuttx/pull/1854 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

[GitHub] [incubator-nuttx] acassis commented on pull request #1854: wireless/bluetooth: replace open with file_open in uart shim drivers

2020-09-23 Thread GitBox
acassis commented on pull request #1854: URL: https://github.com/apache/incubator-nuttx/pull/1854#issuecomment-697812163 Ok, it is correct, as documented on ReleaseNotes: "Change occurrences of open() followed by file_detach() in the OS to file_open()."

[GitHub] [incubator-nuttx] davids5 commented on pull request #1868: imxrt: ADC driver

2020-09-23 Thread GitBox
davids5 commented on pull request #1868: URL: https://github.com/apache/incubator-nuttx/pull/1868#issuecomment-697954160 @thomasactia - Thank you for fixing the the CS violations. On the topic of: ADSTS in ADC_CFG differs in IMXRT1060/1050 to the 1020 The RT got a case of

[GitHub] [incubator-nuttx] davids5 opened a new pull request #1886: Allows network monitoring (apps repo) using polling and allows the board to provide the IP config at runtime.

2020-09-23 Thread GitBox
davids5 opened a new pull request #1886: URL: https://github.com/apache/incubator-nuttx/pull/1886 ## Summary This PR brings in two features and is a sister to ... apps PR # Low level Net Monitor Polling Not all boards have an interrupt line from the phy to the Soc. This

[GitHub] [incubator-nuttx] hartmannathan commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
hartmannathan commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697952620 > My inclination is for it to be a blocker because I cannot enable windows CI without it and I would like to see that pass prior to the releases. Okay in that

[GitHub] [incubator-nuttx] patacongo commented on issue #1880: Cygwin directories not being cleaned

2020-09-23 Thread GitBox
patacongo commented on issue #1880: URL: https://github.com/apache/incubator-nuttx/issues/1880#issuecomment-697959768 > I don't think it needs to be a blocker, but maybe Good First Issue? Way to complex and risky for a first issue.

  1   2   >