pkarashchenko commented on PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322#issuecomment-1136832406
> > One question from my side. Do we expect multi-instance of wifi driver?
If not, then maybe we can just have a global semaphore pointer and use that
on/atexit?
>
>
xiaoxiang781216 commented on PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322#issuecomment-1136821725
Task tls is disabled by default.:(
--
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 1b9694ab982efc68ce4e60bba4c4a6a66e77f96a
Author: YAMAMOTO Takashi
AuthorDate: Wed May 25 12:14:14 2022 +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 b4392f7323 xtensa/esp32: Fix leak of semaphores created by Wi-Fi
kernel thread
new 1b9694ab98 esp32-
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 5d03e1a3b44d6f3d1d532e3aa42f479e8fee0a21
Author: YAMAMOTO Takashi
AuthorDate: Wed May 25 12:33:03 2022 +0900
xiaoxiang781216 merged PR #6323:
URL: https://github.com/apache/incubator-nuttx/pull/6323
--
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 code in PR #6320:
URL: https://github.com/apache/incubator-nuttx/pull/6320#discussion_r881249717
##
drivers/rptun/rptun.c:
##
@@ -210,54 +209,12 @@ static METAL_DECLARE_LIST(g_rptun_priv);
static int rptun_lock(void)
Review Comment:
```suggestio
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r881247563
##
libs/libc/stdlib/lib_atexit.c:
##
@@ -0,0 +1,221 @@
+/
+ * libs/libc/stdlib/lib_ate
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r881247728
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get(void)
shizacat opened a new pull request, #6324:
URL: https://github.com/apache/incubator-nuttx/pull/6324
## Summary
Architecture: STM32/stm32f103
If used PWM on general timers, it will call the exception in
https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/stm32/stm
yamt opened a new pull request, #6323:
URL: https://github.com/apache/incubator-nuttx/pull/6323
## Summary
esp32: Add an example config for wamr and littlefs
## Impact
just a new config
## Testing
tested with esp32-devkitc
--
This is an automated message from the Apa
yamt opened a new pull request, #1172:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1172
## Summary
aot requires executable memory. make it explicit in Kconfig.
## Impact
## Testing
tested on esp32
--
This is an automated message from the Apache Git
yamt commented on PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322#issuecomment-1136692762
my config had TLS_TASK_NELEM=0 and i got a bit surprised by this change
breaking the build.
does Kconfig have a way to solve this kind of things in a bit more user
friendly way?
masayuki2009 commented on PR #1168:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1168#issuecomment-1136638837
I noticed that `qemu-intel64:ostest` causes a deadlock.
```
SeaBIOS (version rel-1.12.0-59-gc9ba5276e321-prebuilt.qemu.org)
iPXE (http://ipxe.org) 00
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 18d74dbea0bc151c34e3751089229c537743cea2
Author: Gustavo Henrique Nihei
AuthorDate: Tue May 24 12:49:03 2022
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 b4392f7323d4e0a1605118bde510d0d0b8632dc6
Author: Gustavo Henrique Nihei
AuthorDate: Tue May 24 12:43:38 2022
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 b2d77c0e9c43b8bb5e95f230c6832bce4a40627a
Author: Gustavo Henrique Nihei
AuthorDate: Tue May 24 12:41:18 2022
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 4b308f6cbd mutex/recursive: minor style fix
new b2d77c0e9c Revert "risc-v/esp32c3: Use onexit to free
masayuki2009 merged PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322
--
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.
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 0997aff Publishing web
anchao commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880924914
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C"
+{
+#el
gustavonihei commented on code in PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322#discussion_r880902276
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1338,41 +1334,40 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_ge
gustavonihei commented on PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322#issuecomment-1136370907
> Do we expect multi-instance of wifi driver?
No, the Wi-Fi driver does not expect to be initialized more than once.
--
This is an automated message from the Apache G
gustavonihei commented on PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322#issuecomment-1136361775
The Wi-Fi library creates a new semaphore for every thread that performs
connection operations, so we cannot have a global pointer.
Since these semaphores are thread-local,
pkarashchenko commented on code in PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322#discussion_r880882952
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1338,41 +1334,40 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_g
pkarashchenko commented on PR #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322#issuecomment-1136342940
One question from my side. Do we expect multi-instance of wifi driver? If
not, then maybe we can just have a global semaphore pointer and use that
on/atexit?
I mean I do
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880863649
##
arch/xtensa/src/esp32s3/esp32s3_spi.h:
##
@@ -0,0 +1,170 @@
+/
+ * arch/xtens
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880862101
##
arch/xtensa/src/esp32s3/esp32s3_spi.c:
##
@@ -0,0 +1,1219 @@
+/
+ * arch/xten
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880858644
##
arch/xtensa/src/esp32s3/Kconfig:
##
@@ -517,6 +533,72 @@ config ESP32S3_GPIO_IRQ
---help---
Enable support for interrupting GPIO
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880858216
##
arch/xtensa/src/esp32s3/Kconfig:
##
@@ -517,6 +533,72 @@ config ESP32S3_GPIO_IRQ
---help---
Enable support for interrupting GPIO
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880858011
##
arch/xtensa/src/esp32s3/Kconfig:
##
@@ -517,6 +533,72 @@ config ESP32S3_GPIO_IRQ
---help---
Enable support for interrupting GPIO
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880857847
##
arch/xtensa/src/esp32s3/Kconfig:
##
@@ -517,6 +533,72 @@ config ESP32S3_GPIO_IRQ
---help---
Enable support for interrupting GPIO
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880854568
##
arch/xtensa/src/esp32s3/Kconfig:
##
@@ -517,6 +533,72 @@ config ESP32S3_GPIO_IRQ
---help---
Enable support for interrupting GPIO
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880854796
##
arch/xtensa/src/esp32s3/Kconfig:
##
@@ -517,6 +533,72 @@ config ESP32S3_GPIO_IRQ
---help---
Enable support for interrupting GPIO
gustavonihei commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880854278
##
arch/xtensa/src/esp32s3/Kconfig:
##
@@ -517,6 +533,72 @@ config ESP32S3_GPIO_IRQ
---help---
Enable support for interrupting GPIO
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880819553
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get(void)
gustavonihei commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880814703
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get(
gustavonihei opened a new pull request, #6322:
URL: https://github.com/apache/incubator-nuttx/pull/6322
## Summary
This PR intends to provide an alternative solution to the fix provide on
https://github.com/apache/incubator-nuttx/pull/4092 for **ESP32-C3**, and
extend it to the **ESP32**
pkarashchenko commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880792923
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C"
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 12469dd15e SSD1306: Added option to force reconfigure display after
power off
add 4b308f6cbd mutex/r
xiaoxiang781216 merged PR #6321:
URL: https://github.com/apache/incubator-nuttx/pull/6321
--
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 #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880785525
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C
pkarashchenko commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880781745
##
arch/xtensa/src/esp32s3/esp32s3_spi.c:
##
@@ -0,0 +1,1219 @@
+/
+ * arch/xte
pkarashchenko commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880780443
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C"
xiaoxiang781216 commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880777877
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C
anchao commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880771616
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C"
+{
+#el
acassis commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880763576
##
arch/xtensa/src/esp32s3/esp32s3_spi.c:
##
@@ -0,0 +1,1219 @@
+/
+ * arch/xtensa/sr
acassis commented on code in PR #6312:
URL: https://github.com/apache/incubator-nuttx/pull/6312#discussion_r880761466
##
arch/xtensa/src/esp32s3/esp32s3_spi.c:
##
@@ -0,0 +1,1219 @@
+/
+ * arch/xtensa/sr
pkarashchenko commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880664542
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C"
davids5 commented on issue #6310:
URL:
https://github.com/apache/incubator-nuttx/issues/6310#issuecomment-1136143229
@pkarashchenko - I have to get a few things off my plate and then I can
circle back to test this.
--
This is an automated message from the Apache Git Service.
To respond t
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880720448
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get(void)
gustavonihei commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880691328
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get(
pkarashchenko commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880664542
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C"
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880659335
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdlib/lib_
xiaoxiang781216 commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880659033
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C
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 247a13cc02 include:add recursive lock
add 12469dd15e SSD1306: Added option to force reconfigure displ
xiaoxiang781216 merged PR #6319:
URL: https://github.com/apache/incubator-nuttx/pull/6319
--
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 issue #6310:
URL:
https://github.com/apache/incubator-nuttx/issues/6310#issuecomment-1136071691
The ostest seems to pass, but it contain really few tests related to
priority inheritance only.
--
This is an automated message from the Apache Git Service.
To respo
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880653074
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdlib/lib_
pkarashchenko commented on code in PR #6320:
URL: https://github.com/apache/incubator-nuttx/pull/6320#discussion_r880655857
##
drivers/1wire/1wire.c:
##
@@ -221,37 +219,7 @@ static int onewire_pm_prepare(FAR struct pm_callback_s
*cb, int domain,
int onewire_sem_wait(FAR stru
xiaoxiang781216 commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880655401
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/st
pkarashchenko commented on PR #6321:
URL: https://github.com/apache/incubator-nuttx/pull/6321#issuecomment-1136068053
Thank you for fixing this
--
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
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880653074
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdlib/lib_
anchao opened a new pull request, #6321:
URL: https://github.com/apache/incubator-nuttx/pull/6321
## Summary
mutex/recursive: minor style fix
## Impact
N/A
## Testing
ci check
--
This is an automated message from the Apache Git Service.
To respond to the
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880650295
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdl
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880647143
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdl
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880645496
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdl
pkarashchenko commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880564818
##
arch/arm/include/irq.h:
##
@@ -55,4 +60,91 @@
# include
#endif
+#ifndef __ASSEMBLY__
+
+#ifdef __cplusplus
+#define EXTERN extern "C"
+extern "C"
anjiahao1 opened a new pull request, #6320:
URL: https://github.com/apache/incubator-nuttx/pull/6320
Signed-off-by: anjiahao
## Impact
maybe Slightly reduced szie and increased speed
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to 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-apps.git
commit f7b0ad4b74298bd6b2445a19573f285738fbd495
Author: YAMAMOTO Takashi
AuthorDate: Mon May 23 15:08:21 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-apps.git
from 562db060b interpreters/wamr/Kconfig: Mention limitations about wasi
new 4f4f4da52 webclient: Sep
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
commit 4798f01449bf3727c62bf35a89109bd4c2254071
Author: YAMAMOTO Takashi
AuthorDate: Mon May 23 14:58:34 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-apps.git
commit 41aee40a2ce36432ad0266f5f35b1a414ecf856c
Author: YAMAMOTO Takashi
AuthorDate: Mon May 23 14:01:44 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-apps.git
commit 4f4f4da526e43c5331b381a788af15cf6285d048
Author: YAMAMOTO Takashi
AuthorDate: Mon May 16 11:40:04 2022
xiaoxiang781216 merged PR #1170:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1170
--
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 merged PR #1155:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1155
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
from 1d216fde9 import/Make.defs: Add -noincstd++
new 90e164b70 interpreters/wamr/Kconfig: Add an opti
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
commit 562db060b79b3cbbc4aaff3c256aae5e798d434e
Author: YAMAMOTO Takashi
AuthorDate: Tue May 24 10:08:50 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-apps.git
commit 90e164b708f5303618a8951f0c95fa90be9d9b2b
Author: YAMAMOTO Takashi
AuthorDate: Wed Apr 27 13:23:05 2022
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880593328
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get(void)
anchao commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880588800
##
arch/z80/include/irq.h:
##
@@ -32,4 +32,33 @@
#include
#include
+#ifndef __ASSEMBLY__
+# include
+# include "chip/switch.h"
Review Comment:
let me
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880588465
##
libs/libc/stdlib/lib_atexit.c:
##
@@ -0,0 +1,221 @@
+/
+ * libs/libc/stdlib/lib_ate
xiaoxiang781216 commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880588227
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/st
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880587393
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdl
xiaoxiang781216 commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880584266
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_g
xiaoxiang781216 commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880583197
##
libs/libc/stdlib/lib_atexit.c:
##
@@ -0,0 +1,221 @@
+/
+ * libs/libc/stdli
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880579658
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdlib/lib_
xiaoxiang781216 merged PR #6279:
URL: https://github.com/apache/incubator-nuttx/pull/6279
--
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 commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880565480
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get(
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880563592
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get
anchao commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880559079
##
arch/or1k/include/irq.h:
##
@@ -37,4 +42,80 @@
#include
+/
+ * Public Data
+
anchao commented on code in PR #6286:
URL: https://github.com/apache/incubator-nuttx/pull/6286#discussion_r880558736
##
arch/sim/include/irq.h:
##
@@ -50,20 +50,39 @@ struct xcptcontext
void *sigdeliver; /* Actual type is sig_deliver_t */
jmp_buf regs;
};
+
+#ifdef __cplu
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 247a13cc02 include:add recursive loc
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880553612
##
libs/libc/stdlib/lib_cxa_atexit.c:
##
@@ -0,0 +1,56 @@
+/
+ * libs/libc/stdl
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880542816
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880542816
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get
pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880538729
##
libs/libc/stdlib/lib_exit.c:
##
@@ -22,13 +22,38 @@
* Included Files
/
+#incl
xiaoxiang781216 commented on code in PR #6315:
URL: https://github.com/apache/incubator-nuttx/pull/6315#discussion_r880530846
##
drivers/lcd/ssd1306_base.c:
##
@@ -782,7 +783,7 @@ static int ssd1306_setpower(FAR struct lcd_dev_s *dev, int
power)
{
/* Configu
pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880527543
##
libs/libc/stdlib/lib_exit.c:
##
@@ -22,13 +22,38 @@
* Included Files
/
gustavonihei commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880520920
##
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c:
##
@@ -1339,20 +1340,23 @@ static int IRAM_ATTR wifi_is_in_isr(void)
static void *esp_thread_semphr_get(
1 - 100 of 183 matches
Mail list logo