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 c0df7317ac Fix in syslog file separa
xiaoxiang781216 merged PR #6362:
URL: https://github.com/apache/incubator-nuttx/pull/6362
--
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 #6363:
URL: https://github.com/apache/incubator-nuttx/pull/6363#discussion_r889493834
##
drivers/syslog/syslog_channel.c:
##
@@ -259,13 +259,26 @@ int syslog_channel(FAR struct syslog_channel_s *channel)
int i;
#endif
+#if defined(CO
xiaoxiang781216 commented on PR #6337:
URL: https://github.com/apache/incubator-nuttx/pull/6337#issuecomment-1146548176
> @xiaoxiang781216
>
> I noticed that rv-virt:knsh64 failed.
>
> ```
> $ qemu-system-riscv64 -semihosting -nographic -cpu rv64 -smp 8 -M virt
-bios none -k
pkarashchenko commented on code in PR #6363:
URL: https://github.com/apache/incubator-nuttx/pull/6363#discussion_r889477026
##
drivers/syslog/syslog_channel.c:
##
@@ -259,13 +259,26 @@ int syslog_channel(FAR struct syslog_channel_s *channel)
int i;
#endif
+#if defined(CONF
fjpanag opened a new pull request, #6363:
URL: https://github.com/apache/incubator-nuttx/pull/6363
## Summary
When `CONFIG_SYSLOG_COLOR_OUTPUT` is enabled, the terminal color is set
before the message is printed, and it is reset at the end of the print.
It can happen that the l
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 df713c2 Publishing web
masayuki2009 commented on PR #6337:
URL: https://github.com/apache/incubator-nuttx/pull/6337#issuecomment-1146451054
@xiaoxiang781216
I noticed that rv-virt:knsh64 failed.
```
$ qemu-system-riscv64 -semihosting -nographic -cpu rv64 -smp 8 -M virt -bios
none -kernel ./nuttx/
fjpanag opened a new pull request, #6362:
URL: https://github.com/apache/incubator-nuttx/pull/6362
## Summary
The option `CONFIG_SYSLOG_FILE_SEPARATE` allows for a separator (a few blank
lines) to be print between two successive log sessions.
Due to `O_APPEND` flag missing, the
pkarashchenko commented on code in PR #6338:
URL: https://github.com/apache/incubator-nuttx/pull/6338#discussion_r889366979
##
sched/semaphore/sem_wait.c:
##
@@ -251,37 +251,21 @@ int nxsem_wait_uninterruptible(FAR sem_t *sem)
int sem_wait(FAR sem_t *sem)
{
- int errcode;
pkarashchenko commented on code in PR #6338:
URL: https://github.com/apache/incubator-nuttx/pull/6338#discussion_r889366588
##
sched/semaphore/sem_wait.c:
##
@@ -251,37 +251,21 @@ int nxsem_wait_uninterruptible(FAR sem_t *sem)
int sem_wait(FAR sem_t *sem)
{
- int errcode;
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 33a6aa2f48a9ade5398f28d830ab435c41a304dd
Author: Xiang Xiao
AuthorDate: Sun May 29 05:38:37 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 01c8bebf585102dad56b64491b3bf2b49f2675c4
Author: Xiang Xiao
AuthorDate: Sat May 28 04:58:16 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 47b707bbf8e8016e661ec943708416ea06e3ad89
Author: Xiang Xiao
AuthorDate: Sat May 28 00:43:49 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 bd76e69f8df302b07cf5feee6bdbef0bf1b0091e
Author: Xiang Xiao
AuthorDate: Fri May 27 04:55:42 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 c19d37adf0 libc/wchar: Call mbsnrtowcs in mbrtowc to handle the
partial sequence correctly
new b
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 3e32b605feb8142b30277fa5f45cdc8eb0e5e2c0
Author: Xiang Xiao
AuthorDate: Fri May 27 10:05:43 2022 +0800
pkarashchenko merged PR #6337:
URL: https://github.com/apache/incubator-nuttx/pull/6337
--
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 commented on code in PR #6337:
URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889292076
##
libs/libc/pthread/pthread_keycreate.c:
##
@@ -70,23 +72,46 @@
int pthread_key_create(FAR pthread_key_t *key,
CODE void (*destru
xiaoxiang781216 commented on code in PR #6337:
URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889280272
##
libs/libc/pthread/pthread_keycreate.c:
##
@@ -70,23 +72,46 @@
int pthread_key_create(FAR pthread_key_t *key,
CODE void (*dest
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 11e1a8b28bcdc9590fa8f6e021e3682656a8cea7
Author: Xiang Xiao
AuthorDate: Mon May 30 19:55:52 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 375a64fed6 esp32-devkitc:wamr_wasi_debug: pin WAMR version
new 7f3c540570 include/wchar.h: Remove
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 4c34075d103ad5571a2465b05b6ba9006b117c7d
Author: Xiang Xiao
AuthorDate: Tue May 31 01:25:39 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 7f3c540570a02431bfa1d1972658b13ac4e8343f
Author: Xiang Xiao
AuthorDate: Mon May 30 20:01:36 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 c19d37adf0bf156fdea7b18bf068e3aea3a1374f
Author: Xiang Xiao
AuthorDate: Wed Jun 1 01:14:56 2022 +0800
pkarashchenko merged PR #6351:
URL: https://github.com/apache/incubator-nuttx/pull/6351
--
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 commented on code in PR #6337:
URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889220972
##
libs/libc/pthread/pthread_keycreate.c:
##
@@ -70,23 +72,46 @@
int pthread_key_create(FAR pthread_key_t *key,
CODE void (*destru
xiaoxiang781216 commented on code in PR #6337:
URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889197129
##
libs/libc/pthread/pthread_keycreate.c:
##
@@ -70,23 +72,46 @@
int pthread_key_create(FAR pthread_key_t *key,
CODE void (*dest
xiaoxiang781216 commented on PR #1186:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1186#issuecomment-1146206971
> This change hides the intent the the file is opened in binary mode. Does
it make sense to assume the value the flag has?
Most caller of open want the binary
pkarashchenko commented on code in PR #6351:
URL: https://github.com/apache/incubator-nuttx/pull/6351#discussion_r889189512
##
arch/z80/include/ez80/limits.h:
##
@@ -67,17 +67,28 @@
#define PTR_MIN (-PTR_MAX - 1)
#ifdef CONFIG_EZ80_Z80MODE
-#define PTR_MAX 32767
-#de
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 dd7e98129ac6edd39f819febe295134c190324d3
Author: Xiang Xiao
AuthorDate: Sat May 21 02:20:50 2022 +0
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 f5c094aef1cce9b5764f4592b0612c5379f46d4a
Author: Xiang Xiao
AuthorDate: Fri May 20 14:04:15 2022 +0
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 99629e9b5 fstest:support fstest can run many times
new f5c094aef system/libuv: Skip compile
pkarashchenko merged PR #1183:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1183
--
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
pkarashchenko commented on code in PR #1183:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1183#discussion_r889183542
##
system/libuv/Makefile:
##
@@ -69,12 +69,12 @@ CSRCS += posix-hrtime.c
CSRCS += posix-poll.c
CSRCS += uv-data-getter-setters.c
CSRCS += version.
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 99629e9b5 fstest:support fstest
xiaoxiang781216 merged PR #1181:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1181
--
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 commented on code in PR #1183:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1183#discussion_r889174006
##
system/libuv/Makefile:
##
@@ -69,12 +69,12 @@ CSRCS += posix-hrtime.c
CSRCS += posix-poll.c
CSRCS += uv-data-getter-setters.c
CSRCS += versio
xiaoxiang781216 commented on code in PR #1183:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1183#discussion_r889174006
##
system/libuv/Makefile:
##
@@ -69,12 +69,12 @@ CSRCS += posix-hrtime.c
CSRCS += posix-poll.c
CSRCS += uv-data-getter-setters.c
CSRCS += versio
xiaoxiang781216 commented on code in PR #6357:
URL: https://github.com/apache/incubator-nuttx/pull/6357#discussion_r889171104
##
include/sys/eventfd.h:
##
@@ -33,7 +33,7 @@
/
#define EFD_NONBLOCK O
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 375a64fed6 esp32-devkitc:wamr_wasi_d
xiaoxiang781216 merged PR #6352:
URL: https://github.com/apache/incubator-nuttx/pull/6352
--
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 #6351:
URL: https://github.com/apache/incubator-nuttx/pull/6351#discussion_r889163605
##
arch/z80/include/ez80/limits.h:
##
@@ -67,17 +67,28 @@
#define PTR_MIN (-PTR_MAX - 1)
#ifdef CONFIG_EZ80_Z80MODE
-#define PTR_MAX 32767
-#
pkarashchenko commented on code in PR #6337:
URL: https://github.com/apache/incubator-nuttx/pull/6337#discussion_r889023724
##
libs/libc/pthread/pthread_keycreate.c:
##
@@ -70,23 +72,46 @@
int pthread_key_create(FAR pthread_key_t *key,
CODE void (*destru
pkarashchenko commented on code in PR #1182:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1182#discussion_r889021092
##
include/netutils/webclient.h:
##
@@ -420,6 +462,20 @@ struct webclient_poll_info
unsigned int flags; /* OR'ed WEBCLIENT_POLL_INFO_xxx flags */
pkarashchenko commented on code in PR #6351:
URL: https://github.com/apache/incubator-nuttx/pull/6351#discussion_r889003891
##
arch/z80/include/ez80/limits.h:
##
@@ -67,17 +67,28 @@
#define PTR_MIN (-PTR_MAX - 1)
#ifdef CONFIG_EZ80_Z80MODE
-#define PTR_MAX 32767
-#de
pkarashchenko commented on code in PR #1185:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1185#discussion_r888998297
##
include/netutils/webclient.h:
##
@@ -49,6 +49,7 @@
#include
#include
+#include
Review Comment:
Anyway that is minor and current type is
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 5e3a3dae1 webclient.h: Avoi
pkarashchenko merged PR #1185:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1185
--
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
pkarashchenko commented on code in PR #1185:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1185#discussion_r888995120
##
include/netutils/webclient.h:
##
@@ -49,6 +49,7 @@
#include
#include
+#include
Review Comment:
@yamt BTW I noticed that `stdint` type
pkarashchenko commented on code in PR #1183:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1183#discussion_r888990663
##
system/libuv/Makefile:
##
@@ -69,12 +69,12 @@ CSRCS += posix-hrtime.c
CSRCS += posix-poll.c
CSRCS += uv-data-getter-setters.c
CSRCS += version.
pkarashchenko commented on code in PR #6357:
URL: https://github.com/apache/incubator-nuttx/pull/6357#discussion_r888974647
##
include/sys/eventfd.h:
##
@@ -33,7 +33,7 @@
/
#define EFD_NONBLOCK O_N
davids5 commented on PR #1186:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1186#issuecomment-1145880364
This change hides the intent the the file is opened in binary mode. Does it
make sense to assume the value the flag has?
--
This is an automated message from the Apache G
xiaoxiang781216 opened a new pull request, #1186:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1186
## Summary
follow nuttx kernel side change:
https://github.com/apache/incubator-nuttx/pull/6357
## Impact
Minor
## Testing
Pass CI
--
This is an autom
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 85af65e72e arch/risc-v: re-add missi
xiaoxiang781216 merged PR #6361:
URL: https://github.com/apache/incubator-nuttx/pull/6361
--
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-apps.git
commit dbee240869a9e9f6764aa5583372d7941d8e4a2a
Author: YAMAMOTO Takashi
AuthorDate: Thu Jun 2 13:22:03 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 a696c8945eafa419eeb5e7dd662bf7aadce0a619
Author: YAMAMOTO Takashi
AuthorDate: Thu Jun 2 13:42:06 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 3f4e723ff73b16ad8899a29a84fe544c4c985b3f
Author: YAMAMOTO Takashi
AuthorDate: Thu Jun 2 13:22:59 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 a56301464613d406eeaa69dabad083f7dfeecd68
Author: YAMAMOTO Takashi
AuthorDate: Thu Jun 2 13:43:25 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 c116f8b67 webclient: Add https proxy (https over http) support
new dbee24086 webclient.c: Fix th
xiaoxiang781216 merged PR #1184:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1184
--
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 38aac99 Add release 10.3.0
xiaoxiang781216 merged PR #66:
URL: https://github.com/apache/incubator-nuttx-website/pull/66
--
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-un
jlaitine commented on PR #6025:
URL: https://github.com/apache/incubator-nuttx/pull/6025#issuecomment-1145712832
re-based against current master, and fixed syscall defines. tested again on
flat and protected builds.
--
This is an automated message from the Apache Git Service.
To respond t
jerpelea opened a new pull request, #66:
URL: https://github.com/apache/incubator-nuttx-website/pull/66
## Summary
Release page for NuttX 10.3.0
## Impact
NuttX 10.3.0 release
## Testing
NONE
--
This is an automated message from the Apache Git Service.
To respond
Author: jerpelea
Date: Fri Jun 3 07:47:48 2022
New Revision: 54838
Log:
Releasing apache-nuttx-10.3.0-incubating
Modified:
release/incubator/nuttx/10.3.0/apache-nuttx-10.3.0-incubating.tar.gz
release/incubator/nuttx/10.3.0/apache-nuttx-10.3.0-incubating.tar.gz.asc
release/incubator/n
Author: jerpelea
Date: Fri Jun 3 07:31:05 2022
New Revision: 54837
Log:
Releasing apache-nuttx-10.1.0-incubating
Added:
release/incubator/nuttx/10.3.0/
release/incubator/nuttx/10.3.0/apache-nuttx-10.3.0-incubating.tar.gz
(with props)
release/incubator/nuttx/10.3.0/apache-nuttx-10.
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-10.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
*** WARNING: tag nuttx-10.3.0 was modified! ***
from ec8fa7d2bf (commit)
to b6264c8acb (tag)
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-10.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
*** WARNING: tag nuttx-10.3.0 was modified! ***
from ecd8a9722 (commit)
to 864c96e87 (t
yamt opened a new pull request, #1185:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1185
## Summary
Include stdint.h for uint16_t explicitly.
This was necessary when I was trying to build this natively
on Ubuntu. It seems some other headers happen to pull
the uint
Author: jerpelea
Date: Fri Jun 3 07:19:02 2022
New Revision: 54836
Log:
Update Alin Jerpelea GPG key
Modified:
release/incubator/nuttx/KEYS
Modified: release/incubator/nuttx/KEYS
==
--- release/incubator/nuttx/KEYS
Author: jerpelea
Date: Fri Jun 3 07:18:01 2022
New Revision: 54835
Log:
Update Alin Jerpelea GPG key
Modified:
dev/incubator/nuttx/KEYS
Modified: dev/incubator/nuttx/KEYS
==
--- dev/incubator/nuttx/KEYS (original)
+
73 matches
Mail list logo