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 @@
+/*
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
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
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
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!
--
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,
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
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
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,
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
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
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.
--
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
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
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
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
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
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
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
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
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
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
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
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
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>
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
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
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
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
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,
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
-
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
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
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
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
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
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
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
--
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 */
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
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
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 @@
+/
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
43 matches
Mail list logo