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 fc65e6969d arm/llvm/clang: add s
pkarashchenko merged PR #7653:
URL: https://github.com/apache/incubator-nuttx/pull/7653
--
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
pkarashchenko merged PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618
--
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 458ff380e5fd7578db5faf74c82d4dccceb8a8c4
Author: Ville Juven
AuthorDate: Thu Nov 17 13:39:17 2022 +0200
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 5c1b518314 nuttx/sched: move reprioritize process to public function
new 458ff380e5 mm/gran: Allo
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 48b9a8d6f43375e9a2d2662dbb9438160c903f1d
Author: Ville Juven
AuthorDate: Thu Nov 17 12:03:22 2022 +0200
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 f8a6ec2cdfb4665d848ac6f9ca2912ef0135f9ac
Author: Ville Juven
AuthorDate: Fri Nov 18 13:34:28 2022 +0200
pkarashchenko commented on code in PR #7642:
URL: https://github.com/apache/incubator-nuttx/pull/7642#discussion_r1028971689
##
fs/vfs/fs_epoll.c:
##
@@ -36,23 +36,45 @@
#include
#include
#include
+#include
#include
+#include
#include "inode/inode.h"
/***
anchao commented on PR #7653:
URL: https://github.com/apache/incubator-nuttx/pull/7653#issuecomment-1323243129
> I see that `cibuild.sh` and `Dockerfile` still point to 14.0.0 version. Is
this PR complete? Or there is some dependency?
Yes, the ci script needs to be updated after PR
h
pkarashchenko commented on code in PR #7649:
URL: https://github.com/apache/incubator-nuttx/pull/7649#discussion_r1028964692
##
libs/libc/machine/arch_atomic.c:
##
@@ -733,3 +733,26 @@ SYNC_VAL_CMP_SWAP(4, uint32_t)
SYNC_VAL_CMP_SWAP(8, uint64_t)
#endif /* __clang__ */
+
+/*
pkarashchenko commented on PR #7653:
URL: https://github.com/apache/incubator-nuttx/pull/7653#issuecomment-1323228070
I see that `cibuild.sh` and `Dockerfile` still point to 14.0.0 version. Is
this PR complete? Or there is some dependency?
--
This is an automated message from the Apache G
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 5c1b518314b13c1e151e7f26a65abea1f92d1534
Author: zhangyuan21
AuthorDate: Tue Nov 15 10:05:50 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 08f7152d9f13aafd7270b2462572c189ea669692
Author: zhangyuan21
AuthorDate: Sun Nov 13 20:39:14 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit e54b602208c1e4451096e327d1010512f5792ffb
Author: zhangyuan21
AuthorDate: Tue Nov 1 09:52:11 2022 +0800
n
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from ae46cd4fa1 usrsock: add REMOTE_CLOSED event handler to connect
new e54b602208 nuttx/sched: remove nxsc
masayuki2009 merged PR #7599:
URL: https://github.com/apache/incubator-nuttx/pull/7599
--
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.
masayuki2009 commented on PR #7599:
URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1323162166
@zyfeier @xiaoxiang781216
I've just confirmed that all the tests have passed.
Let me merge this PR.
--
This is an automated message from the Apache Git Service.
T
This is an automated email from the ASF dual-hosted git repository.
masayuki 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 ae46cd4fa1 usrsock: add REMOTE_CLOSED
masayuki2009 merged PR #7652:
URL: https://github.com/apache/incubator-nuttx/pull/7652
--
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, #7653:
URL: https://github.com/apache/incubator-nuttx/pull/7653
## Summary
arm/llvm/clang: add support for LLVMEmbeddedToolchainForArm release-15.0.2
Upstream:
https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/tag/rele
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 fd22b6372 fix issue with readin
xiaoxiang781216 merged PR #1423:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1423
--
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.
archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 88649d03ba9dd7524aa219b8dff0eb3d84a028ae
Author: Xiang Xiao
AuthorDate: Mon Nov 21 03:19:26 2022 +0800
Fix
This is an automated email from the ASF dual-hosted git repository.
archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 12b3a1ae564c2de39f3f41fb2361d865d24725f9
Author: Xiang Xiao
AuthorDate: Mon Nov 21 10:21:40 2022 +0800
Fix
This is an automated email from the ASF dual-hosted git repository.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from af2aa13873 phtread: Change stacksize type from long to size_t
new 88649d03ba Fix Error: stm32_wm8994.c:1
anchao merged PR #7650:
URL: https://github.com/apache/incubator-nuttx/pull/7650
--
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...@nut
This is an automated email from the ASF dual-hosted git repository.
archer 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 92d38a3bb Fix Error: nxtext_popup.
anchao merged PR #1436:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1436
--
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 closed pull request #7624: tools/ci: Remove thttpd related
config from the black list
URL: https://github.com/apache/incubator-nuttx/pull/7624
--
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
zhhyu7 opened a new pull request, #7652:
URL: https://github.com/apache/incubator-nuttx/pull/7652
when usrsock client try to connect usrsock server local_loop socket with an
invalid port, server cannot find a listener conn to handle this connet request,
then it will response a TCP_RESET pac
zyfeier commented on PR #7599:
URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1322968945
> @xiaoxiang781216 It seems working but I'd like to try the latest PR again.
So please fix the conflicts.
@masayuki2009 conflicts was fixed, please check again.
--
This
Donny9 opened a new pull request, #7651:
URL: https://github.com/apache/incubator-nuttx/pull/7651
## Summary
1. net/sockif: add si_getsockopt and si_setsockopt to simply getsockopt and
setsockopt
2. support SO_PEERCRED for local socket.
## Impact
simply code
## Testing
loca
superxyxiao commented on issue #7617:
URL:
https://github.com/apache/incubator-nuttx/issues/7617#issuecomment-1322905885
Hi @acassis Generate the same error,The serial terminal is also unable to
input. by the way ,I use 8.2 version . my opertion whether error?
(gdb) target remote :4
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 3f9274e0 Publishing web
mlondono74 commented on PR #1423:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1423#issuecomment-1322805488
fixed the warning regarding spaces in blanked line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
This is an automated email from the ASF dual-hosted git repository.
masayuki 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 af2aa13873 phtread: Change stacksize
masayuki2009 merged PR #7644:
URL: https://github.com/apache/incubator-nuttx/pull/7644
--
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.
masayuki 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 624d69ee05 boards: enter/leave critic
masayuki2009 merged PR #7648:
URL: https://github.com/apache/incubator-nuttx/pull/7648
--
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.
masayuki2009 commented on PR #7599:
URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1322781435
@xiaoxiang781216
It seems working but I'd like to try the latest PR again.
So please fix the conflicts.
--
This is an automated message from the Apache Git Servic
robertalexa2000 commented on PR #7647:
URL: https://github.com/apache/incubator-nuttx/pull/7647#issuecomment-1322617468
@xiaoxiang781216 do you have any idea why the build failed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
xiaoxiang781216 opened a new pull request, #7650:
URL: https://github.com/apache/incubator-nuttx/pull/7650
## Summary
Report here: https://github.com/apache/incubator-nuttx/pull/7391
## Impact
Minor
## Testing
Pass CI
--
This is an automated message from the Apac
xiaoxiang781216 opened a new pull request, #7649:
URL: https://github.com/apache/incubator-nuttx/pull/7649
## Summary
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
xiaoxiang781216 commented on PR #7644:
URL: https://github.com/apache/incubator-nuttx/pull/7644#issuecomment-1322528465
Done.
--
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.
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 52235b468b spresense/wifi: icmp/arp
xiaoxiang781216 merged PR #7646:
URL: https://github.com/apache/incubator-nuttx/pull/7646
--
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
xiaoxiang781216 commented on PR #1423:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1423#issuecomment-1322523693
@mlondono74 please fix this warning:
Error:
/home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/netutils/netlib/netlib_ipv6route.c:136:1:
error: Blan
mlondono74 commented on PR #1423:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1423#issuecomment-1322484143
Squashed commits, rebased and force pushed as requested. Thanks for
considering this.
--
This is an automated message from the Apache Git Service.
To respond to the me
anchao opened a new pull request, #7648:
URL: https://github.com/apache/incubator-nuttx/pull/7648
## Summary
boards: enter/leave critical section should in pairs
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
--
This is an automated
robertalexa2000 opened a new pull request, #7647:
URL: https://github.com/apache/incubator-nuttx/pull/7647
These patches add support for a new custom-made board, esp32-sparrow, which
is built upon esp32-wrover-kit. The purpose to esp32-sparrow-kit is to enable
by default support for various
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 221b098846 drivers/lcd/st7789: fix inv
acassis merged PR #7643:
URL: https://github.com/apache/incubator-nuttx/pull/7643
--
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
anchao opened a new pull request, #7646:
URL: https://github.com/apache/incubator-nuttx/pull/7646
## Summary
spresense/wifi: icmp/arp message should talk to GS2200M through usrsock
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
--
This i
robertalexa2000 closed pull request #1389: apps/ltr308: add simple application
to test ltr308 sensor
URL: https://github.com/apache/incubator-nuttx-apps/pull/1389
--
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
robertalexa2000 commented on PR #1389:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1389#issuecomment-1322420589
I'm closing this request and will open a new one later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
xiaoxiang781216 commented on PR #1423:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1423#issuecomment-1322416585
please do the follow to fix style warning:
```
git remote add apache g...@github.com:apache/incubator-nuttx-apps.git
git fetch apache
git rebase apahce/ma
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 393df6762 CI: Update worker bas
xiaoxiang781216 merged PR #1435:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1435
--
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
xiaoxiang781216 opened a new pull request, #7645:
URL: https://github.com/apache/incubator-nuttx/pull/7645
## Summary
Lose in the last upgrade.
## Impact
OpenAMP
## Testing
Internal test
--
This is an automated message from the Apache Git Service.
To respond to
xiaoxiang781216 opened a new pull request, #1436:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1436
## Summary
Fix the compiler warning found by:
https://github.com/apache/incubator-nuttx/pull/7391
## Impact
Minor
## Testing
Pass CI
--
This is an aut
xiaoxiang781216 commented on code in PR #1423:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1423#discussion_r1028324237
##
netutils/netlib/netlib_ipv6route.c:
##
@@ -131,9 +131,12 @@ ssize_t netlib_read_ipv6route(FILE *stream,
return 0;
}
- /* The fir
mlondono74 commented on code in PR #1423:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1423#discussion_r1028322280
##
netutils/netlib/netlib_ipv6route.c:
##
@@ -131,9 +131,12 @@ ssize_t netlib_read_ipv6route(FILE *stream,
return 0;
}
- /* The first li
mlondono74 commented on code in PR #1423:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1423#discussion_r1028307128
##
netutils/netlib/netlib_ipv6route.c:
##
@@ -131,9 +131,12 @@ ssize_t netlib_read_ipv6route(FILE *stream,
return 0;
}
- /* The first li
xiaoxiang781216 opened a new pull request, #7644:
URL: https://github.com/apache/incubator-nuttx/pull/7644
## Summary
follow Linux prototype:
https://man7.org/linux/man-pages/man3/pthread_attr_setstack.3.html
## Impact
Minor
## Testing
Pass CI
--
This is a
zouboan commented on PR #7572:
URL: https://github.com/apache/incubator-nuttx/pull/7572#issuecomment-1322295566
> @zouboan please rebase your change to remove the merging patch and the
conflict.
it seems the conflict was resolved?
--
This is an automated message from the Apache Git
xiaoxiang781216 commented on PR #7599:
URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1322278197
@masayuki2009 do you have the result?
--
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
zouboan commented on code in PR #7572:
URL: https://github.com/apache/incubator-nuttx/pull/7572#discussion_r1028219229
##
libs/libc/Makefile:
##
@@ -115,7 +115,7 @@ endif
BINDIR ?= bin
AOBJS = $(patsubst %.S, $(BINDIR)$(DELIM)%$(OBJEXT), $(ASRCS))
-COBJS = $(patsubst %.c, $(
xiaoxiang781216 commented on PR #7572:
URL: https://github.com/apache/incubator-nuttx/pull/7572#issuecomment-1322277013
@zouboan please rebase your change to remove the merging patch and the
conflict.
--
This is an automated message from the Apache Git Service.
To respond to the message,
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 039262484a drivers/sensors: add LTR3
xiaoxiang781216 merged PR #7466:
URL: https://github.com/apache/incubator-nuttx/pull/7466
--
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
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 d492a5b09269449f6bfff762f1e62194222eef60
Author: Tiago Medicci Serrano
AuthorDate: Tue Nov 15 11:58:51 2022
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 5f82e2aeac2a951e05cde5898bb6f1a58a56fbb0
Author: Tiago Medicci Serrano
AuthorDate: Tue Nov 15 12:41:24 2022
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 f0321d6bae arch/arm/src/samv7: fix missing sam_pendsv
new d492a5b092 esp32s2/i2s: implement I2S recei
xiaoxiang781216 merged PR #7641:
URL: https://github.com/apache/incubator-nuttx/pull/7641
--
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
xiaoxiang781216 merged PR #7640:
URL: https://github.com/apache/incubator-nuttx/pull/7640
--
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
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 01ec02380d stm32f4discovery/wifi: icmp/arp message should talk to
GS2200M through usrsock
add f0321d
Cynerd opened a new pull request, #7643:
URL: https://github.com/apache/incubator-nuttx/pull/7643
## Summary
The write has to be in number of bytes per pixel as single SPI exchange is
used to identify single pixel write by the ST7789 driver. By issuing only byte
writes the displa
CV-Bowen opened a new pull request, #7642:
URL: https://github.com/apache/incubator-nuttx/pull/7642
## Summary
1. epoll_ctl(EPOLL_CTL_ADD) support extend the epoll events dynamicly;
2. enhance the epoll performance by moving some poll setup and teardown
process to the EPOLL_CTL_ADD/DEL
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 01ec02380d stm32f4discovery/wifi: ic
xiaoxiang781216 merged PR #7639:
URL: https://github.com/apache/incubator-nuttx/pull/7639
--
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
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 f420b4dce7 esp32c3:fix i2c bug of timout
add 6596f0e99a risc-v/mpfs: fix compile warning
No new
pkarashchenko merged PR #7638:
URL: https://github.com/apache/incubator-nuttx/pull/7638
--
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
pussuw commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028049547
##
mm/mm_gran/mm_granreserve.c:
##
@@ -54,13 +54,15 @@
* size - The size of the region to be reserved
*
* Returned Value:
- * None
+ * On success,
pussuw commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028049353
##
mm/mm_gran/mm_pgalloc.c:
##
@@ -123,7 +123,7 @@ void mm_pginitialize(FAR void *heap_start, size_t heap_size)
void mm_pgreserve(uintptr_t start, size_t size
pussuw commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028044982
##
mm/mm_gran/mm_pgalloc.c:
##
@@ -123,7 +123,7 @@ void mm_pginitialize(FAR void *heap_start, size_t heap_size)
void mm_pgreserve(uintptr_t start, size_t size
pussuw commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028041268
##
mm/shm/shmdt.c:
##
@@ -116,8 +115,7 @@ int shmdt(FAR const void *shmaddr)
/* Free the virtual address space */
- gran_free(group->tg_shm.gs_handle, (F
pussuw commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028040679
##
mm/mm_gran/mm_pgalloc.c:
##
@@ -123,7 +123,7 @@ void mm_pginitialize(FAR void *heap_start, size_t heap_size)
void mm_pgreserve(uintptr_t start, size_t size
pussuw commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028040094
##
mm/mm_gran/mm_granreserve.c:
##
@@ -54,13 +54,15 @@
* size - The size of the region to be reserved
*
* Returned Value:
- * None
+ * On success,
xiaoxiang781216 commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028032609
##
mm/mm_gran/mm_granreserve.c:
##
@@ -54,13 +54,15 @@
* size - The size of the region to be reserved
*
* Returned Value:
- * None
+ * On
pussuw commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1028011637
##
mm/mm_gran/mm_pgalloc.c:
##
@@ -123,7 +123,7 @@ void mm_pginitialize(FAR void *heap_start, size_t heap_size)
void mm_pgreserve(uintptr_t start, size_t size
Gary-Hobson commented on PR #7554:
URL: https://github.com/apache/incubator-nuttx/pull/7554#issuecomment-1322035099
The console does not share serial code because the rtt channel has its own
independent buffer
Using the serial driver will require additional buffers, and the performance
w
tmedicci opened a new pull request, #7641:
URL: https://github.com/apache/incubator-nuttx/pull/7641
## Summary
Very similar to https://github.com/apache/incubator-nuttx/pull/7596
* Add ioctl method to enable allocating the apb buffer.
* Add RX methods to set data width, sampl
Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/incubator-nuttx/pull/7554#discussion_r1028005751
##
drivers/segger/console_rtt.c:
##
@@ -0,0 +1,552 @@
+/
+ * drivers/segger/cons
Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/incubator-nuttx/pull/7554#discussion_r1028005202
##
drivers/segger/console_rtt.c:
##
@@ -0,0 +1,552 @@
+/
+ * drivers/segger/cons
TimJTi commented on code in PR #7614:
URL: https://github.com/apache/incubator-nuttx/pull/7614#discussion_r1028003622
##
arch/arm/src/sama5/hardware/_sama5d2x_memorymap.h:
##
@@ -517,9 +520,10 @@
#define SAM_SFRBU_VBASE (SAM_PERIPHC_VSECTION+SAM_SFRBU_OFFSET)
#define
Cynerd opened a new pull request, #7640:
URL: https://github.com/apache/incubator-nuttx/pull/7640
## Summary
The commit d1a3f5e47f752142251c30b188c8d1b47ef59941 invalidly removed
`sam_pendsv` instead of `sam_busfault`.
## Impact
Fix of build.
## Testing
Build for `
anchao opened a new pull request, #7639:
URL: https://github.com/apache/incubator-nuttx/pull/7639
## Summary
stm32f4discovery/wifi: icmp/arp message should talk to GS2200M through
usrsock
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
--
eenurkka opened a new pull request, #7638:
URL: https://github.com/apache/incubator-nuttx/pull/7638
After commit b7d2b38, the system suffers from -Warray-bounds warning with
-Wall:
chip/mpfs_opensbi.c: In function 'mpfs_hart_to_scratch':
chip/mpfs_opensbi.c:251:26: warning: array sub
xiaoxiang781216 commented on code in PR #7618:
URL: https://github.com/apache/incubator-nuttx/pull/7618#discussion_r1027919234
##
mm/shm/shmat.c:
##
@@ -129,11 +129,10 @@ FAR void *shmat(int shmid, FAR const void *shmaddr, int
shmflg)
/* Set aside a virtual address space t
xiaoxiang781216 commented on PR #1389:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1389#issuecomment-1321932209
> @xiaoxiang781216 I will update this with a new example that I used for
testing and you can decide if we merge it or not. I think it might be useful to
exemplify ho
1 - 100 of 129 matches
Mail list logo