yuening1999 opened a new issue, #7366:
URL: https://github.com/apache/incubator-nuttx/issues/7366
Hi, all
Could anyone give some advices about the topic? for instance network
component,file system and device driver ,etc.
I investigate the relevant code to network on nuttx 8.2, I found
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 263f4ab8b96fe94f82a57ced66afe416ac63636c
Author: anjiahao
AuthorDate: Tue Oct 18 22:58:25 2022 +0800
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 fa6aeb3e128fbb2a97f042db3c76381cc23e2c9a
Author: anjiahao
AuthorDate: Wed Oct 19 22:14:10 2022 +0800
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 195ffe71e Add interpreters/toywasm
new 263f4ab8b crypto:add tinycrypt to apps/crypto
new fa
xiaoxiang781216 merged PR #1361:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1361
--
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
ttnie opened a new pull request, #7365:
URL: https://github.com/apache/incubator-nuttx/pull/7365
Signed-off-by: nietingting
## Summary
install qemu-system-misc in dockerw
## Impact
no
## Testing
test on local
--
This is an automated message from the Apache Git Se
jerpelea commented on PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1285018698
@xiaoxiang781216 @pkarashchenko anything else?
--
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
ttnie closed pull request #7352: build qemu in docker
URL: https://github.com/apache/incubator-nuttx/pull/7352
--
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
hartmannathan commented on PR #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#issuecomment-1284887367
> >
>
>
>
> [#6965 ](https://github.com/apache/incubator-nuttx/pull/6965) this patch
repaced all sem use as lock with mutex
Great! This is a much clean
masayuki2009 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284882881
>It's strange, I can pass link without error, here is my local history:
@xiaoxiang781216
Did you build apps for BUILD_KERNEL?
The error happens with `make i
anjiahao1 commented on PR #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#issuecomment-1284876786
>
[#6965 ](https://github.com/apache/incubator-nuttx/pull/6965) this path
repaced all sem use as lock with mutex
--
This is an automated message from the Apache Git Se
xiaoxiang781216 opened a new pull request, #7364:
URL: https://github.com/apache/incubator-nuttx/pull/7364
## Summary
- sched/spawn: Support task_spawnattr_[set|get]stacksize in kernel mode
- sched/spawn: Support task_spawnattr_[set|get]stackaddr for posix_spawn
## Impact
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1000110222
##
include/nuttx/mqueue.h:
##
@@ -85,25 +85,32 @@
# define nxmq_pollnotify(msgq, eventset)
#endif
-# define MQ_WNELIST(mq) (&((mq)->waitfornote
xiaoxiang781216 commented on PR #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#issuecomment-1284871474
> Before, mutual exclusion semaphores had priority inheritance enabled by
default; now it is opt-in.
>
> So I wonder if the opposite of commit
[48d8383](https://git
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1000108292
##
sched/mqueue/msgsnd.c:
##
@@ -0,0 +1,246 @@
+/
+ * sched/mqueue/msgsnd.c
+ *
+ * L
xiaoxiang781216 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284867890
It's strange, I can pass link without error, here is my local history:
nuttx
```
commit 594843ed48b7d99fe9e33dd5e02f93f3934c6078 (HEAD -> adb)
Author: Xian
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1000107487
##
sched/mqueue/msginternal.c:
##
@@ -0,0 +1,198 @@
+/
+ * sched/mqueue/msginternal.c
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1000107066
##
sched/mqueue/msg.h:
##
@@ -0,0 +1,98 @@
+/
+ * sched/mqueue/msg.h
+ *
+ * Lice
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r198728
##
sched/mqueue/msginternal.c:
##
@@ -0,0 +1,198 @@
+/
+ * sched/mqueue/msginternal.c
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r198656
##
sched/mqueue/msg.h:
##
@@ -0,0 +1,98 @@
+/
+ * sched/mqueue/msg.h
+ *
+ * Lice
masayuki2009 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284844284
>I mean, do you fetch your nuttx repo to the last mainline?
@xiaoxiang781216
I can reproduce the same error locally with the latest nuttx repo with this
PR.
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r195145
##
include/sys/msg.h:
##
@@ -0,0 +1,212 @@
+/
+ * include/sys/msg.h
+ *
+ * Licensed
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r195259
##
include/sys/msg.h:
##
@@ -0,0 +1,212 @@
+/
+ * include/sys/msg.h
+ *
+ * Licensed
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r194888
##
sched/mqueue/msgctl.c:
##
@@ -0,0 +1,124 @@
+/
+ * sched/mqueue/msgctl.c
+ *
+ * L
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r194760
##
sched/mqueue/msg.h:
##
@@ -0,0 +1,98 @@
+/
+ * sched/mqueue/msg.h
+ *
+ * Lice
xiaoxiang781216 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284837756
I mean, do you fetch your nuttx repo to the last mainline?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
masayuki2009 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284828190
>@masayuki2009 you need cherry-pick this patch in nuttx:
https://github.com/apache/incubator-nuttx/pull/7327
@xiaoxiang781216
Sorry, I can not understand. The
masayuki2009 commented on code in PR #7363:
URL: https://github.com/apache/incubator-nuttx/pull/7363#discussion_r179836
##
arch/xtensa/src/esp32s2/esp32s2_spi.c:
##
@@ -233,11 +352,18 @@ static struct esp32s2_spi_priv_s esp32s2_spi2_priv =
{
.spi_dev =
{
-
xiaoxiang781216 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284813725
@masayuki2009 you need cherry-pick this patch in nuttx:
https://github.com/apache/incubator-nuttx/pull/7327
--
This is an automated message from the Apache Git Ser
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 b0f96fc204 esp32/i2c: Add macros to conform with other peripherals and
fix typos
add a0a7375911 Fix
xiaoxiang781216 merged PR #7363:
URL: https://github.com/apache/incubator-nuttx/pull/7363
--
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
hartmannathan commented on code in PR #7359:
URL: https://github.com/apache/incubator-nuttx/pull/7359#discussion_r157785
##
arch/arm/src/stm32h7/hardware/stm32_exti.h:
##
@@ -33,7 +33,7 @@
* families
*/
-#if defined(CONFIG_STM32H7_STM32H7X3XX) || defined(CONFIG_STM32H7
masayuki2009 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284763943
@xiaoxiang781216
The CI detected the following errors.
```
Conf
masayuki2009 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284760388
>@masayuki2009 it isn't a dead lock, you need put telnetd to the background
like other posix demean by:
telnetd &
@xiaoxiang781216
Thanks for your comments
xiaoxiang781216 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284750133
@masayuki2009 it isn't a dead lock, you need put telnetd to the background
by:
telnetd &
--
This is an automated message from the Apache Git Service.
To respond
masayuki2009 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284740690
>Done, @masayuki2009 the problem is fixed, could you try again?
@xiaoxiang781216
`lm3s6965-ek:discover` works now but `spresense:wifi_smp` causes a deadlock
w
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 78a96c4 Publishing web
acassis closed issue #7215: mount file system
URL: https://github.com/apache/incubator-nuttx/issues/7215
--
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:
acassis commented on issue #7331:
URL:
https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1284708664
Yes, I have a solution to fix the issue you are facing! You don't need to
enable the NSH_ALTCONDEV, instead just enable the CONFIG_CDCACM_CONSOLE ! Look
boards/arm/rp2040/ra
acassis commented on issue #7331:
URL:
https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1284704220
Hi @abdallah-ali-abdallah that is amazing!!! Kudos!
Could you please submit this test as a guide to be included at
https://nuttx.apache.org/docs/latest/guides/index.html ?
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 b0f96fc204 esp32/i2c: Add macros to co
acassis merged PR #7361:
URL: https://github.com/apache/incubator-nuttx/pull/7361
--
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 opened a new pull request, #7363:
URL: https://github.com/apache/incubator-nuttx/pull/7363
## Summary
Fix issues found on ESP32S2 SPI driver
## Impact
User will be able to use SPI on ESP32S2
## Testing
esp32s2-saola-1
--
This is an automated message from the Apac
pkarashchenko merged PR #7362:
URL: https://github.com/apache/incubator-nuttx/pull/7362
--
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 544552c305 arch/arm64/arm64_arch
hartmannathan commented on code in PR #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999892096
##
Documentation/reference/os/mutex.rst:
##
@@ -0,0 +1,130 @@
+=
+Mutual Exclusion lock
+=
+
+nxmutex
+===
+
+U
hartmannathan commented on code in PR #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999883081
##
Documentation/reference/os/mutex.rst:
##
@@ -0,0 +1,130 @@
+=
+Mutual Exclusion lock
+=
+
+nxmutex
+===
+
+U
davids5 commented on code in PR #7359:
URL: https://github.com/apache/incubator-nuttx/pull/7359#discussion_r999845312
##
arch/arm/src/stm32h7/hardware/stm32h7x3xx_pwr.h:
##
@@ -121,16 +121,24 @@
/* Power control register 3 (CR3) */
-#define STM32_PWR_CR3_BYPASS(1 <<
davids5 commented on code in PR #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999812064
##
Documentation/reference/os/mutex.rst:
##
@@ -0,0 +1,130 @@
+=
+Mutual Exclusion lock
+=
+
+nxmutex
+===
+
+Use `nx
xiaoxiang781216 commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999761431
##
sched/mqueue/msgctl.c:
##
@@ -0,0 +1,124 @@
+/
+ * sched/mqueue/msgctl.c
+
pkarashchenko commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999747461
##
include/nuttx/mqueue.h:
##
@@ -85,25 +85,32 @@
# define nxmq_pollnotify(msgq, eventset)
#endif
-# define MQ_WNELIST(mq) (&((mq)->waitf
xiaoxiang781216 commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999746287
##
include/nuttx/mqueue.h:
##
@@ -85,25 +85,32 @@
# define nxmq_pollnotify(msgq, eventset)
#endif
-# define MQ_WNELIST(mq) (&((mq)->wai
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 0b55209af system: add cwebsocket support
add 195ffe71e Add interpreters/toywasm
No new revision
xiaoxiang781216 merged PR #1364:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1364
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new cc04e2137a esp32/i2s: Reduce MCLK mu
xiaoxiang781216 merged PR #7360:
URL: https://github.com/apache/incubator-nuttx/pull/7360
--
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 #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#discussion_r999034800
##
system/telnet/telnet_client.c:
##
@@ -286,7 +297,9 @@ int main(int argc, FAR char *argv[])
#ifdef CONFIG_NET_IPv4
struct sockaddr_in ipv4;
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 a3db5fe24b75eb73d51192d873466d929d480fd9
Author: raiden00pl
AuthorDate: Wed Oct 12 16:31:28 2022 +0200
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 0954b60df6f2095ebdc1941c79b505cb8005d183
Author: raiden00pl
AuthorDate: Tue Oct 18 09:43:59 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 56e3053b1a mtd/smart: Fix a compile error in smart_fsck
new 0954b60df6 stm32f7/nucleo-144: add CAN1 p
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 0d8b8ce5e220c33c08da4ac91e7e0db903852653
Author: raiden00pl
AuthorDate: Tue Oct 18 10:05:02 2022 +0200
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 0646ae92ff2fd868d9b28ceff3858749a7cdf94b
Author: raiden00pl
AuthorDate: Tue Oct 18 10:17:32 2022 +0200
xiaoxiang781216 merged PR #7346:
URL: https://github.com/apache/incubator-nuttx/pull/7346
--
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 #1358:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1358#issuecomment-1284250286
> > @masayuki2009 @pkarashchenko do you have more concern about this change?
>
> This is a case of counting semaphore with priority inheritance enabled.
xiaoxiang781216 commented on code in PR #7115:
URL: https://github.com/apache/incubator-nuttx/pull/7115#discussion_r999669764
##
include/time.h:
##
@@ -98,7 +98,11 @@
/* Scalar types */
+#ifdef CONFIG_SYSTEM_TIME64
+typedef int64_t time_t; /* Holds time in seconds
xiaoxiang781216 commented on code in PR #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999647622
##
arch/arm/src/kinetis/kinetis_i2c.c:
##
@@ -191,7 +191,7 @@ static struct kinetis_i2cdev_s g_i2c0_dev =
.config = &kinetis_i2c0_config,
.refs
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 56e3053b1a mtd/smart: Fix a compile
xiaoxiang781216 closed issue #7233: mtd/smart: compile error in smart_fsck
URL: https://github.com/apache/incubator-nuttx/issues/7233
--
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 com
xiaoxiang781216 merged PR #7358:
URL: https://github.com/apache/incubator-nuttx/pull/7358
--
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
SPRESENSE commented on code in PR #7358:
URL: https://github.com/apache/incubator-nuttx/pull/7358#discussion_r999633419
##
drivers/mtd/smart.c:
##
@@ -146,6 +146,22 @@
#define CLR_BITMAP(m, n) do { (m)[(n) / 8] &= ~(1 << ((n) % 8)); } while (0)
#define ISSET_BITMAP(m, n) ((m)[
pkarashchenko commented on code in PR #7115:
URL: https://github.com/apache/incubator-nuttx/pull/7115#discussion_r999623067
##
include/time.h:
##
@@ -98,7 +98,11 @@
/* Scalar types */
+#ifdef CONFIG_SYSTEM_TIME64
+typedef int64_t time_t; /* Holds time in seconds *
pkarashchenko commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999598724
##
include/sys/msg.h:
##
@@ -0,0 +1,212 @@
+/
+ * include/sys/msg.h
+ *
+ * Lic
SPRESENSE commented on issue #7355:
URL:
https://github.com/apache/incubator-nuttx/issues/7355#issuecomment-1284168688
@xiaoxiang781216
In my application the reason was that the events field of usrsock message
was missing a clearing process.
I have now resolved the issue.
Thanks.
SPRESENSE closed issue #7355: usrsock: usrsock cannot return any error code
URL: https://github.com/apache/incubator-nuttx/issues/7355
--
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 com
pkarashchenko commented on code in PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#discussion_r999589776
##
drivers/modem/alt1250/alt1250.h:
##
@@ -0,0 +1,59 @@
+/
+ * drivers/modem/al
pkarashchenko closed issue #7232: build: libboard.a is not generated by make
export
URL: https://github.com/apache/incubator-nuttx/issues/7232
--
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 spe
gustavonihei commented on PR #1361:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1361#issuecomment-1284154930
I believe the addition of `tinycrypto` requires some new information to be
added to [Export
Restrictions](https://github.com/apache/incubator-nuttx-apps#export-restrict
pkarashchenko merged PR #7357:
URL: https://github.com/apache/incubator-nuttx/pull/7357
--
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 a31316cab5 group_kill_children_handler: use nxtask_delete as this is
in-kernel
add 10a5c660f2 to
pkarashchenko commented on code in PR #7358:
URL: https://github.com/apache/incubator-nuttx/pull/7358#discussion_r999584148
##
drivers/mtd/smart.c:
##
@@ -146,6 +146,22 @@
#define CLR_BITMAP(m, n) do { (m)[(n) / 8] &= ~(1 << ((n) % 8)); } while (0)
#define ISSET_BITMAP(m, n) (
pkarashchenko commented on code in PR #7358:
URL: https://github.com/apache/incubator-nuttx/pull/7358#discussion_r999583475
##
drivers/mtd/smart.c:
##
@@ -146,6 +146,22 @@
#define CLR_BITMAP(m, n) do { (m)[(n) / 8] &= ~(1 << ((n) % 8)); } while (0)
#define ISSET_BITMAP(m, n) (
pkarashchenko commented on code in PR #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999580260
##
include/nuttx/mutex.h:
##
@@ -98,6 +98,7 @@ static inline int nxmutex_init(FAR mutex_t *mutex)
return _SEM_ERRVAL(ret);
}
+ _SEM_SETPROTO
HidenoriMatsubayashi commented on PR #7362:
URL: https://github.com/apache/incubator-nuttx/pull/7362#issuecomment-1284148720
@masayuki2009 @xiaoxiang781216 Can you please review?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
HidenoriMatsubayashi opened a new pull request, #7362:
URL: https://github.com/apache/incubator-nuttx/pull/7362
## Summary
Just delete unnecessary includes.
## Impact
None
## Testing
None
Signed-off-by: Hidenori Matsubayashi
--
This is an automated messag
yamt opened a new pull request, #1364:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1364
## Summary
Add interpreters/toywasm
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999563375
##
sched/mqueue/msginternal.c:
##
@@ -0,0 +1,202 @@
+/
+ * sched/mqueue/msginternal.c
pkarashchenko commented on code in PR #1361:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1361#discussion_r999560442
##
crypto/tinycrypt/.gitignore:
##
@@ -0,0 +1,2 @@
+*.zip
+tinycrypt/*
Review Comment:
```suggestion
tinycrypt/*
```
##
cryp
btashton commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1284127901
The push job that actually uploaded the image with your changes in master
failed which is why it was missing. I restarted that job
https://github.com/apache/incubator-nuttx/acti
pkarashchenko commented on PR #1358:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1358#issuecomment-1284126581
> @masayuki2009 @pkarashchenko do you have more concern about this change?
This is a case of counting semaphore with priority inheritance enabled. We
discussed t
btashton commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1284116473
> >
>
> qemu-system-arm be installed before, but still not work on
https://github.com/apache/incubator-nuttx/pull/7266
> so I try to build from the source
I look
gustavonihei commented on code in PR #1361:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1361#discussion_r999526723
##
crypto/tinycrypt/Makefile:
##
@@ -0,0 +1,89 @@
+
+# apps/crypto/tinycry
gustavonihei commented on code in PR #1361:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1361#discussion_r999526723
##
crypto/tinycrypt/Makefile:
##
@@ -0,0 +1,89 @@
+
+# apps/crypto/tinycry
pkarashchenko commented on code in PR #7361:
URL: https://github.com/apache/incubator-nuttx/pull/7361#discussion_r999515265
##
arch/xtensa/src/esp32/esp32_i2c.h:
##
@@ -43,6 +43,14 @@ extern "C"
#define EXTERN extern
#endif
+#ifdef CONFIG_ESP32_I2C0
+ #define ESP32_I2C0 0
tmedicci commented on code in PR #7268:
URL: https://github.com/apache/incubator-nuttx/pull/7268#discussion_r999510752
##
boards/xtensa/esp32/ttgo_t_display_esp32/configs/lvgl_lcd/defconfig:
##
@@ -42,7 +42,13 @@ CONFIG_LCD_ST7789_XOFFSET=53
CONFIG_LCD_ST7789_XRES=135
CONFIG_L
xiaoxiang781216 commented on PR #1361:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1361#issuecomment-1284054281
> > @gustavonihei could you take a look? This patch replace mcuboot private
copy to the official tinycrypto.
>
> MCUboot uses a modified version of tinycrypt,
xiaoxiang781216 commented on PR #1358:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1358#issuecomment-1284050773
@masayuki2009 @pkarashchenko do you have more concern about this change?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
xiaoxiang781216 commented on PR #6152:
URL: https://github.com/apache/incubator-nuttx/pull/6152#issuecomment-1284045431
If @maht doesn't have time to finish, @yamt may you continue his work?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
xiaoxiang781216 merged PR #7339:
URL: https://github.com/apache/incubator-nuttx/pull/7339
--
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 8a972817e0e4c541f720eeb994a498ae2a659352
Author: YAMAMOTO Takashi
AuthorDate: Tue Oct 18 14:27:28 2022 +0900
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 a31316cab513db9013a41bf0e321e20858c691de
Author: YAMAMOTO Takashi
AuthorDate: Wed Oct 19 19:33:30 2022 +0900
1 - 100 of 151 matches
Mail list logo