xiaoxiang781216 commented on a change in pull request #2142:
URL: https://github.com/apache/incubator-nuttx/pull/2142#discussion_r513220247
##
File path: drivers/note/noteram_driver.c
##
@@ -63,6 +64,26 @@ struct noteram_info_s
uint8_t ni_buffer[CONFIG_DRIVER_NOTERAM_BUFSIZE
btashton commented on pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#issuecomment-717746440
> I also just kicked off #73 It had failed for an unrelated issue so I want
to see if that ipv6 target works and we can just fix that here as well.
Confirmed
btashton merged pull request #2128:
URL: https://github.com/apache/incubator-nuttx/pull/2128
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.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 079737d libs/libc/signal/sig_pause.c: Fix a comment
add 7901ad6 tools/testbuild.sh: Support regular
btashton commented on pull request #72:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/72#issuecomment-717750397
Merged OS side, just restarted the build.
This is an automated message from the Apache Git Service
xiaoxiang781216 commented on a change in pull request #2131:
URL: https://github.com/apache/incubator-nuttx/pull/2131#discussion_r513225345
##
File path: libs/libxx/Kconfig
##
@@ -22,6 +22,34 @@ config HAVE_CXX
if HAVE_CXX
+choice
+ prompt "C++ Library"
+ defau
xiaoxiang781216 commented on a change in pull request #2131:
URL: https://github.com/apache/incubator-nuttx/pull/2131#discussion_r513225345
##
File path: libs/libxx/Kconfig
##
@@ -22,6 +22,34 @@ config HAVE_CXX
if HAVE_CXX
+choice
+ prompt "C++ Library"
+ defau
xiaoxiang781216 commented on a change in pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#discussion_r513225864
##
File path: boards/sim/sim/sim/configs/libcxxtest/defconfig
##
@@ -0,0 +1,107 @@
+#
+# This file is autogenerated: PLEASE DO NOT EDIT IT
xiaoxiang781216 commented on a change in pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#discussion_r513227978
##
File path: arch/sim/src/sim/up_macho_init.c
##
@@ -0,0 +1,100 @@
+/
xiaoxiang781216 commented on a change in pull request #2063:
URL: https://github.com/apache/incubator-nuttx/pull/2063#discussion_r513227978
##
File path: arch/sim/src/sim/up_macho_init.c
##
@@ -0,0 +1,100 @@
+/
rurtle commented on pull request #443:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/443#issuecomment-717755280
Looks like I messed up. I made changes to my local branch and then performed
fetch which resulted in merge conflict. Afterwards, I tried doing `git rebase`
and that m
rurtle closed pull request #443:
URL: https://github.com/apache/incubator-nuttx-apps/pull/443
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
rurtle commented on pull request #443:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/443#issuecomment-717755585
Creating a fresh pull request instead.
This is an automated message from the Apache Git Service.
To r
xiaoxiang781216 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717756806
@masayuki2009 I don't have the device with USB support:(, @juniskane could
you help retest the change?
-
btashton opened a new issue #2144:
URL: https://github.com/apache/incubator-nuttx/issues/2144
Right now there is a manual step build the `mkspk` tool which means we do
not actually test this functionality in CI.
This is an a
xiaoxiang781216 commented on a change in pull request #2114:
URL: https://github.com/apache/incubator-nuttx/pull/2114#discussion_r513236475
##
File path: libs/libxx/Kconfig
##
@@ -22,7 +22,7 @@ config HAVE_CXX
config HAVE_CXX14
bool "C++14 support"
- default n
jerpelea commented on issue #2144:
URL:
https://github.com/apache/incubator-nuttx/issues/2144#issuecomment-717766892
on it
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
juniskane commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717768288
nshlib/nsh_altconsole.c calls non-existent flush(), typo for fflush().
Other than this, change works for me. Tested with proprietary board. I'm
using slightl
xiaoxiang781216 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-71756
> nshlib/nsh_altconsole.c calls non-existent flush(), typo for fflush().
>
> Other than this, change works for me. Tested with proprietary board. I'm
u
Ouss4 commented on a change in pull request #2115:
URL: https://github.com/apache/incubator-nuttx/pull/2115#discussion_r513257617
##
File path: Makefile
##
@@ -45,3 +45,7 @@ else
include tools/Makefile.unix
endif
endif
+
+.PHONY: execname
+execname:
+ @echo $(BIN)
Rev
jerpelea merged pull request #72:
URL: https://github.com/apache/incubator-nuttx-testing/pull/72
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
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-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 21bed31 testlist/sim.dat: Sk
xiaoxiang781216 commented on a change in pull request #2115:
URL: https://github.com/apache/incubator-nuttx/pull/2115#discussion_r513262830
##
File path: tools/Makefile.win
##
@@ -392,17 +392,22 @@ ifeq ($(CONFIG_BUILD_2PASS),y)
$(Q) $(MAKE) -C $(CONFIG_PASS1_BUILDIR) L
masayuki2009 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717783143
> > nshlib/nsh_altconsole.c calls non-existent flush(), typo for fflush().
> > Other than this, change works for me. Tested with proprietary board. I'm
using
jerpelea commented on issue #2144:
URL:
https://github.com/apache/incubator-nuttx/issues/2144#issuecomment-717787179
https://github.com/apache/incubator-nuttx/pull/2145
This is an automated message from the Apache Git Servic
jerpelea opened a new pull request #2145:
URL: https://github.com/apache/incubator-nuttx/pull/2145
## Summary
the mkspk tool will automaticaly be built if CONFIG_CXD56_BINARY
is set.
## Impact
CXD56 board (Sony Spresense)
## Testing
Test:
nuttx.spk was succesfull
spiriou opened a new pull request #445:
URL: https://github.com/apache/incubator-nuttx-apps/pull/445
## Summary
add Android Debug Bridge daemon for NuttX.
https://developer.android.com/studio/command-line/adb
## Impact
None. Disabled by default.
## Testing
xiaoxiang781216 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717797831
Done, both rebase to the latest master.
This is an automated message from the Apache Git Ser
xiaoxiang781216 merged pull request #73:
URL: https://github.com/apache/incubator-nuttx-testing/pull/73
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 2331238 Add ipv6 to Renesas
masayuki2009 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717807067
> Done, both rebase to the latest master.
@xiaoxiang781216
I think you pushed the commit to
https://github.com/xiaoxiang781216/incubator-nuttx-apps/tr
jerpelea commented on pull request #2145:
URL: https://github.com/apache/incubator-nuttx/pull/2145#issuecomment-717813258
@xiaoxiang781216 done
This is an automated message from the Apache Git Service.
To respond to the messa
masayuki2009 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717815230
> > Done, both rebase to the latest master.
>
> @xiaoxiang781216
> I think you pushed the commit to
https://github.com/xiaoxiang781216/incubator-nuttx-
masayuki2009 edited a comment on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717815230
> > Done, both rebase to the latest master.
>
> @xiaoxiang781216
> I think you pushed the commit to
https://github.com/xiaoxiang781216/incubator
masayuki2009 edited a comment on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717815230
> > Done, both rebase to the latest master.
>
> @xiaoxiang781216
> I think you pushed the commit to
https://github.com/xiaoxiang781216/incubator
Ouss4 commented on pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#issuecomment-717828535
Shouldn't you then delete the avr-mips-riscv-x86-xtensa.dat and renesas.dat
files?
(Is the name avr-mips-riscv-x86-xtensa-renesas.dat too long :-P )
In anoth
Ouss4 commented on pull request #2145:
URL: https://github.com/apache/incubator-nuttx/pull/2145#issuecomment-717833378
@jerpelea That should be done in tools/Makefile.host
```diff
--- a/tools/Makefile.host
+++ b/tools/Makefile.host
@@ -261,6 +261,7 @@ ifneq ($(CONFIG_WINDOWS_NATI
xiaoxiang781216 commented on pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#issuecomment-717838337
Yes, but after I change build.yaml to use the new file
This is an automated message from th
rurtle opened a new pull request #446:
URL: https://github.com/apache/incubator-nuttx-apps/pull/446
## Summary
Fix for nuttx [issue #
1883](https://github.com/apache/incubator-nuttx/issues/1883). When proc
file-system is not mounted, running ifconfig should give output as "ifconfig:
xiaoxiang781216 edited a comment on pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#issuecomment-717838337
Yes, but after I change other git's build.yaml to use the new file.
This is an autom
jerpelea commented on pull request #2145:
URL: https://github.com/apache/incubator-nuttx/pull/2145#issuecomment-717840300
@Ouss4 updated
This is an automated message from the Apache Git Service.
To respond to the message, ple
jerpelea commented on pull request #2130:
URL: https://github.com/apache/incubator-nuttx/pull/2130#issuecomment-717843976
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on
Ouss4 closed issue #2144:
URL: https://github.com/apache/incubator-nuttx/issues/2144
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 go 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 bc8ea75 tools: cxd56: mkspk: auto
Ouss4 merged pull request #2145:
URL: https://github.com/apache/incubator-nuttx/pull/2145
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
xiaoxiang781216 edited a comment on pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#issuecomment-717838337
Yes, but after I change other git's build.yml to use the new file.
This is an automa
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch fclose
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
discard c5822bc Remove all fclose with stdin, stdout and stderr
add 9f9fed3 ipcfg_binary: Fix compile
acassis commented on pull request #2138:
URL: https://github.com/apache/incubator-nuttx/pull/2138#issuecomment-717885380
LGTM?
This is an automated message from the Apache Git Service.
To respond to the message, please log on
TA1DB commented on issue #1643:
URL:
https://github.com/apache/incubator-nuttx/issues/1643#issuecomment-717901382
> Hi Murat, don't worry, my board should arrive this week and by the weekend
I will try to help you. BTW, if you get a F429I-Disco you can play with LVGL
without these issues,
TA1DB edited a comment on issue #1643:
URL:
https://github.com/apache/incubator-nuttx/issues/1643#issuecomment-717901382
> Hi Murat, don't worry, my board should arrive this week and by the weekend
I will try to help you. BTW, if you get a F429I-Disco you can play with LVGL
without these
TA1DB edited a comment on issue #1643:
URL:
https://github.com/apache/incubator-nuttx/issues/1643#issuecomment-717901382
> Hi Murat, don't worry, my board should arrive this week and by the weekend
I will try to help you. BTW, if you get a F429I-Disco you can play with LVGL
without these
rurtle opened a new pull request #447:
URL: https://github.com/apache/incubator-nuttx-apps/pull/447
## Summary
Fixed for Nuttx coding standards violations in nsh_fsutils.h as reported in
[pull request # 446](https://github.com/apache/incubator-nuttx-apps/pull/446)
and
[here](https:
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch merge
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git.
at 0b49874 testlist: Merge avr-mips-riscv-x86-xtensa.dat and renesas.dat
into other.dat
This branc
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch merge
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 0b4987406dff880b73332a281a9c54f11a2b0e96
Author: Xiang Xiao
AuthorDate: Wed Oct 28 14:15:57 2020 +080
xiaoxiang781216 merged pull request #446:
URL: https://github.com/apache/incubator-nuttx-apps/pull/446
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 0781dbf usrsock_rpmsg: fix can't wake ppoll when no ACTION
add 23ec80f Addressed review comme
xiaoxiang781216 commented on pull request #446:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/446#issuecomment-717914857
LGTM.
This is an automated message from the Apache Git Service.
To respond to the message, p
xiaoxiang781216 closed issue #1883:
URL: https://github.com/apache/incubator-nuttx/issues/1883
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
xiaoxiang781216 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717923752
Very strange, what's value in other FILE's field?
This is an automated message from the Apac
davids5 commented on pull request #425:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/425#issuecomment-717927282
@xiaoxiang781216 would you please set this a `draft` until it is sorted
out?. You can test on the board I left with you, it has a usb.
-
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 76e58d9 Fixed coding std viola
xiaoxiang781216 merged pull request #447:
URL: https://github.com/apache/incubator-nuttx-apps/pull/447
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
YuuichiNakamura commented on a change in pull request #2142:
URL: https://github.com/apache/incubator-nuttx/pull/2142#discussion_r513455014
##
File path: sched/sched/sched_note.c
##
@@ -405,6 +405,10 @@ void sched_note_start(FAR struct tcb_s *tcb)
strncpy(note.nsa_name, tcb-
v01d commented on a change in pull request #2131:
URL: https://github.com/apache/incubator-nuttx/pull/2131#discussion_r513494553
##
File path: libs/libxx/Kconfig
##
@@ -22,6 +22,34 @@ config HAVE_CXX
if HAVE_CXX
+choice
+ prompt "C++ Library"
+ default NUTTXCXX
juniskane opened a new pull request #2146:
URL: https://github.com/apache/incubator-nuttx/pull/2146
## Summary
- Fix SYSCALL_LOOKUP for nx_pipe syscall
- Use nx_close() instead of close() to avoid setting errno and cancellation
point
- Update some misleading comments
##
xiaoxiang781216 commented on a change in pull request #2146:
URL: https://github.com/apache/incubator-nuttx/pull/2146#discussion_r513518572
##
File path: include/sys/syscall_lookup.h
##
@@ -255,7 +255,7 @@ SYSCALL_LOOKUP(telldir,1)
#endif
#if defined(CON
juniskane opened a new pull request #2147:
URL: https://github.com/apache/incubator-nuttx/pull/2147
## Summary
Use nx_close() instead of close() inside OS to avoid setting errno and
having a cancellation point.
## Impact
## Testing
btashton commented on a change in pull request #2115:
URL: https://github.com/apache/incubator-nuttx/pull/2115#discussion_r513522024
##
File path: tools/Makefile.win
##
@@ -392,17 +392,22 @@ ifeq ($(CONFIG_BUILD_2PASS),y)
$(Q) $(MAKE) -C $(CONFIG_PASS1_BUILDIR) LINKLIBS
xiaoxiang781216 commented on a change in pull request #2142:
URL: https://github.com/apache/incubator-nuttx/pull/2142#discussion_r513573129
##
File path: sched/sched/sched_note.c
##
@@ -405,6 +405,10 @@ void sched_note_start(FAR struct tcb_s *tcb)
strncpy(note.nsa_name, tcb-
xiaoxiang781216 merged pull request #2146:
URL: https://github.com/apache/incubator-nuttx/pull/2146
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
commit 8c464b0e7a35bf6ae94fcecdccc31dd31af9cd29
Author: Juha Niskanen
AuthorDate: Wed Oct 28 17:02:56 2020 +0200
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 1115452 drivers/pipes: nx_pipe sysc
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 1115452 drivers/pipes: nx_pipe syscall takes three params, also use
nx_close on error path
new 157
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 1577726f05d7a49c95295d807cc73a0207dc176a
Author: Juha Niskanen
AuthorDate: Wed Oct 28 17:02:35 2020 +0200
xiaoxiang781216 merged pull request #2147:
URL: https://github.com/apache/incubator-nuttx/pull/2147
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 commented on a change in pull request #445:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/445#discussion_r513422291
##
File path: system/adb/Kconfig
##
@@ -0,0 +1,147 @@
+#
+# For a description of the syntax of this configuration file,
+# see the fil
xiaoxiang781216 commented on a change in pull request #2115:
URL: https://github.com/apache/incubator-nuttx/pull/2115#discussion_r513591543
##
File path: Makefile
##
@@ -45,3 +45,7 @@ else
include tools/Makefile.unix
endif
endif
+
+.PHONY: execname
+execname:
+ @echo $
xiaoxiang781216 commented on a change in pull request #2131:
URL: https://github.com/apache/incubator-nuttx/pull/2131#discussion_r513594032
##
File path: libs/libxx/Kconfig
##
@@ -22,6 +22,34 @@ config HAVE_CXX
if HAVE_CXX
+choice
+ prompt "C++ Library"
+ defau
btashton commented on a change in pull request #2115:
URL: https://github.com/apache/incubator-nuttx/pull/2115#discussion_r513608885
##
File path: Makefile
##
@@ -45,3 +45,7 @@ else
include tools/Makefile.unix
endif
endif
+
+.PHONY: execname
+execname:
+ @echo $(BIN)
btashton commented on a change in pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#discussion_r513611274
##
File path: testlist/other.dat
##
@@ -0,0 +1,28 @@
+# We do not have a toolchain for avr32 outside of Microchip login wall.
+# The work wa
btashton commented on a change in pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#discussion_r513612954
##
File path: testlist/other.dat
##
@@ -0,0 +1,28 @@
+# We do not have a toolchain for avr32 outside of Microchip login wall.
+# The work wa
btashton commented on pull request #2130:
URL: https://github.com/apache/incubator-nuttx/pull/2130#issuecomment-718078824
This is only failing because it needs to be fast-forwarded. The restriction
is already in place and tested in the testing repo.
Other old PRs will likely need to
btashton closed issue #2094:
URL: https://github.com/apache/incubator-nuttx/issues/2094
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 go
btashton merged pull request #2130:
URL: https://github.com/apache/incubator-nuttx/pull/2130
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
v01d merged pull request #2131:
URL: https://github.com/apache/incubator-nuttx/pull/2131
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 g
v01d commented on a change in pull request #2131:
URL: https://github.com/apache/incubator-nuttx/pull/2131#discussion_r513618606
##
File path: libs/libxx/Kconfig
##
@@ -22,6 +22,34 @@ config HAVE_CXX
if HAVE_CXX
+choice
+ prompt "C++ Library"
+ default NUTTXCXX
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 8c464b0 sched: use nx_close instead of close
add c9dd19f sim:rpproxy/rpserver: force use 'CONFIG_SI
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c9dd19f sim:rpproxy/rpserver: force use 'CONFIG_SIM_M32' for 64bit
system.
add ff3fa80 libxx: Use
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c9dd19f sim:rpproxy/rpserver: force use 'CONFIG_SIM_M32' for 64bit
system.
add ff3fa80 libxx: Use
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 8c464b0 sched: use nx_close instead of close
add c9dd19f sim:rpproxy/rpserver: force use 'CONFIG_SI
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 8c464b0 sched: use nx_close instead of close
add c9dd19f sim:rpproxy/rpserver: force use 'CONFIG_SI
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c9dd19f sim:rpproxy/rpserver: force use 'CONFIG_SIM_M32' for 64bit
system.
add ff3fa80 libxx: Use
v01d opened a new pull request #2148:
URL: https://github.com/apache/incubator-nuttx/pull/2148
## Summary
This separation allows to interact with the watchdog from OS code,
for example initiating the watchdog very early on boot. Moreover,
these changes make the lower-half driver
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c9dd19f sim:rpproxy/rpserver: force use 'CONFIG_SIM_M32' for 64bit
system.
add ff3fa80 libxx: Use
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c9dd19f sim:rpproxy/rpserver: force use 'CONFIG_SIM_M32' for 64bit
system.
add ff3fa80 libxx: Use
xiaoxiang781216 closed issue #1804:
URL: https://github.com/apache/incubator-nuttx/issues/1804
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
xiaoxiang781216 merged pull request #1585:
URL: https://github.com/apache/incubator-nuttx/pull/1585
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 d0bde11 sched/task: do not migrate
xiaoxiang781216 commented on a change in pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#discussion_r513672709
##
File path: testlist/other.dat
##
@@ -0,0 +1,28 @@
+# We do not have a toolchain for avr32 outside of Microchip login wall.
+# The
xiaoxiang781216 commented on a change in pull request #74:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/74#discussion_r513673582
##
File path: testlist/other.dat
##
@@ -0,0 +1,28 @@
+# We do not have a toolchain for avr32 outside of Microchip login wall.
+# The
1 - 100 of 157 matches
Mail list logo