[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2628: Add generic efuse driver for NuttX

2020-12-30 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2628: URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r550415972 ## File path: include/nuttx/efuse/efuse.h ## @@ -0,0 +1,294 @@ +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2614: bl602: Update register maps and lower half drivers

2020-12-30 Thread GitBox
xiaoxiang781216 merged pull request #2614: URL: https://github.com/apache/incubator-nuttx/pull/2614 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 (1473768 -> c8db329)

2020-12-30 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 1473768 vfs: Fix unsed label warning new e062bd0 bl602: Update register defines and drivers n

[incubator-nuttx] 02/02: BL602: Use sig mask instead of number for AHB swrst

2020-12-30 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 c8db3293bb6c44a0b4fe0d9554f24e354ec8ae56 Author: Brennan Ashton AuthorDate: Wed Dec 30 13:06:13 2020 -0800

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2629: vfs: Fix unsed label warning

2020-12-30 Thread GitBox
xiaoxiang781216 commented on pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629#issuecomment-752833487 Ohh, I forgot you mention that the CI break due to the new more security setting. @btashton, thanks for making the CI work again! --

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2627: OS internal function should indicate the error by return negative value

2020-12-30 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2627: URL: https://github.com/apache/incubator-nuttx/pull/2627#discussion_r550388212 ## File path: drivers/sensors/adxl372.c ## @@ -716,10 +720,12 @@ static void adxl372_dvr_exchange(FAR void *instance_handle,

[GitHub] [incubator-nuttx] btashton commented on pull request #2629: vfs: Fix unsed label warning

2020-12-30 Thread GitBox
btashton commented on pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629#issuecomment-752832695 > @btashton thanks for the patch. It's strange that CI doesn't complain and stop when hitting the warnning. It's because of the CI breakage they all came back gre

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2627: OS internal function should indicate the error by return negative value

2020-12-30 Thread GitBox
xiaoxiang781216 commented on pull request #2627: URL: https://github.com/apache/incubator-nuttx/pull/2627#issuecomment-752829828 > We have #2629 for that issue. Thanks, I will rebase to the latest mainline. This is an

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2627: OS internal function should indicate the error by return negative value

2020-12-30 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2627: URL: https://github.com/apache/incubator-nuttx/pull/2627#discussion_r550386134 ## File path: drivers/sensors/adxl372.c ## @@ -716,10 +720,12 @@ static void adxl372_dvr_exchange(FAR void *instance_handle,

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2629: vfs: Fix unsed label warning

2020-12-30 Thread GitBox
xiaoxiang781216 merged pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629 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: vfs: Fix unsed label warning

2020-12-30 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 1473768 vfs: Fix unsed label warnin

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2629: vfs: Fix unsed label warning

2020-12-30 Thread GitBox
xiaoxiang781216 commented on pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629#issuecomment-752828876 @btashton thanks for the patch. It's strange that CI doesn't complain and stop when hitting the warnning. --

[GitHub] [incubator-nuttx] no1wudi closed pull request #2590: boards/risc-v/k210: Fix arch flag since NuttX don't support FPU

2020-12-30 Thread GitBox
no1wudi closed pull request #2590: URL: https://github.com/apache/incubator-nuttx/pull/2590 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 t

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

2020-12-30 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 b3a2b5d Publishing web

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2629: vfs: Fix unsed label warning

2020-12-30 Thread GitBox
btashton commented on a change in pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629#discussion_r550361613 ## File path: fs/vfs/fs_unlink.c ## @@ -191,11 +191,14 @@ int nx_unlink(FAR const char *pathname) RELEASE_SEARCH(&desc); return OK; +#ifn

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2627: OS internal function should indicate the error by return negative value

2020-12-30 Thread GitBox
Ouss4 commented on pull request #2627: URL: https://github.com/apache/incubator-nuttx/pull/2627#issuecomment-752796689 We have #2629 for that issue. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2629: vfs: Fix unsed label warning

2020-12-30 Thread GitBox
Ouss4 commented on a change in pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629#discussion_r550360535 ## File path: fs/vfs/fs_unlink.c ## @@ -191,11 +191,14 @@ int nx_unlink(FAR const char *pathname) RELEASE_SEARCH(&desc); return OK; +#ifndef

[GitHub] [incubator-nuttx] btashton commented on pull request #2629: vfs: Fix unsed label warning

2020-12-30 Thread GitBox
btashton commented on pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629#issuecomment-752794414 @Ouss4 Maybe you are around to review this to un-break master. This is an automated message from the Ap

[GitHub] [incubator-nuttx] btashton opened a new pull request #2629: vfs: Fix unsed label warning

2020-12-30 Thread GitBox
btashton opened a new pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629 ## Summary PR #2618 snuck in while the CI was broken and broke master with the warning ``` vfs/fs_unlink.c:194:1: error: label 'errout_with_sem' defined but not used [-Werror=unus

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

2020-12-30 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 ff14602 Publishing web

[incubator-nuttx-website] branch master updated: _data/contributors.yml: Add new committer "An Chao"

2020-12-30 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 59c4fb7 _data/contributors.y

[GitHub] [incubator-nuttx-website] btashton merged pull request #47: _data/contributors.yml: Add new committer "An Chao"

2020-12-30 Thread GitBox
btashton merged pull request #47: URL: https://github.com/apache/incubator-nuttx-website/pull/47 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-nuttx-website] Ouss4 opened a new pull request #47: _data/contributors.yml: Add new committer "An Chao"

2020-12-30 Thread GitBox
Ouss4 opened a new pull request #47: URL: https://github.com/apache/incubator-nuttx-website/pull/47 ## Summary Update the committers' list. ## Impact N/A ## Testing N/A This is an automated message from the

[GitHub] [incubator-nuttx] btashton commented on pull request #2618: remove INODE_IS_SPECIAL() use INODE_IS_PSEUDODIR instead

2020-12-30 Thread GitBox
btashton commented on pull request #2618: URL: https://github.com/apache/incubator-nuttx/pull/2618#issuecomment-752767918 @GUIDINGLI @xiaoxiang781216 This PR broke master. This is an automated message from the Apache Git Ser

[GitHub] [incubator-nuttx] btashton commented on pull request #2614: bl602: Update register maps and lower half drivers

2020-12-30 Thread GitBox
btashton commented on pull request #2614: URL: https://github.com/apache/incubator-nuttx/pull/2614#issuecomment-752759314 @Virus-V I found my bug and fixed it. Made a mistake using the signal number instead of mask on the AHB slave reset call. ``` NuttShell (NSH) NuttX-10.0.1 nsh>

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2627: OS internal function should indicate the error by return negative value

2020-12-30 Thread GitBox
Ouss4 commented on pull request #2627: URL: https://github.com/apache/incubator-nuttx/pull/2627#issuecomment-752751238 BTW the checks are failing because of #2618. The following should fix the issue but I don't know if there is a better solution. ```diff diff --git a/fs/vfs/fs_un

[GitHub] [incubator-nuttx] acassis opened a new pull request #2628: Add generic efuse driver for NuttX

2020-12-30 Thread GitBox
acassis opened a new pull request #2628: URL: https://github.com/apache/incubator-nuttx/pull/2628 ## Summary Add generic efuse driver for NuttX ## Impact Add a new efuse subsystem to NuttX ## Testing ESP32

[GitHub] [incubator-nuttx] acassis commented on pull request #2522: xtensa/esp32: Add ESP32 EFUSE char driver

2020-12-30 Thread GitBox
acassis commented on pull request #2522: URL: https://github.com/apache/incubator-nuttx/pull/2522#issuecomment-752734570 I'll submit the new generic driver This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] acassis closed pull request #2522: xtensa/esp32: Add ESP32 EFUSE char driver

2020-12-30 Thread GitBox
acassis closed pull request #2522: URL: https://github.com/apache/incubator-nuttx/pull/2522 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 t

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2627: OS internal function should indicate the error by return negative value

2020-12-30 Thread GitBox
Ouss4 commented on a change in pull request #2627: URL: https://github.com/apache/incubator-nuttx/pull/2627#discussion_r550300785 ## File path: drivers/sensors/adxl372.c ## @@ -716,10 +720,12 @@ static void adxl372_dvr_exchange(FAR void *instance_handle,

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #2627: OS internal function should indicate the error by return negative value

2020-12-30 Thread GitBox
xiaoxiang781216 opened a new pull request #2627: URL: https://github.com/apache/incubator-nuttx/pull/2627 ## Summary instead to change errno value by calling set_errno ## Impact No function change. ## Testing -

[incubator-nuttx] 01/02: fs/vfs: add nx_unlink support

2020-12-30 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 f5b59e287a9f78a53811b0c80fb52c8bb424814a Author: ligd AuthorDate: Thu Dec 24 18:22:51 2020 +0800 fs/vfs

[incubator-nuttx] 02/02: fs: remove INODE_IS_SPECIAL() use others instead

2020-12-30 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 3386941a109f9e786428311d58a4ee687ab3b1bd Author: ligd AuthorDate: Thu Dec 24 22:53:32 2020 +0800 fs: re

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2618: remove INODE_IS_SPECIAL() use INODE_IS_PSEUDODIR instead

2020-12-30 Thread GitBox
xiaoxiang781216 merged pull request #2618: URL: https://github.com/apache/incubator-nuttx/pull/2618 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 (81224cc -> 3386941)

2020-12-30 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 81224cc arch/stm32: Fix nxstyle errors new f5b59e2 fs/vfs: add nx_unlink support new 3386941

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2626: arch/stm32: Fix nxstyle errors

2020-12-30 Thread GitBox
xiaoxiang781216 merged pull request #2626: URL: https://github.com/apache/incubator-nuttx/pull/2626 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: arch/stm32: Fix nxstyle errors

2020-12-30 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 81224cc arch/stm32: Fix nxstyle err

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2626: arch/stm32: Fix nxstyle errors

2020-12-30 Thread GitBox
hartmannathan opened a new pull request #2626: URL: https://github.com/apache/incubator-nuttx/pull/2626 ## Summary arch/arm/src/stm32/stm32_spi.h: * Fix nxstyle issues. ## Impact Removes nxstyle errors. ## Testing nxstyle --

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2625: Add time ticket related APIs to support hot sleep function

2020-12-30 Thread GitBox
cwespressif commented on a change in pull request #2625: URL: https://github.com/apache/incubator-nuttx/pull/2625#discussion_r550110410 ## File path: sched/clock/clock_systime_ticks.c ## @@ -154,3 +154,25 @@ clock_t clock_systime_ticks(void) # endif /* CONFIG_SYSTEM_TIME64 */

[GitHub] [incubator-nuttx-testing] xiaoxiang781216 merged pull request #82: CI: Only use approved GitHub Actions

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

[incubator-nuttx-testing] branch master updated: CI: Only use approved GitHub Actions

2020-12-30 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-testing.git The following commit(s) were added to refs/heads/master by this push: new 8989e4d CI: Only use approv

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2625: Add time ticket related APIs to support hot sleep function

2020-12-30 Thread GitBox
cwespressif commented on a change in pull request #2625: URL: https://github.com/apache/incubator-nuttx/pull/2625#discussion_r550065852 ## File path: sched/wdog/wd_setsleepticks.c ## @@ -0,0 +1,67 @@ +/

[GitHub] [incubator-nuttx] SChina-CSC-SDD-Dev opened a new pull request #2625: Add time ticket related APIs to support hot sleep function

2020-12-30 Thread GitBox
SChina-CSC-SDD-Dev opened a new pull request #2625: URL: https://github.com/apache/incubator-nuttx/pull/2625 ## Summary Add time ticket related APIs to support hot sleep function ## Impact For watchdog, add two new APIs with below functions - Get idle time for hot sleep