liuguo09 commented on a change in pull request #1852:
URL: https://github.com/apache/incubator-nuttx/pull/1852#discussion_r524937146
##
File path: libs/libc/unistd/lib_sysconf.c
##
@@ -241,6 +241,14 @@ long sysconf(int name)
return 1;
#endif
+ case _SC_PAGESIZE
liuguo09 opened a new pull request #2320:
URL: https://github.com/apache/incubator-nuttx/pull/2320
## Summary
Add Select debug.h choice which may be under include/arch or
include/arch/chip.
## Impact
## Testing
Test and verify with using chip debug.h and none debug.h loc
jerpelea commented on a change in pull request #2282:
URL: https://github.com/apache/incubator-nuttx/pull/2282#discussion_r524934470
##
File path: drivers/audio/cxd56_src.c
##
@@ -0,0 +1,606 @@
+/
+ * d
xiaoxiang781216 commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728738837
All patches fix the type mismatch issue, why split it into multiple small
one(e.g. sim has 4 patch). BTW, is compiler_stdint.h required?
--
yamt commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728733157
> > > @yamt can you merge the patches in arch into one and printflike
annotaion into another?
> >
> >
> > why? i feel them separate.
>
> There are three or
xiaoxiang781216 commented on pull request #2315:
URL: https://github.com/apache/incubator-nuttx/pull/2315#issuecomment-728731889
@v01d please take a look the new common circle buffer implementation.
This is an automated messa
xiaoxiang781216 edited a comment on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728727154
> > @yamt can you merge the patches in arch into one and printflike
annotaion into another?
>
> why? i feel them separate.
There are three or
xiaoxiang781216 edited a comment on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728727154
> > @yamt can you merge the patches in arch into one and printflike
annotaion into another?
>
> why? i feel them separate.
There are three or
xiaoxiang781216 commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728727154
> > @yamt can you merge the patches in arch into one and printflike
annotaion into another?
>
> why? i feel them separate.
There are three or four p
yamt opened a new pull request #2319:
URL: https://github.com/apache/incubator-nuttx/pull/2319
## Summary
printflike stuff separated from
https://github.com/apache/incubator-nuttx/pull/
## Impact
## Testing
-
yamt commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728726772
i dropped printflike stuff from this PR.
This is an automated message from the Apache Git Service.
To respo
donghengqaz commented on a change in pull request #2294:
URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r524913220
##
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##
@@ -2210,6 +2300,19 @@ void esp_phy_disable_clock(void)
leave_critical_section(
donghengqaz commented on a change in pull request #2294:
URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r524912143
##
File path: arch/xtensa/src/esp32/esp32_wlan.c
##
@@ -307,76 +361,204 @@ static inline bool esp_isfreebuffer(FAR struct esp_dev_s
*priv)
yamt commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728717616
> @yamt can you merge the patches in arch into one and printflike annotaion
into another?
why? i feel them separate.
---
Donny9 opened a new pull request #2318:
URL: https://github.com/apache/incubator-nuttx/pull/2318
## Summary
Support l3gd20 sensor with new sensor model on stm32f429i-discovery board.
## Impact
We can test l3gd20 gyroscope sensor on stm32f429i-discovery board.
## Testing
daily
Donny9 opened a new pull request #2317:
URL: https://github.com/apache/incubator-nuttx/pull/2317
## Summary
Flashback to release all file descriptors in group to increase debugging
time.
## Impact
We will finally release stdin and stdout to prevent a failure to output the
log whil
firkraag1016 opened a new pull request #2316:
URL: https://github.com/apache/incubator-nuttx/pull/2316
## Summary
1.fix typo in riscv_scheduleaction.c in rv32im
2.set compressed instruction enabled as default in rv32im
## Impact
## Testing
--
Donny9 opened a new pull request #2315:
URL: https://github.com/apache/incubator-nuttx/pull/2315
## Summary
Add common circular buffer management. And the sensor driver model and rc
driver model use it to manage intermediate buffer.
## Impact
Make it easier to manage the circular b
masayuki2009 commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728684380
Hi @13824125580,
>as i know, the Nuttx SMP it not stable at present.
It's much stable than before but I need more work to fix some problems.
>It seem
13824125580 commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728665493
Ok, I see, thank you! @xiaoxiang781216 @btashton
This is an automated message from the Apache Git Servi
xiaoxiang781216 commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728662739
But your question is how to run nuttx on qemu, is it right? if you want to
run on real device, just buy the board which has SMP supported by NuttX. The
following boa
royfengsss commented on a change in pull request #2269:
URL: https://github.com/apache/incubator-nuttx/pull/2269#discussion_r524861218
##
File path: arch/xtensa/src/esp32/esp32_psram.c
##
@@ -1530,7 +1530,7 @@ psram_enable(int mode, int vaddrmode) /* psram init */
PS
btashton commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728660827
> It seem s the K210 default configuration not support SMP @btashton
> 236 # CONFIG_SPINLOCK is not set
> 237 # CONFIG_SPINLOCK_IRQ is not set
> 238 # CONFIG_IRQ
13824125580 edited a comment on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728658239
It seem s the K210 default configuration not support SMP @btashton
236 # CONFIG_SPINLOCK is not set
237 # CONFIG_SPINLOCK_IRQ is not set
238 # CONFIG_I
xiaoxiang781216 commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728658425
@yamt can you merge the patches in arch into one and printflike annotaion
into another?
This is
13824125580 commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728658239
It seem s the K210 default configuration not support SMP ï¼ btashton
236 # CONFIG_SPINLOCK is not set
237 # CONFIG_SPINLOCK_IRQ is not set
238 # CONFIG_IRQCHAIN
xiaoxiang781216 commented on a change in pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524856580
##
File path: arch/sim/include/types.h
##
@@ -44,6 +44,8 @@
* Included Files
*
xiaoxiang781216 commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728653807
you can try sabre-6quad with QEMU:
https://github.com/apache/incubator-nuttx/blob/master/boards/arm/imx6/sabre-6quad/configs/smp/defconfig
@masayuki2009 has don
btashton commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728634943
SMP should be quite stable especially in master now. @masayuki2009 has done
a lot of work on it. You can also run the simulator in SMP mode. See
`./tools/configure.sh sim:s
13824125580 commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728626730
> All the QEMU configurations build I think you are facing some issues due
to running Ubuntu 14 which is really really old. The 64bit version is a little
more complicate
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 c43223b Publishing web
yamt commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728460049
> > i guess compilers used for arch/z80 and arch/z16 don't provide
`__INTMAX_TYPE__` or `__UINTMAX_TYPE__`.
> > @patacongo is it right?
>
> Very unlikely. It is c8
patacongo edited a comment on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728386763
> i guess compilers used for arch/z80 and arch/z16 don't provide
`__INTMAX_TYPE__` or `__UINTMAX_TYPE__`.
> @patacongo is it right?
Very unlikely. It
patacongo edited a comment on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728386763
> i guess compilers used for arch/z80 and arch/z16 don't provide
`__INTMAX_TYPE__` or `__UINTMAX_TYPE__`.
> @patacongo is it right?
Very unlikely. It
patacongo commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728386763
> i guess compilers used for arch/z80 and arch/z16 don't provide
`__INTMAX_TYPE__` or `__UINTMAX_TYPE__`.
> @patacongo is it right?
Very unlikely
> in
yamt commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728376390
i guess compilers used for arch/z80 and arch/z16 don't provide
__INTMAX_TYPE__ or __UINTMAX_TYPE__.
@patacongo is it right?
in that case, those types.h need to be
yamt edited a comment on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728376390
i guess compilers used for arch/z80 and arch/z16 don't provide
`__INTMAX_TYPE__` or `__UINTMAX_TYPE__`.
@patacongo is it right?
in that case, those types.h
kernelgurumeditation opened a new issue #2314:
URL: https://github.com/apache/incubator-nuttx/issues/2314
tested with master version:
In file included from chip/stm32_otghost.c:73:0:
chip/stm32_otg.h:135:34: warning: 'struct usbdev_s' declared inside
parameter list
void stm32_
yamt commented on a change in pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524684256
##
File path: include/nuttx/compiler_stdint.h
##
@@ -69,6 +69,9 @@ typedef __INTMAX_TYPE__ _intmax_t;
#if defined(__UINTMAX_TYPE__)
typedef __
yamt commented on a change in pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524683998
##
File path: include/stdio.h
##
@@ -190,15 +190,21 @@ intsnprintf(FAR char *buf, size_t size,
intsscanf(FAR const char *buf, FAR const IPTR
kernelgurumeditation opened a new issue #481:
URL: https://github.com/apache/incubator-nuttx-apps/issues/481
tested with master
make[3]: Entering directory '/root/nuttx/apps/examples/elf'
make[4]: Entering directory '/root/nuttx/apps/examples/elf/tests'
make[5]: Entering dir
btashton commented on issue #2310:
URL:
https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728194252
All the QEMU configurations build I think you are facing some issues due to
running Ubuntu 14 which is really really old. The 64bit version is a little
more complicated to
btashton commented on pull request #2204:
URL: https://github.com/apache/incubator-nuttx/pull/2204#issuecomment-728190331
> I noticed that the PR also needs to be backported to 10.0
>
Thanks for catching this. I added the label so I won't miss it this evening.
--
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 406347b stm32/stm32_1wire.c: Fix nxstyle errors
new 97a9963 arch/arm/src/sam34/sam_udp.c: Replace
xiaoxiang781216 merged pull request #2312:
URL: https://github.com/apache/incubator-nuttx/pull/2312
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
davids5 merged pull request #2313:
URL: https://github.com/apache/incubator-nuttx/pull/2313
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.
davids5 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 406347b stm32/stm32_1wire.c: Fix nxst
hartmannathan opened a new pull request #2313:
URL: https://github.com/apache/incubator-nuttx/pull/2313
## Summary
arch/arm/src/stm32/stm32_1wire.h:
* Fix nxstyle errors.
## Impact
Removes nxstyle errors.
## Testing
nxstyle
jerpelea commented on pull request #2312:
URL: https://github.com/apache/incubator-nuttx/pull/2312#issuecomment-728088545
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on
yamt opened a new pull request #2312:
URL: https://github.com/apache/incubator-nuttx/pull/2312
## Summary
type mismatch and printf format fixes extracted from
https://github.com/apache/incubator-nuttx/pull/
also, some replace non-ascii characters in source code.
## Impact
yamt commented on a change in pull request #2111:
URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524284876
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \
CPPFLAGS := $(ARCHINC
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 ba342132221a0ca8704924746538caf542278d48
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 14:57:26 2020 +0900
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 458e6f5a020cc1fdc9716aa18e58a273933b06e6
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 12:56:35 2020 +0900
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 fd48419a3d82f14aa705ac9bd87a5234c2bd386a
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 18:08:50 2020 +0900
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 566ca63cee90ab4a85d56394c13838d8fd36dc59
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 14:54:02 2020 +0900
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 2af9bf33b7f5770f6a19011e2c7afbe7b1d379e6
Author: YAMAMOTO Takashi
AuthorDate: Tue Nov 10 09:17:58 2020 +0900
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 174811cd5d027d3a6d99d9690cef7c0abca4ad85
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 13:26:45 2020 +0900
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 09b59bc2250272e5da824980adff025b24e8b95c
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 20:15:26 2020 +0900
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 45a51bf4b034ab2ec14c84d5e0294fa77c60a0cd
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 14:55:27 2020 +0900
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 cbfc4ee063efcf2f91281273f733139d0676ff67
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 14:43:11 2020 +0900
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 7fdbd960aadef59e7b1c769c3fb85417a1337b22
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 15:56:20 2020 +0900
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 62be7ba8b2eb44da46ad08e7978d3cf0210a2143
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 18:26:49 2020 +0900
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 35c6b4ad103bfecf72597151662c5936b4dc3c6f
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 18:07:39 2020 +0900
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 638f31a42f7a0eb5d228b039fb9cf426b9ad0d4f
Author: YAMAMOTO Takashi
AuthorDate: Thu Nov 5 18:15:04 2020 +0900
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 516d51d4d1fcabe16a7928fc0a76c10772cdcce8
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 18:13:44 2020 +0900
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 6125d1bb6729ccd0c8d281ea4a263fbbd75cb094
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 20:12:54 2020 +0900
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 76c947153af520352b6eb400906b15b16a6d9bda
Author: YAMAMOTO Takashi
AuthorDate: Tue Nov 10 18:34:29 2020 +0900
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 99c9a671d2ace386a33b1613ba82398ae063fe0f
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 18:14:40 2020 +0900
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 3b58809f9b943e642e7eda02fae100febfa91716
Author: YAMAMOTO Takashi
AuthorDate: Tue Nov 10 09:01:05 2020 +0900
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 4eb92e5410f67187064ea0bf2f37723b7b7af0cf
Author: YAMAMOTO Takashi
AuthorDate: Tue Nov 10 18:21:09 2020 +0900
xiaoxiang781216 merged pull request #2311:
URL: https://github.com/apache/incubator-nuttx/pull/2311
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 b0e6462f6ada423cb12ce67ea084a22f68e7c5c0
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 18:45:17 2020 +0900
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 19badbda2497995e682d2d9ae129b5d1fd9aeca9
Author: YAMAMOTO Takashi
AuthorDate: Tue Nov 10 09:07:02 2020 +0900
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 c07b45152ec0042861761bd9e9868e6bce65a7b5
Author: YAMAMOTO Takashi
AuthorDate: Tue Nov 10 18:11:14 2020 +0900
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 e75dfac5652f28e4aed74c7c715e21fb3263
Author: YAMAMOTO Takashi
AuthorDate: Tue Nov 10 18:17:11 2020 +0900
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 2342b929e7678b5d37c6f15004e35fde232d72bd
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 20:02:42 2020 +0900
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 6ec164d55361979acfe1798afb817279a6279e7d
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 11 15:54:14 2020 +0900
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 63320733ccef3eba3bc6af33f0d618a662db1173
Author: YAMAMOTO Takashi
AuthorDate: Tue Nov 10 08:42:40 2020 +0900
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 a86c58334c0a8f8af34e2c0060ccef6d1b4bc0d2
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 18:11:42 2020 +0900
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 cc2384ad8ee82a569242b39f8d1a499933afa83f
Author: YAMAMOTO Takashi
AuthorDate: Thu Nov 5 18:32:09 2020 +0900
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 b380760eb11bd70f2d3cee7c1b91efba6022690c
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 20:14:03 2020 +0900
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 4c663c9713ef0076faeaa77c800b36b7f2e6525d
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 11 16:09:08 2020 +0900
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 ba02387d688ff535f72a2fe9641ea3566af8e165
Author: YAMAMOTO Takashi
AuthorDate: Thu Nov 5 18:15:57 2020 +0900
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 711371a855a36525efc275504336bc2cec8aac2f
Author: YAMAMOTO Takashi
AuthorDate: Fri Nov 13 15:46:09 2020 +0900
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 23da936a3897002fbd7dab0908a0ef3b2ae8fc12
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 18:14:10 2020 +0900
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 13f3f84 arch: armv7-a: Remove unnecessary d-cache operation in
arm_cpustart.c
new 638f31a hcs12:
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 d007b37973da38100b12e9e32306c7055d69daa6
Author: YAMAMOTO Takashi
AuthorDate: Mon Nov 9 18:12:49 2020 +0900
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 18b3b3f5c1c48d75704826484938d1ba8c81a354
Author: YAMAMOTO Takashi
AuthorDate: Thu Nov 5 17:13:40 2020 +0900
xiaoxiang781216 commented on a change in pull request #2111:
URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524243926
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \
CPPFLAGS :
masayuki2009 commented on pull request #2204:
URL: https://github.com/apache/incubator-nuttx/pull/2204#issuecomment-727957061
@btashton
I noticed that the PR also needs to be backported to 10.0
This is an automated me
yamt commented on a change in pull request #2111:
URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524230315
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \
CPPFLAGS := $(ARCHINC
yamt commented on a change in pull request #2111:
URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524224398
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \
CPPFLAGS := $(ARCHINC
yamt commented on a change in pull request #2111:
URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524222957
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \
CPPFLAGS := $(ARCHINC
yamt commented on a change in pull request #2111:
URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r52428
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \
CPPFLAGS := $(ARCHINC
xiaoxiang781216 commented on a change in pull request #2111:
URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524208334
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \
CPPFLAGS :
yamt opened a new pull request #2311:
URL: https://github.com/apache/incubator-nuttx/pull/2311
## Summary
nxstyle fixes extracted from
https://github.com/apache/incubator-nuttx/pull/
## Impact
## Testing
yamt commented on a change in pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524198512
##
File path: arch/sim/include/inttypes.h
##
@@ -44,7 +44,7 @@
* Pre-processor Definitions
**
yamt commented on a change in pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524194680
##
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##
@@ -389,7 +390,7 @@ wifi_osi_funcs_t g_wifi_osi_funcs =
._nvs_erase_key = esp_nvs_eras
yamt commented on a change in pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524192384
##
File path: arch/sim/include/types.h
##
@@ -44,6 +44,8 @@
* Included Files
xiaoxiang781216 commented on pull request #:
URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-727930012
@yamt great work! but there are many intermediate patches, can you organize
the patch series into two:
1. Fix type mismatch and nxstyle(or better to has nx
1 - 100 of 121 matches
Mail list logo