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 0e0ac0656 system/cachespeed:Too
xiaoxiang781216 merged PR #1331:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1331
--
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 the specific comment.
To unsubscribe, e-mail: commits-u
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 8e8d46159 ostest/prioinherit: f
xiaoxiang781216 merged PR #1333:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1333
--
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 the specific comment.
To unsubscribe, e-mail: commits-u
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 3ad24ad Publishing web
pkarashchenko commented on PR #6318:
URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1264062453
@hartmannathan @acassis here is a fix of the crash
https://github.com/apache/incubator-nuttx-apps/pull/1333
Actually log from Alan helped as it was containing string `asse
pkarashchenko opened a new pull request, #1333:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1333
## Summary
When application is compiled without optimisation the stack usage is higher.
1K stack of `adversary` task is getting overflowed and that leads to crash.
Increase stack
pkarashchenko commented on PR #7218:
URL: https://github.com/apache/incubator-nuttx/pull/7218#issuecomment-1264008853
Seems like some defconfig files now also should be updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 18c715ba9283dda403aeeb73db2b299e081e3bfa
Author: Tiago Medicci Serrano
AuthorDate: Wed Sep 28 15:01:53 2022 -0
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit fc9b9f70ac4bada26e4915cf390e881c81136b65
Author: Tiago Medicci Serrano
AuthorDate: Thu Sep 29 11:52:36 2022 -0
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 06bc2220b90224714a02787e1de91493bdb796a6
Author: Tiago Medicci Serrano
AuthorDate: Wed Sep 28 12:20:45 2022 -0
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 d906c2ff3b sim/adb: Enable netdb
new 18c715ba92 xtensa/esp32: add initial support for I2S
new 06bc
acassis merged PR #7220:
URL: https://github.com/apache/incubator-nuttx/pull/7220
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
acassis merged PR #7219:
URL: https://github.com/apache/incubator-nuttx/pull/7219
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
acassis 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 d906c2ff3b sim/adb: Enable netdb
d906c
acassis commented on PR #7218:
URL: https://github.com/apache/incubator-nuttx/pull/7218#issuecomment-1263895226
@xiaoxiang781216 any idea why it is failing?
--
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
tmedicci commented on code in PR #7220:
URL: https://github.com/apache/incubator-nuttx/pull/7220#discussion_r984850867
##
arch/xtensa/src/esp32/Kconfig:
##
@@ -333,6 +319,283 @@ config ESP32_SDMMC
---help---
No yet implemented
+config ESP32_I2S
+
acassis commented on code in PR #7220:
URL: https://github.com/apache/incubator-nuttx/pull/7220#discussion_r984841522
##
arch/xtensa/src/esp32/Kconfig:
##
@@ -333,6 +319,283 @@ config ESP32_SDMMC
---help---
No yet implemented
+config ESP32_I2S
+ b
tmedicci opened a new pull request, #7220:
URL: https://github.com/apache/incubator-nuttx/pull/7220
## Summary
As previously shown in NuttX 2022 Workshop, here is the I2S support for the
ESP32 from Espressif. This PR includes the I2S peripheral drivers, bindings for
the generic I2S a
xiaoxiang781216 opened a new pull request, #7219:
URL: https://github.com/apache/incubator-nuttx/pull/7219
## Summary
Could use nslookup in sim/adb:
```
nsh> nslookup www.baidu.com
Host: www.baidu.com Addr: 103.235.46.40
```
## Impact
sim:adb
## Testing
Pass
xiaoxiang781216 opened a new pull request, #7218:
URL: https://github.com/apache/incubator-nuttx/pull/7218
## Summary
since there are many net drivers doesn't depend on phy
## Impact
Kconfig default value
## Testing
Pass CI
--
This is an automated message from th
pkarashchenko commented on PR #6318:
URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1263758632
Finally I was managed to catch the crash with next config. I was able to
identify that if `CONFIG_DEBUG_FULLOPT=y` the crash is not reproduced. @acassis
@hartmannathan could
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit bdeaea3742c92ab1b32fe4043bfcb91972de5e32
Author: Xiang Xiao
AuthorDate: Mon Sep 26 12:56:25 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 6e490759d6 s32k1xx: Fix FlexIO timer register access macros
new bdeaea3742 Remove the unnessary e
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit e38248ee0880d152fa1669436189c0bfb2397196
Author: Xiang Xiao
AuthorDate: Mon Sep 26 19:08:24 2022 +0800
pkarashchenko merged PR #7191:
URL: https://github.com/apache/incubator-nuttx/pull/7191
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr
xiaoxiang781216 commented on PR #7191:
URL: https://github.com/apache/incubator-nuttx/pull/7191#issuecomment-1263730109
@pkarashchenko ping:).
--
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 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.git
from 68db81ab4f s32k1xx: Allow building with debug features and no console.
add 6e490759d6 s32k1xx: Fix Fl
xiaoxiang781216 merged PR #7216:
URL: https://github.com/apache/incubator-nuttx/pull/7216
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubs
pkarashchenko commented on PR #6318:
URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1263684641
@hartmannathan I just successfully ran ostest on stm32f4discovery board.
Here is a `defconfig` that I used. Also run log is attached.
[defconfig.txt](https://github.com/a
acassis commented on issue #7215:
URL:
https://github.com/apache/incubator-nuttx/issues/7215#issuecomment-1263585448
Hi @xiaotailang please give more information. We don't know that board you
are using, what config you are using, which steps you took enable it, etc.
Please describe exactly
pkarashchenko merged PR #7217:
URL: https://github.com/apache/incubator-nuttx/pull/7217
--
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 the specific comment.
To unsubscribe, e-mail: commits-unsubscr
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 53dcddc9e3 arch/armv[7|8]-m: Implement up_invalidate_icache
add 68db81ab4f s32k1xx: Allow buildin
acassis commented on PR #7216:
URL: https://github.com/apache/incubator-nuttx/pull/7216#issuecomment-1263559707
Thank you @csanchezdll nice finding!
--
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 t
SrivamsiMalladi commented on issue #7193:
URL:
https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1263410332
Also, I am not able to connect to the nuttxap created even without changing
the name.
--
This is an automated message from the Apache Git Service.
To respond to th
anjiahao1 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1263356792
@xiaoxiang781216 i check it all agin,is look good
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
SrivamsiMalladi commented on issue #7193:
URL:
https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1263348995
Oh yea! With sta_softap configuration, I can now see wlan1 in ifconfig. I
think this should be clearly mentioned in the documentation.
>It is possible to use ESP32
csanchezdll opened a new pull request, #7217:
URL: https://github.com/apache/incubator-nuttx/pull/7217
## Summary
If no LPUART console is selected, but DEBUG_FEATURES is enabled, building
fails for s32k1xx boards.
## Impact
This prevents using custom consoles different from LPUA
lupyuen commented on PR #1332:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1332#issuecomment-1263283800
Very sorry for this, it's meant for my internal updates
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
lupyuen closed pull request #1332: Merge updates from downstream
URL: https://github.com/apache/incubator-nuttx-apps/pull/1332
--
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 the specific comment.
T
csanchezdll opened a new pull request, #7216:
URL: https://github.com/apache/incubator-nuttx/pull/7216
## Summary
Definition of macros for addresses of some registers of FlexIO (those
regarding the FlexIO timers, specifically) on s32k1xx architecture were
incorrectly defined. It looks li
slorquet commented on PR #1330:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1330#issuecomment-1263217908
I'm cancelling this PR. I will come up with a new way to do it that limit
breakage.
--
This is an automated message from the Apache Git Service.
To respond to the message
slorquet closed pull request #1330: Separate NSH ability to mount a romfs at
/etc and to run init scripts.
URL: https://github.com/apache/incubator-nuttx-apps/pull/1330
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
slorquet commented on code in PR #1330:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1330#discussion_r984299369
##
nshlib/Kconfig:
##
@@ -857,13 +832,75 @@ config NSH_FATMOUNTPT
will mount a FAT FS under /tmp. This is the location where the
FAT
slorquet commented on code in PR #1330:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1330#discussion_r984294652
##
nshlib/Kconfig:
##
@@ -857,13 +832,75 @@ config NSH_FATMOUNTPT
will mount a FAT FS under /tmp. This is the location where the
FAT
slorquet commented on code in PR #1330:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1330#discussion_r984294652
##
nshlib/Kconfig:
##
@@ -857,13 +832,75 @@ config NSH_FATMOUNTPT
will mount a FAT FS under /tmp. This is the location where the
FAT
xiaotailang opened a new issue, #7215:
URL: https://github.com/apache/incubator-nuttx/issues/7215
I compile the File system mount example with the config options likes this:
[*] File system mount example
[*] Use block device
(/dev/mtdblock0) Block device name
I can not mount
47 matches
Mail list logo