anchao opened a new pull request, #6389:
URL: https://github.com/apache/incubator-nuttx/pull/6389
## Summary
1. sched/msgq: add support of System V message queue
https://man.openbsd.org/msgget.2
2. libc/ipc: add ftok(3) support
https://man.openbsd.org/ftok.3
Author: jerpelea
Date: Wed Jun 8 06:17:20 2022
New Revision: 54980
Log:
Staging apache-nuttx-10.3.0-RC4-incubating
Added:
dev/incubator/nuttx/10.3.0-RC4/
dev/incubator/nuttx/10.3.0-RC4/apache-nuttx-10.3.0-incubating.tar.gz
(with props)
dev/incubator/nuttx/10.3.0-RC4/apache-nuttx-1
xiaoxiang781216 commented on code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r891954527
##
boards/xtensa/esp32/common/Kconfig:
##
@@ -60,6 +60,34 @@ choice ESP32_SPIFLASH_FS
endchoice
+if LCD_SSD1680
+config SSD1680_GPIO_PIN_RST
+
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-10.3.0-RC4
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
*** WARNING: tag nuttx-10.3.0-RC4 was modified! ***
from 3fb5737958 (commit)
to a9a1e9e0
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-10.3.0-RC4
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
*** WARNING: tag nuttx-10.3.0-RC4 was modified! ***
from 10c75df01 (commit)
to 61cc
xiaoxiang781216 commented on PR #6365:
URL: https://github.com/apache/incubator-nuttx/pull/6365#issuecomment-1149501761
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.
jerpelea opened a new pull request, #6388:
URL: https://github.com/apache/incubator-nuttx/pull/6388
## Summary
Before graduation We can only remove the WIP from the DISCLAIMER.
## Impact
RELEASE
## Testing
NONE
--
This is an automated message from the Apache Git
jerpelea opened a new pull request, #1189:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1189
## Summary
Before graduation We can only remove the WIP from the DISCLAIMER.
## Impact
RELEASE
## Testing
NONE
--
This is an automated message from the Apache
masayuki2009 commented on PR #6365:
URL: https://github.com/apache/incubator-nuttx/pull/6365#issuecomment-1149446894
>@masayuki2009 how about this patch?
Could you rebase this PR to the latest master?
--
This is an automated message from the Apache Git Service.
To respond to the
xiaoxiang781216 commented on PR #6365:
URL: https://github.com/apache/incubator-nuttx/pull/6365#issuecomment-1149426134
@masayuki2009 how about this patch?
--
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
xiaoxiang781216 commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1149421985
Please normalize your defconfig like this:
```
./tools/refresh.sh --silent ttgo_eink5_v2:fb
```
to fix the following ci fail:
```
HEAD detached at pull/637
xiaoxiang781216 commented on code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r891887692
##
drivers/lcd/Kconfig:
##
@@ -323,38 +323,6 @@ config LCD_HILETGO
LCD_MAXCONTRAST should be 255, but any value >0 and <=255 will
be acc
acassis commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1149308526
@adamkaliszan seams there is an issue in the netnsh:
```
Configuration/Tool: ttgo_eink5_v2/netnsh
-
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 62ec0ed Publishing web
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 2707ba58d2 sched/tls: Shouldn't get t
masayuki2009 merged PR #6377:
URL: https://github.com/apache/incubator-nuttx/pull/6377
--
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 #6377:
URL: https://github.com/apache/incubator-nuttx/pull/6377#issuecomment-1149284421
@xiaoxiang781216
I confirmed that this PR fixes the issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
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 114758e518 add docs for stm32wl5 chip
masayuki2009 merged PR #6386:
URL: https://github.com/apache/incubator-nuttx/pull/6386
--
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.
acassis commented on code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r891741104
##
boards/xtensa/esp32/common/Kconfig:
##
@@ -60,6 +60,34 @@ choice ESP32_SPIFLASH_FS
endchoice
+if LCD_SSD1680
+config SSD1680_GPIO_PIN_RST
+ int "Pi
acassis commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1149205980
> @acassis Thx for Your remarks. I was wondering if split it into two
commits or no. The reason, why I decided to pull all together was testing
possibility. I can split it into tw
xiaoxiang781216 merged PR #6387:
URL: https://github.com/apache/incubator-nuttx/pull/6387
--
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
The following commit(s) were added to refs/heads/master by this push:
new a5bcb2dc46 Documentation: fix multip
mlyszczek opened a new pull request, #6387:
URL: https://github.com/apache/incubator-nuttx/pull/6387
Multiple files were badly formatted, which resulted in many
warnings. This made it harder to check for errors in newly
written documentation.
What's worse, badly formatted text re
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new a12707177 Remove "| O_BINAR
pkarashchenko merged PR #1186:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1186
--
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-uns
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 df0e9da1bad308c78d87169f04ceba147e8f2889
Author: Xiang Xiao
AuthorDate: Thu Jun 2 14:30:50 2022 +0800
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 49834c9151ff96744809a608f38ca0a090747cad
Author: Xiang Xiao
AuthorDate: Thu Jun 2 13:59:20 2022 +0800
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 d8aa41de7b1663300d274443d2907a3ced1ee47e
Author: Xiang Xiao
AuthorDate: Thu Jun 2 14:26:49 2022 +0800
pkarashchenko merged PR #6357:
URL: https://github.com/apache/incubator-nuttx/pull/6357
--
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 3357b0b15f5b0492645407cdbeae3f0ae0933091
Author: Xiang Xiao
AuthorDate: Thu Jun 2 13:53:30 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 28b25e0391 arch: dump "" as the task name if
CONFIG_TASK_NAME_SIZE equals 0
new 3357b0b15f libc/
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 f1236da21c34212832d7b39bd7fcd3b1614a5cae
Author: Xiang Xiao
AuthorDate: Fri Jun 3 00:23:24 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 9d4c708913 net/tcp: Search conn list again to aovid the race condition
in tcp_timer_expiry
add 1
pkarashchenko merged PR #6367:
URL: https://github.com/apache/incubator-nuttx/pull/6367
--
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
mlyszczek opened a new pull request, #6386:
URL: https://github.com/apache/incubator-nuttx/pull/6386
This patch adds documentation for both stm32wl5 chip family and
nucleo-wl55jc board. I've kept the same directory structure for
arm/stm32 as in arch/ and boards/ directories.
Sign
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 298b4aba0ce0dcaf4f1663e2a2f2099de794556e
Author: Xiang Xiao
AuthorDate: Sun Jun 5 19:30:49 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 5b165a2294 libc/stdio: Generate the dummy atexit and on_exit
new 298b4aba0c net/tcp: Hold the net
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 9d4c708913e6b414e6620911c364fc22c4061ebb
Author: Xiang Xiao
AuthorDate: Sun Jun 5 23:43:17 2022 +0800
pkarashchenko commented on code in PR #6368:
URL: https://github.com/apache/incubator-nuttx/pull/6368#discussion_r891508282
##
net/arp/arp_poll.c:
##
@@ -45,8 +45,8 @@
*
* Assumptions:
* This function is called from the MAC device driver indirectly through
- * devif_po
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 fe85e9d0fa30ebc0fe4e7920dd2072838aa88016
Author: Xiang Xiao
AuthorDate: Sun Jun 5 23:34:03 2022 +0800
pkarashchenko merged PR #6368:
URL: https://github.com/apache/incubator-nuttx/pull/6368
--
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
The following commit(s) were added to refs/heads/master by this push:
new 5b165a2294 libc/stdio: Generate
pkarashchenko merged PR #6384:
URL: https://github.com/apache/incubator-nuttx/pull/6384
--
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 merged PR #6385:
URL: https://github.com/apache/incubator-nuttx/pull/6385
--
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
The following commit(s) were added to refs/heads/master by this push:
new 183da24fc5 mm: Log name of the Heap
adamkaliszan commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1148864253
@acassis Thx for Your remarks.
I was wondering if split it into two commits or no. The reason, why I
decided to pull all together was testing possibility.
I can split i
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 f643edbe41 boards/nucleo-wl55jc: add
xiaoxiang781216 merged PR #6383:
URL: https://github.com/apache/incubator-nuttx/pull/6383
--
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
gustavonihei opened a new pull request, #6385:
URL: https://github.com/apache/incubator-nuttx/pull/6385
## Summary
This PR intends to improve the logging of `mm_addregion` function by
informing the name of the Heap to which the new region is being added.
## Impact
Increase in de
xiaoxiang781216 merged PR #6375:
URL: https://github.com/apache/incubator-nuttx/pull/6375
--
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 #6370:
URL: https://github.com/apache/incubator-nuttx/pull/6370
--
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
The following commit(s) were added to refs/heads/master by this push:
new e0c3bf64a0 libc:Optimize the behavio
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 af87921eda arm/tlsr82: gpio driver b
xiaoxiang781216 merged PR #6379:
URL: https://github.com/apache/incubator-nuttx/pull/6379
--
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 code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r891303352
##
boards/Kconfig:
##
@@ -1399,7 +1417,7 @@ config ARCH_BOARD_NUCLEO_L552ZE
config ARCH_BOARD_QEMU_I486
bool "Qemu i486 Mode"
- depends
acassis commented on PR #6383:
URL: https://github.com/apache/incubator-nuttx/pull/6383#issuecomment-1148743634
> Yeah, I don't see a problem. I'm thinking about doing it in another PR
maybe? Because I see I will have to also add documentation for stm32wl5 chip
family as well. So I could ad
xiaoxiang781216 opened a new pull request, #6384:
URL: https://github.com/apache/incubator-nuttx/pull/6384
## Summary
since the compiler may generate the code call atexit automatically
## Impact
## Testing
pass ci
--
This is an automated message from the Apache Git Serv
mlyszczek commented on PR #6383:
URL: https://github.com/apache/incubator-nuttx/pull/6383#issuecomment-1148737713
Yeah, I don't see a problem. I'm thinking about doing it in another PR
maybe? Because I see I will have to also add documentation for stm32wl5 chip
family as well. So I could ad
acassis commented on code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r891248926
##
boards/Kconfig:
##
@@ -2434,13 +2436,14 @@ config ARCH_BOARD
default "emw3162" if ARCH_BOARD_EMW3162
default "quickfeather"
acassis commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1148708586
@adamkaliszan thank you very much for this nice driver!
I think it could be a good idea to create separated commits: first you add
the SSD1680 driver, then your new ttgo board a
acassis commented on PR #6383:
URL: https://github.com/apache/incubator-nuttx/pull/6383#issuecomment-1148691160
@mlyszczek maybe you could consider moving the README.txt to become a board
documentation: https://nuttx.apache.org/docs/latest/platforms/index.html but to
be honest I have mixed
xiaoxiang781216 merged PR #6381:
URL: https://github.com/apache/incubator-nuttx/pull/6381
--
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 releases/10.3
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/releases/10.3 by this push:
new 3fb5737958 rename DISC
mlyszczek opened a new pull request, #6383:
URL: https://github.com/apache/incubator-nuttx/pull/6383
This patch includes bare minimum support for nucleo-wl55jc board.
It compiles and nsh shell is working properly on virtual com port
over USB. 3 onboard leds with userled driver are worki
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-apps.git
commit 065a130bc8cb09ac01afb0817aecb55c16f417cd
Author: YAMAMOTO Takashi
AuthorDate: Mon Jun 6 18:02:48 20
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-apps.git
commit f7b3eb5b44cda746ad8b91fa1ea70c3f970e3f1c
Author: YAMAMOTO Takashi
AuthorDate: Mon Jun 6 16:12:09 20
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-apps.git
commit 0c4c81143442dc96129482f07d0cb2fe10cb0a84
Author: YAMAMOTO Takashi
AuthorDate: Mon Jun 6 17:43:36 20
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-apps.git
commit 610b04fa97bfb6e200e21fc5952920def983aeed
Author: YAMAMOTO Takashi
AuthorDate: Mon Jun 6 18:04:06 20
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-apps.git
commit a7de8dffe70641268005d9c694773c5f67a0f918
Author: YAMAMOTO Takashi
AuthorDate: Mon Jun 6 16:00:03 20
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-apps.git
from a5506b379 Revert "remove DISCLAIMER-WIP"
new a7de8dffe netlib_parseurl.c: Add a comment
pkarashchenko merged PR #1187:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1187
--
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-uns
xiaoxiang781216 commented on PR #6377:
URL: https://github.com/apache/incubator-nuttx/pull/6377#issuecomment-1148568810
Sorry, @masayuki2009 I just rebuild the kernel not hello elf, so the error
isn't catch locally.
--
This is an automated message from the Apache Git Service.
To respond t
xiaoxiang781216 commented on code in PR #6377:
URL: https://github.com/apache/incubator-nuttx/pull/6377#discussion_r891120929
##
include/nuttx/tls.h:
##
@@ -304,7 +304,7 @@ uintptr_t task_tls_get_value(int tlsindex);
#if defined(up_tls_info)
# define tls_get_info() up_tls_i
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 8217c646a7 arch/xtensa/xtensa_coproc
xiaoxiang781216 merged PR #6380:
URL: https://github.com/apache/incubator-nuttx/pull/6380
--
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 releases/10.3
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/releases/10.3 by this push:
new 240935fd56 SEGGER_RTT:
xiaoxiang781216 merged PR #6382:
URL: https://github.com/apache/incubator-nuttx/pull/6382
--
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 #1188:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1188
--
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 releases/10.3
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/releases/10.3 by this push:
new 10c75df01 rename
yamt commented on code in PR #1182:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1182#discussion_r891085907
##
netutils/webclient/webclient.c:
##
@@ -270,11 +259,23 @@ static const char g_httpcache[] = "Cache-Control:
no-cache";
* Private Functions
***
midokura-xavi92 commented on code in PR #1182:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1182#discussion_r891077598
##
netutils/webclient/webclient.c:
##
@@ -270,11 +259,23 @@ static const char g_httpcache[] = "Cache-Control:
no-cache";
* Private Function
jerpelea commented on PR #6381:
URL: https://github.com/apache/incubator-nuttx/pull/6381#issuecomment-1148428291
@Ouss4 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.
Ouss4 commented on PR #6381:
URL: https://github.com/apache/incubator-nuttx/pull/6381#issuecomment-1148421899
We also need to change its content, basically we need to only keep this part:
>Apache NuttX is an effort undergoing incubation at The Apache Software
Foundation (ASF),
spon
CV-Bowen commented on code in PR #6379:
URL: https://github.com/apache/incubator-nuttx/pull/6379#discussion_r890986814
##
boards/arm/tlsr82/tlsr8278adk80d/src/tlsr8278_gpio.c:
##
@@ -269,22 +295,33 @@ static int tlsr82_go_setpintype(struct gpio_dev_s *dev,
int tlsr82_gpio_initi
jerpelea opened a new pull request, #6382:
URL: https://github.com/apache/incubator-nuttx/pull/6382
## Summary
1. SEGGER_RTT_ASM_ARMv7M include SEGGER_RTT.h, and SEGGER_RTT.h
include SEGGER_RTT_Conf.h, so add __ASSEMBLY__ in
SEGGER_RTT_Conf.h;
2. AFLAG add segger/config because SE
pkarashchenko commented on code in PR #6379:
URL: https://github.com/apache/incubator-nuttx/pull/6379#discussion_r890979730
##
boards/arm/tlsr82/tlsr8278adk80d/src/tlsr8278_gpio.c:
##
@@ -269,22 +295,33 @@ static int tlsr82_go_setpintype(struct gpio_dev_s *dev,
int tlsr82_gpio_
CV-Bowen commented on code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r890955859
##
boards/Kconfig:
##
@@ -225,12 +225,6 @@ config ARCH_BOARD_ESP32_DEVKITC
of two CPUs is symmetric, meaning they use the same addresses to
jerpelea opened a new pull request, #1188:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1188
## Summary
Before graduation we can only remove the WIP from the DISCLAIMER.
## Impact
RELEASE
## Testing
NONE
--
This is an automated message from the Apache
pkarashchenko commented on PR #6376:
URL: https://github.com/apache/incubator-nuttx/pull/6376#issuecomment-1148403153
> > One of the possible ways may be to get back original code for the files
that I've listed in this PR and switching `nxmutex_` APIs to use `nxsem_` APIs
only.
>
> H
jerpelea opened a new pull request, #6381:
URL: https://github.com/apache/incubator-nuttx/pull/6381
## Summary
Before graduation We can only remove the WIP from the DISCLAIMER.
## Impact
RELEASE
## Testing
NONE
--
This is an automated message from the Apache Git
masayuki2009 commented on PR #6377:
URL: https://github.com/apache/incubator-nuttx/pull/6377#issuecomment-1148393745
@xiaoxiang781216
I tried this PR with rv-virt:knsh64, but it failed.
The issue also happened with sabre-6quad:knsh.
```
$ qemu-system-riscv64 -semihosting
Ouss4 opened a new pull request, #6380:
URL: https://github.com/apache/incubator-nuttx/pull/6380
## Summary
The parameters that were passed to the save/restore macros were making them
being a NOP.
## Impact
Xtensa chips
## Testing
ESP32, ESP32-S2, ESP32-S3.
--
This
adamkaliszan commented on code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r890947144
##
boards/xtensa/esp32/ttgo_eink5_v2/compile_commands.json:
##
@@ -0,0 +1 @@
+[]
Review Comment:
No, I will remove it
--
This is an automated messag
xiaoxiang781216 commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1148374347
@CV-Bowen could you take a look why CI report error here:
https://github.com/apache/incubator-nuttx/runs/6769190343?check_suite_focus=true
--
This is an automated mes
CV-Bowen opened a new pull request, #6379:
URL: https://github.com/apache/incubator-nuttx/pull/6379
## Summary
1. follow telink sdk handbook, adjust register configuration order;
2. add more debug information output;
3. gpio irq bug fix and optimize;
4. typo fix;
## Impact
Ouss4 commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1148355982
Can you please also rebase on top of the latest master, not sure why the
tlsr8278adk80d/nsh is trying to enable custom board configs, the history of the
file shows that the defconfi
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 3455002ffd libc:xtensa:arch_memm
pkarashchenko merged PR #6371:
URL: https://github.com/apache/incubator-nuttx/pull/6371
--
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
Ouss4 commented on code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r890882550
##
boards/xtensa/esp32/ttgo_eink5_v2/compile_commands.json:
##
@@ -0,0 +1 @@
+[]
Review Comment:
Why do we need this file?
--
This is an automated message
1 - 100 of 114 matches
Mail list logo