Ouss4 merged pull request #556:
URL: https://github.com/apache/incubator-nuttx-apps/pull/556
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
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 95a0684 examples/pty_test: F
xiaoxiang781216 edited a comment on pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-759941234
@yamt, these two patches is too hack to support macOS:
1. sim: Postpone constructor calls after main on macOS
2. task_startup: Implement cxx_initializ
masayuki2009 commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759952751
I confirmed that this PR works with esp32-devkitc:wapi
This is an automated message from th
masayuki2009 merged pull request #559:
URL: https://github.com/apache/incubator-nuttx-apps/pull/559
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.
masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 35f3b60 system/argtable3: Updat
yamt commented on pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-759948205
> @yamt, these two patches is too hack to support macOS:
>
> 1. sim: Postpone constructor calls after main on macOS
>
> 2. task_startup: Implement cxx_i
yamt opened a new pull request #2678:
URL: https://github.com/apache/incubator-nuttx/pull/2678
## Summary
Extracted from https://github.com/apache/incubator-nuttx/pull/2063
## Impact
## Testing
See https://github.com/apache/incubator-nuttx/pull/2063
yamt commented on a change in pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#discussion_r557058726
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -93,14 +93,28 @@ NM = $(CROSSDEV)nm
OBJCOPY = $(CROSSDEV)objcopy
OBJDUMP = $(CROSSDEV)objd
xiaoxiang781216 commented on a change in pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#discussion_r557057930
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -93,14 +93,28 @@ NM = $(CROSSDEV)nm
OBJCOPY = $(CROSSDEV)objcopy
OBJDUMP = $(CR
xiaoxiang781216 commented on pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-759941234
@yamt, these two patches is too hack to support macOS:
1. sim: Postpone constructor calls after main on macOS
2. task_startup: Implement cxx_initialize for s
xiaoxiang781216 commented on pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759939687
Yes, I think:
1. Change nxsched_process_timer to accept the elapsed ticks
2. Call nxsched_process_timer with the correct ticks after wakeup
it's more simp
xiaoxiang781216 edited a comment on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759921459
BTW, I am aksing the maintainer when to release the new package:
https://github.com/argtable/argtable3/issues/60
--
cwespressif closed pull request #557:
URL: https://github.com/apache/incubator-nuttx-apps/pull/557
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
cwespressif commented on pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#issuecomment-759934049
> @cwespressif
> My approach is almost the same as you but I noticed that I added
CONFIG_NET_TCP_WRITE_BUFFERS=y locally.
> If I remove the setting, it work
masayuki2009 commented on pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#issuecomment-759931712
@cwespressif
My approach is almost the same as you but I noticed that I added
CONFIG_NET_TCP_WRITE_BUFFERS=y locally.
If I remove the setting, it works now
xiaoxiang781216 commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759921459
BTW, I am aksing the maintain when to release the new package:
https://github.com/argtable/argtable3/issues/60
---
xiaoxiang781216 commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759921304
@cwespressif I found the reason why my local machine can pass the build, but
the mainline can't. My local machine use the latest mainline of argtable3,
which
cwespressif commented on pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759915998
> nxsched_process_timer
The RTC timer still works in all low power mode, we compensate the system
clock according to the time of low power mode counted by RTC
cwespressif commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759905612
> Hi @xiaoxiang781216 , I tried this PR but Still compile errors:
>
> incubator-nuttx-apps/system/argtable3/argtable3/src/getopt.h:92:20: error:
#include n
yamt opened a new pull request #561:
URL: https://github.com/apache/incubator-nuttx-apps/pull/561
## Summary
webclient: Add AF_LOCAL support
## Impact
## Testing
Tested against Docker Engine socket on macOS and Linux. (with a ported
version of webclient)
Only build-tested
cwespressif edited a comment on pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#issuecomment-759889713
> @cwespressif
>
> I tried this PR with esp32-devkitc but it seems that it's unstable.
>
> ```
> nsh> uname -a
> NuttX 10.0.1 657088318
liangzhanggb commented on a change in pull request #2669:
URL: https://github.com/apache/incubator-nuttx/pull/2669#discussion_r557015114
##
File path: arch/risc-v/src/bl602/bl602_i2c.c
##
@@ -0,0 +1,1049 @@
+/*
cwespressif commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759894054
Hi @xiaoxiang781216 , I tried this PR but Still compile errors:
incubator-nuttx-apps/system/argtable3/argtable3/src/getopt.h:92:20: error:
#include nested
xiaoxiang781216 edited a comment on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759890330
@masayuki2009 BTW, since I add this in Makefile:
```
CFLAGS += ${shell $(DEFINE) "$(CC)" ARG_REPLACE_GETOPT=0}
```
err.h shouldn't be includ
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-apps.git.
from eceaeb9 netutils/ftpd, examples/ftpd: code cleanup and nxstyle
add ebe3b0d webclient: Report
xiaoxiang781216 merged pull request #560:
URL: https://github.com/apache/incubator-nuttx-apps/pull/560
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
xiaoxiang781216 commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759890330
@masayuki2009 BTW, since I add this in Makfile:
```
CFLAGS += ${shell $(DEFINE) "$(CC)" ARG_REPLACE_GETOPT=0}
```
err.h shouldn't be included in ar
cwespressif edited a comment on pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#issuecomment-759889713
> @cwespressif
>
> I tried this PR with esp32-devkitc but it seems that it's unstable.
>
> ```
> nsh> uname -a
> NuttX 10.0.1 657088318
cwespressif commented on pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#issuecomment-759889713
> @cwespressif
>
> I tried this PR with esp32-devkitc but it seems that it's unstable.
>
> ```
> nsh> uname -a
> NuttX 10.0.1 657088318a-dirty
xiaoxiang781216 commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759885037
I built with sim:nsh, err.h may found from Ubuntu. For argtable3.h, I forgot
to update the search path:
```
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "
xiaoxiang781216 merged pull request #558:
URL: https://github.com/apache/incubator-nuttx-apps/pull/558
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 6aca601 nsh: Pass the correct command lines to nsh_consolemain
add 5c8d693 netutils/ftpd: fix
cwespressif commented on a change in pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#discussion_r557001970
##
File path: system/argtable3/argtable3.patch
##
@@ -0,0 +1,512 @@
+diff -ur argtable3/argtable3.c argtable3-v3.0.0/argtable3.c
+--- argt
yamt commented on pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#issuecomment-759866886
@xiaoxiang781216 do you still have any concerns on this?
This is an automated message from the Apache Git S
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 0427b0e Publishing web
yamt commented on pull request #88:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/88#issuecomment-759862969
let's see if the fix for
https://github.com/osx-cross/homebrew-avr/issues/205 works for us
This is an
yamt opened a new pull request #88:
URL: https://github.com/apache/incubator-nuttx-testing/pull/88
Reverts apache/incubator-nuttx-testing#85
This is an automated message from the Apache Git Service.
To respond to the message,
This is an automated email from the ASF dual-hosted git repository.
yamamoto pushed a commit to branch revert-85-disable-avr
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit c22f723809db53278044abc2e529d37b474e675c
Author: YAMAMOTO Takashi
AuthorDate: Thu Jan
This is an automated email from the ASF dual-hosted git repository.
yamamoto pushed a change to branch revert-85-disable-avr
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git.
at c22f723 Revert "Disable AVR targets on macOS due to homebrew issue"
This branch i
yamt opened a new pull request #560:
URL: https://github.com/apache/incubator-nuttx-apps/pull/560
## Summary
webclient: Report unexpected connection loss as an explicit error
Otherwise, it can end up with mysterious results in user apps.
## Impact
## Testing
tested wit
masayuki2009 commented on pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#issuecomment-759848155
@cwespressif
I tried this PR with esp32-devkitc but it seems that it's unstable.
```
nsh> uname -a
NuttX 10.0.1 657088318a-dirty Jan 14 2021
masayuki2009 commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-759808722
@xiaoxiang781216
I tried this PR but the following error happened.
./argtable3/src/getopt_long.c:149:10: fatal error: err.h: No such file or
direc
yamt commented on pull request #2673:
URL: https://github.com/apache/incubator-nuttx/pull/2673#issuecomment-759790031
> BTW, did you try this script with an interrupt in the way?
> For the builtin backtrace support, interrupts need a fabricated (pseudo)
save area to emulate a call4.
yamt commented on pull request #2673:
URL: https://github.com/apache/incubator-nuttx/pull/2673#issuecomment-759787885
> @yamt for reference I have this little script that I use with the
backtrace. It requires a few manual input though (copying the backtrace to a
file).
>
> ```shell
yamt commented on a change in pull request #2673:
URL: https://github.com/apache/incubator-nuttx/pull/2673#discussion_r556923243
##
File path: tools/esp32/backtrace.gdbscript
##
@@ -0,0 +1,85 @@
+
+# to
raiden00pl edited a comment on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759639786
> It looks like this can be implemented by hooking into SUSPEND which would
give full control of start/stop.
I also tried this approach but without succe
raiden00pl commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759639786
> It looks like this can be implemented by hooking into SUSPEND which would
give full control of start/stop.
I also tried this approach but without success :)
xiaoxiang781216 commented on pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#issuecomment-759635818
@cwespressif and @masayuki2009 the latest offical release don't need apply
the patch anymore, please try
https://github.com/apache/incubator-nuttx-apps/pull/
xiaoxiang781216 opened a new pull request #559:
URL: https://github.com/apache/incubator-nuttx-apps/pull/559
## Summary
And remove the patch process since it doesn't need anymore.
## Impact
update to the latest version
## Testing
btashton commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759633718
>
> > NOSTOP is implied in the first message if the NOSTART flag is set on the
second one. Drivers are inconsistent about it they set that flag on the first
message
Ouss4 commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759628332
> That driver looks a little suspect to me usually you so not want a STOP in
the register read.
That's not a STOP, that's a repeated start. The chain is: start - wr
juniskane opened a new pull request #558:
URL: https://github.com/apache/incubator-nuttx-apps/pull/558
## Summary
- Fixes crash when ftpd_close() called before account setup
- Fixes compilation on dual-stack (both IPv4 and IPv6) systems
- Rename command RNTO return -EINVAL if no fro
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556727212
##
File path: include/nuttx/efuse/efuse.h
##
@@ -0,0 +1,155 @@
+/
+ *
btashton commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759622135
Taking another look here
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Ftwim.html
It looks like this can be imp
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556723831
##
File path: drivers/efuse/efuse.c
##
@@ -0,0 +1,395 @@
+/
+ * driver
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556720908
##
File path: include/nuttx/efuse/efuse.h
##
@@ -0,0 +1,155 @@
+/
+ *
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556720908
##
File path: include/nuttx/efuse/efuse.h
##
@@ -0,0 +1,155 @@
+/
+ *
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556720908
##
File path: include/nuttx/efuse/efuse.h
##
@@ -0,0 +1,155 @@
+/
+ *
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556719578
##
File path: include/nuttx/efuse/efuse.h
##
@@ -0,0 +1,155 @@
+/
+ *
btashton commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759615305
> > > > I see NOSTART used in various drivers, does that not expect a
message without a (repeated) start?
> > >
> > >
> > > It doesn't expect a repeated start
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556716816
##
File path: include/nuttx/efuse/efuse.h
##
@@ -0,0 +1,155 @@
+/
+ *
raiden00pl commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759610698
> In that case, I would at least put this behind a config flag (disabled by
default), otherwise a performance penalty will be paid even when not really
necessary.
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556712414
##
File path: drivers/efuse/efuse.c
##
@@ -0,0 +1,395 @@
+/
+ * driver
acassis commented on a change in pull request #2628:
URL: https://github.com/apache/incubator-nuttx/pull/2628#discussion_r556711018
##
File path: drivers/efuse/efuse.c
##
@@ -0,0 +1,395 @@
+/
+ * driver
Ouss4 edited a comment on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759608732
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
Ouss4 edited a comment on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759608732
> > > I see NOSTART used in various drivers, does that not expect a message
without a (repeated) start?
> >
> >
> > It doesn't expect a repeated start. NO
Ouss4 commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759608732
> > > I see NOSTART used in various drivers, does that not expect a message
without a (repeated) start?
> >
> >
> > It doesn't expect a repeated start. NOSTART j
btashton commented on pull request #87:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/87#issuecomment-759606285
Something is bad in the cache. I am going to force this locally to get it
unblocked, and then update the actions to better handle the cache, docker
released some i
btashton closed pull request #84:
URL: https://github.com/apache/incubator-nuttx-testing/pull/84
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
btashton edited a comment on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759602281
> I see NOSTART used in various drivers, does that not expect a message
without a (repeated) start? From the i2c header file a repeated start requires
a NOSTOP o
btashton commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759602281
> I see NOSTART used in various drivers, does that not expect a message
without a (repeated) start? From the i2c header file a repeated start requires
a NOSTOP on previ
v01d commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759600362
> > I see NOSTART used in various drivers, does that not expect a message
without a (repeated) start?
>
> It doesn't expect a repeated start. NOSTART just means that
Ouss4 commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759598913
> I see NOSTART used in various drivers, does that not expect a message
without a (repeated) start?
It doesn't expect a repeated start. NOSTART just means that the
v01d commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759594761
I see NOSTART used in various drivers, does that not expect a message
without a (repeated) start? From the i2c header file a repeated start requires
a NOSTOP on previous me
btashton commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759586994
In practices none of the drivers in tree use continued messages that do not
expect repeated start so I would not expect to see this memcopy flow hit.
btashton commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759585524
Repeated stop must be specified in the flags that _is_ the configuration
feature we should not be hiding this behind more flags. If we detect that there
is not repeated
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 095d997 arch/stm32h7: Fix nxstyle errors
add 6570883 stm32412: Fixes pinmap CAN1
No new revisions
xiaoxiang781216 merged pull request #2676:
URL: https://github.com/apache/incubator-nuttx/pull/2676
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 merged pull request #2677:
URL: https://github.com/apache/incubator-nuttx/pull/2677
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 ca0932f esp32_i2c.c: Remove useless casts
add 095d997 arch/stm32h7: Fix nxstyle errors
No new rev
v01d commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759576858
So a repeated start is not sufficient in general?
In that case, I would at least put this behind a config flag (disabled by
default), otherwise a performance penalty
raiden00pl commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759572116
I don't see how "list mode" can help in this case.
Each TASKS_STARTTX trigger causes a START byte to be sent. EasyDMA can only
update the data pointer (TXD.PTR), b
hartmannathan opened a new pull request #2677:
URL: https://github.com/apache/incubator-nuttx/pull/2677
## Summary
arch/arm/src/stm32h7/stm32_rcc.c:
arch/arm/src/stm32h7/stm32_rcc.h:
* Fix nxstyle issues.
## Impact
Removes nxstyle errors.
## Testing
xiaoxiang781216 commented on a change in pull request #557:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/557#discussion_r556552247
##
File path: system/argtable3/argtable3.patch
##
@@ -0,0 +1,512 @@
+diff -ur argtable3/argtable3.c argtable3-v3.0.0/argtable3.c
+---
davids5 opened a new pull request #2676:
URL: https://github.com/apache/incubator-nuttx/pull/2676
## Summary
stm32412 CAN1 (and I suspect more pins) have different alternate functions
and appearances on the IO ring.
## Impact
CAN1 using PB[8:9] as [RX:TX] did not func
v01d commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-759464197
I don't think that this solution is very good, doing this kind of allocation
and copy can be quite wasteful depending on message size. I think it is
possible to do this by
xiaoxiang781216 edited a comment on pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759443692
> > > @xiaoxiang781216 could you take a look here please.
> >
> >
> > Sorry, I thought this PR is for esp32 specific. So this patch want to
sync
xiaoxiang781216 edited a comment on pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759443692
> > > @xiaoxiang781216 could you take a look here please.
> >
> >
> > Sorry, I thought this PR is for esp32 specific. So this patch want to
sync
xiaoxiang781216 edited a comment on pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759443692
> > > @xiaoxiang781216 could you take a look here please.
> >
> >
> > Sorry, I thought this PR is for esp32 specific. So this patch want to
sync
xiaoxiang781216 commented on pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759443692
> > > @xiaoxiang781216 could you take a look here please.
> >
> >
> > Sorry, I thought this PR is for esp32 specific. So this patch want to
sync the sy
cwespressif commented on pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759415008
> > @xiaoxiang781216 could you take a look here please.
>
> Sorry, I thought this PR is for esp32 specific. So this patch want to sync
the system time after wa
buyuer opened a new pull request #2675:
URL: https://github.com/apache/incubator-nuttx/pull/2675
Signed-off-by: dingxintong
## Summary
## Impact
## Testing
This is an automated message from the A
raiden00pl opened a new pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674
## Summary
Add support for I2C_M_NOSTOP and I2C_M_NOSTART flags.
NRF52 hardware doesn't allow direct control of START/STOP bits, so the only
solution is to combine messages into one.
xiaoxiang781216 commented on pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759356180
> @xiaoxiang781216 could you take a look here please.
Sorry, I thought this PR is for esp32 specific. So this patch want to sync
the system time after wake
xiaoxiang781216 commented on a change in pull request #2625:
URL: https://github.com/apache/incubator-nuttx/pull/2625#discussion_r556410633
##
File path: sched/wdog/wd_getidletime.c
##
@@ -0,0 +1,64 @@
+/**
Ouss4 merged pull request #2672:
URL: https://github.com/apache/incubator-nuttx/pull/2672
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
This is an automated email from the ASF dual-hosted git repository.
aguettouche 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 ca0932f esp32_i2c.c: Remove usele
Ouss4 commented on pull request #555:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/555#issuecomment-759342744
#557 Addresses that. Thanks @masayuki2009
This is an automated message from the Apache Git Service.
cwespressif opened a new pull request #557:
URL: https://github.com/apache/incubator-nuttx-apps/pull/557
## Summary
Add argtable3 patch to fix compilation errors and warnings in NuttX.
## Impact
Only when the iperf example is enabled.
## Testing
By compilin
1 - 100 of 125 matches
Mail list logo