CV-Bowen opened a new pull request, #7133:
URL: https://github.com/apache/incubator-nuttx/pull/7133
## Summary
Clear software tx index when uart_reset called.
Otherwise, after the rx error occur, the tx output will be out of sequence,
for example:
normal log:
[ 30.163000] 12345
GUIDINGLI commented on PR #7113:
URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250611533
Just update cp15.h in new version
--
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
GUIDINGLI commented on PR #7113:
URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250597604
ligd@Opt:~/platform/mainline/nuttx$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Arm Embedded Toolchain 10.3-2021.10) 10.3.1 20210824
(release)
Copyright (C) 2020 Fre
anchao opened a new pull request, #7132:
URL: https://github.com/apache/incubator-nuttx/pull/7132
## Summary
net/procfs: disable tcp/udp proc node if no stack available
```
CC: procfs/net_tcp.c
procfs/net_tcp.c: In function ‘netprocfs_tcpstats’:
procfs/net_tcp.c:74:18:
masayuki2009 commented on PR #7113:
URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250576572
>I have tried sabre-6quad:smp, both QEMU & real board, and can't reproduce
your problem.
Hmm, it's strange.
Could you tell me the compiler version?
I've been
GUIDINGLI commented on PR #7113:
URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250562818
@masayuki2009
I have tried sabre-6quad:smp, both QEMU & real board, and can't reproduce
your problem.
real board, step:
./tools/configure.sh sabre-6quad:smp -j8
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 3461990ef4 arch: arm: tlsr: Use flas
xiaoxiang781216 merged PR #7130:
URL: https://github.com/apache/incubator-nuttx/pull/7130
--
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
CV-Bowen opened a new pull request, #7131:
URL: https://github.com/apache/incubator-nuttx/pull/7131
## Summary
1. add poll_notify() api for poll notification;
2. call poll_notify() in all drivers poll notification process;
## Impact
Only code refactor
## Testing
Pass
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 3a5ae5681d arch/arm/makefile: linkin
xiaoxiang781216 merged PR #7128:
URL: https://github.com/apache/incubator-nuttx/pull/7128
--
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
LingaoM commented on PR #7130:
URL: https://github.com/apache/incubator-nuttx/pull/7130#issuecomment-1250467098
@CV-Bowen FYI
--
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.
LingaoM opened a new pull request, #7130:
URL: https://github.com/apache/incubator-nuttx/pull/7130
Since tlsr arch support A/B bank, the hardware support relative addr to load
or store, but for flash read, must use absolute addr. also combine with
flash_<*>_method.
Signed-off-by: Lin
xiaoxiang781216 commented on code in PR #7048:
URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r973812056
##
.gitignore:
##
@@ -38,6 +38,7 @@
/.project
/.version
/_SAVED_APPS_config
+/allsyms.tmp
Review Comment:
remove
##
arch/sim/src/.gitig
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 564c62c Publishing web
xiaoxiang781216 opened a new pull request, #7129:
URL: https://github.com/apache/incubator-nuttx/pull/7129
## Summary
Make the API consistent between armv7-a/r and armv7/8-m
## Impact
arm
## Testing
--
This is an automated message from the Apache Git Service.
To
anchao commented on code in PR #7128:
URL: https://github.com/apache/incubator-nuttx/pull/7128#discussion_r973750745
##
arch/arm/src/Makefile:
##
@@ -106,6 +107,8 @@ else
SCRIPT_OPT = --scatter=
endif
+LIBRARY_OPT ?= --library=
Review Comment:
Done
--
This is an
anchao commented on code in PR #7128:
URL: https://github.com/apache/incubator-nuttx/pull/7128#discussion_r973749179
##
arch/arm/src/Makefile:
##
@@ -106,6 +107,8 @@ else
SCRIPT_OPT = --scatter=
endif
+LIBRARY_OPT ?= --library=
Review Comment:
Yes, or use -l by defau
pkarashchenko commented on code in PR #7128:
URL: https://github.com/apache/incubator-nuttx/pull/7128#discussion_r973744827
##
arch/arm/src/Makefile:
##
@@ -106,6 +107,8 @@ else
SCRIPT_OPT = --scatter=
endif
+LIBRARY_OPT ?= --library=
Review Comment:
So GCC linking w
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
The following commit(s) were added to refs/heads/master by this push:
new 64c0ec592b esp32-devkitc: Add su
pkarashchenko merged PR #7127:
URL: https://github.com/apache/incubator-nuttx/pull/7127
--
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
anchao opened a new pull request, #7128:
URL: https://github.com/apache/incubator-nuttx/pull/7128
## Summary
arch/arm/makefile: linking libraries with GCC should use option -l
Signed-off-by: chao an
## Impact
N/A
## Testing
ci check
--
This is an
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 7f79466d0b385587f24ae70e14a0292a370c22a3
Author: raiden00pl
AuthorDate: Sun Sep 18 13:05:46 2022 +0200
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 f23a736c80 nxstyle: correct the file path
new 69ecafd352 arch/arm: initial support for NRF5340
n
xiaoxiang781216 merged PR #7125:
URL: https://github.com/apache/incubator-nuttx/pull/7125
--
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
acassis opened a new pull request, #7127:
URL: https://github.com/apache/incubator-nuttx/pull/7127
## Summary
Add support to W5500 WIZnet
## Impact
Make it easier to user to test W5500 with ESP32
## Testing
ESP32-Devkitc
--
This is an automated message from the Apache Gi
xiaoxiang781216 opened a new pull request, #7126:
URL: https://github.com/apache/incubator-nuttx/pull/7126
## Summary
- watchdog: Rename WATCHDOG_AUTOMONITOR_BY_TIMER to
WATCHDOG_AUTOMONITOR_BY_WDOG
- watchdog: Support auto monitor keep alive from timer lowerhalf
- watchdog: Su
raiden00pl opened a new pull request, #7125:
URL: https://github.com/apache/incubator-nuttx/pull/7125
## Summary
- arch/arm: initial support for NRF5340
- boards: initial support for nrf5340-audio-dk - NSH boots on the app core
## Impact
## Testing
nrf5340-audio
xiaoxiang781216 commented on PR #7048:
URL: https://github.com/apache/incubator-nuttx/pull/7048#issuecomment-1250232154
> I gave up replacing the default mkallsyms.py because using it requires
installing some dependencies. I may need to add the dependency in CI and then
replace it
Yo
29 matches
Mail list logo