This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/releases/10.0 by this push:
new 9f6f05d Add release n
xiaoxiang781216 merged pull request #2403:
URL: https://github.com/apache/incubator-nuttx/pull/2403
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 a8b539a Add release notes for NuttX
xiaoxiang781216 merged pull request #2308:
URL: https://github.com/apache/incubator-nuttx/pull/2308
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
btashton opened a new pull request #2403:
URL: https://github.com/apache/incubator-nuttx/pull/2403
## Summary
This brings the release notes from #2308 to the 10.0 branch.
This is an automated message from the Apache Git Se
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch rn-10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit d4e52072ca990f277f0588d27f4e8158357f5ecf
Author: Brennan Ashton
AuthorDate: Sun Nov 15 13:17:12 2020 -0800
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch rn-10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at d4e5207 Add release notes for NuttX-10.0.0
This branch includes the following new commits:
new d4
btashton commented on pull request #2308:
URL: https://github.com/apache/incubator-nuttx/pull/2308#issuecomment-734128659
Thanks @acassis I made all your corrections. Could someone go ahead and
merged this @xiaoxiang781216 @Ouss4. It is only a text file change so I don't
think we need to
ChaochaoCui commented on a change in pull request #2391:
URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r530766189
##
File path: arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h
##
@@ -545,12 +545,12 @@
#define GPIO_I2C2_SMBA_2
(GPIO_ALT|GPIO_AF
ChaochaoCui commented on a change in pull request #2391:
URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r530764431
##
File path: boards/arm/stm32f7/stm32f746g-disco/include/board.h
##
@@ -366,7 +374,7 @@
#define GPIO_TP_INT (GPIO_INPUT|GPIO_FLOAT|GPIO_E
yamt opened a new pull request #504:
URL: https://github.com/apache/incubator-nuttx-apps/pull/504
## Summary
See https://github.com/apache/incubator-nuttx/pull/2347
## Impact
## Testing
This is an automat
xiaoxiang781216 commented on a change in pull request #2347:
URL: https://github.com/apache/incubator-nuttx/pull/2347#discussion_r530761629
##
File path: fs/spiffs/src/spiffs_core.c
##
@@ -1534,8 +1534,10 @@ void spiffs_fobj_event(FAR struct spiffs_s *fs,
FAR struct spiffs_f
donghengqaz commented on a change in pull request #2294:
URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r530747149
##
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##
@@ -1854,6 +1937,58 @@ static void esp_evt_work_cb(FAR void *arg)
}
}
+/**
donghengqaz commented on a change in pull request #2294:
URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r530746166
##
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##
@@ -1854,6 +1937,58 @@ static void esp_evt_work_cb(FAR void *arg)
}
}
+/**
v01d opened a new pull request #2402:
URL: https://github.com/apache/incubator-nuttx/pull/2402
## Summary
The change makes CATFILE work as expected for an empty list. Fixes #2401
## Impact
Affected build (make depend) on Linux when CSRCS/ASRCS was empty.
## Testi
v01d commented on issue #2401:
URL:
https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-734025626
Ok, then, I'll submit the above change. Thanks for the input Greg.
This is an automated message from the Apache
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 56ad18c Publishing web
patacongo commented on issue #2401:
URL:
https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-734000442
>
>
> OK, I will change CATFILE definition so that it does not hang on empty
list of input files (a sane expectation). I'm not sure how to adapt the windows
case,
v01d commented on issue #2401:
URL:
https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733988651
BTW, I'm perplexed as to why this didn't fail on CI. My guess is that stdin
is not available and thus "cat > Make.dep" would return immediately.
--
v01d commented on issue #2401:
URL:
https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733988081
OK, I will change CATFILE definition so that it does not hang on empty list
of input files (a sane expectation). I'm not sure how to adapt the windows
case, though. This is how
Ouss4 commented on issue #2401:
URL:
https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733979330
> @Ouss4 is CONFIG_WIRELESS really needed for this config?
I think it's necessary to include the wireless directory into the build.
https://github.com/apache/incubato
v01d commented on issue #2401:
URL:
https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733972427
@Ouss4 is CONFIG_WIRELESS really needed for this config? It seems that while
WIRELESS is turned on, not WIRELESS_* option is enabled so nothing is actually
added to the build.
v01d commented on issue #2401:
URL:
https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733968251
I tested on my Ubuntu, that is the only OS I can test myself.
The make rule being executed there is:
```
makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
$(ca
Ouss4 opened a new issue #2401:
URL: https://github.com/apache/incubator-nuttx/issues/2401
After #2335 I can't build esp32-core:wapi. I see however that the CI builds
it correctly, but I can't locally.
```
make V=1
...
make[1]: Entering directory '/home/ouss4/NuttX/
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from ffcedfd Remove copyright from headers
add 5c5e049 xtensa/esp32: Keep VDDSDIO power on if PSRAM is en
acassis merged pull request #2351:
URL: https://github.com/apache/incubator-nuttx/pull/2351
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.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6a43daa67e7b236ae98ba023be138c5c33e7f8ae
Author: Augusto Fraga Giachero
AuthorDate: Sun Nov 22 11:54:42 2020
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 ffcedfd9714ff5207eb75a86485b711951df168f
Author: Augusto Fraga Giachero
AuthorDate: Wed Nov 25 07:54:30 2020
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 558dfa28fb49a5eb3116d4c0b5e4f2d9c4d99ba7
Author: Augusto Fraga Giachero
AuthorDate: Mon Nov 23 08:00:32 2020
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 78797dc binfmt/libnxflat/libnxflat_bind.c: Fix syslog formats
new 6a43daa Update licenses to Apach
xiaoxiang781216 merged pull request #2375:
URL: https://github.com/apache/incubator-nuttx/pull/2375
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 ab7ae96a1e60d83ef95f32164a1893d9edd31bb3
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 16:52: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 f1ffb57f3cc9c1102dc6123ece8858c2831a50ba
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:14:51 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 e8695d61ca0128c5a05c27adcb522f2501946b41
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 20:09: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 ca2cc5133dd52cf66760a88f9cde2914907d92fe
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 20:17:19 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 73dd8a1ba209abd597505767a0a95820d26e27d0
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:53: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 0845c1f364fac9f607e5961ee001290f7427291a
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 16:57: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 b9538bf8853b394d37643a1490bf35b6e979f673
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 20:14:21 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 9125ebae376733fd9258c5d2b547ea159125fc9a
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:34: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 390f766b368533798519d949ecd90a1d105e8b19
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:45:02 2020 +0900
xiaoxiang781216 merged pull request #2400:
URL: https://github.com/apache/incubator-nuttx/pull/2400
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 e378c6c95b555f3cd086cc2ba37366650aea3217
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:30: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 17654f592e480df70e91b175f89265fb18fb34a8
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:41: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 723f590345eed03d2d256167b4ea2540fd58b193
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 16:53:41 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 59e0cf23fc83b95bcc04719bd88e668e9f9c8a73
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 14:38:52 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 0f075525afa2bf1f2c7024991a62908688e51889
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 14:38:06 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 e58a966dd60be83140d03ba9264375371a7ec9a8
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 20:11:25 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 0a146273bf13b861722af309b3a4055b66d84f74
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:49:19 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 cde04a6523b4dede7b91d6f2aa06cd1c23a72923
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 20:13:18 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 197df3edf8dfd4784a9b8090c3dd114422b47de5
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 14:37:37 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 78797dc1da9ec0fd039e73ad289683ffd3e9c76a
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 20:24: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 bed9c3b83d602823bed411705d8bf5eefffb767b
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:50:46 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 a0f8c4557d2364be649d566cea0bfc27344e4c32
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 17:45: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 40d4c03a8cee9aef1783a48446fc4af827f3c3a6
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:43: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 1fc51b3eeb3f58c4c794a2745cdf57fe55a37a74
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 16:46:16 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 af6719965f450ab8177a8c3f4e4cf0ee9fef7dce
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:45: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 f7feaa8f7975ee2c1c95a0f4351bdc5b08776ff1
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:26: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 2351b6f9100d639e2c9ff660a273ebc8cecea52d
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:20: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 4b740fa13a4af42b68732bc08006a012fa783422
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 16:54:36 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 916091cbf0cbb3c0896e38b4268ecfa1a7f34953
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 19:16:51 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 aad25bc4c8355dc2449ba9d75b79e148b64043f2
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 16:55:51 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 2e6c1bc8ad5d7353f7b2c4488e036c08203d71af
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 14:32: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 e7b185f11cf464065090281d45d6d462c8782bc3
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 14:33:51 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 75484f95b8534bf37a588b57fd77310d056b3e70
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 16:49:31 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 9058792e045f197bdfa85802de054f72c49c57ea
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 14:39:54 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 40ff30e boards/arm/stm32f0l0g0/b-l072z-lrwan1/src/stm32_ssd1306.c:
Fix a syslog format
new 2e6c1bc
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 510e72567f1c44ef9366ac8c81a9a229d251efc3
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 14:36:28 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 10cb7ac0edf49aa8ccc55ccd8ce9f23053f004e0
Author: YAMAMOTO Takashi
AuthorDate: Wed Nov 25 16:43:06 2020 +0900
yamt edited a comment on pull request #2400:
URL: https://github.com/apache/incubator-nuttx/pull/2400#issuecomment-733650813
The following nxstyle error is a false positive.
https://github.com/apache/incubator-nuttx/issues/387
```
fs/nfs/nfs_util.c:70:39: error: C++ style commen
yamt commented on pull request #2400:
URL: https://github.com/apache/incubator-nuttx/pull/2400#issuecomment-733650813
The following nxstyle errors are intentionally left
because they are parts of the copyright notices.
```
fs/nfs/rpc_clnt.c:46:80: error: Long line found
fs/nf
yamt opened a new pull request #2400:
URL: https://github.com/apache/incubator-nuttx/pull/2400
## Summary
Extracted from https://github.com/apache/incubator-nuttx/pull/2347
## Impact
## Testing
This is an
Palmitoxico commented on pull request #2375:
URL: https://github.com/apache/incubator-nuttx/pull/2375#issuecomment-733648962
Ok, copyright header removed.
This is an automated message from the Apache Git Service.
To respond t
davids5 commented on a change in pull request #2391:
URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r530274736
##
File path: arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h
##
@@ -545,12 +545,12 @@
#define GPIO_I2C2_SMBA_2
(GPIO_ALT|GPIO_AF4|GP
ChaochaoCui commented on a change in pull request #2391:
URL: https://github.com/apache/incubator-nuttx/pull/2391#discussion_r530254804
##
File path: boards/arm/stm32f7/stm32f746g-disco/include/board.h
##
@@ -513,4 +521,31 @@
# define STM32_SDMMC_SDXFR_CLKDIV (2 << STM32_SD
Ouss4 commented on a change in pull request #2294:
URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r530215630
##
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##
@@ -1854,6 +1937,58 @@ static void esp_evt_work_cb(FAR void *arg)
}
}
+/
75 matches
Mail list logo