Ouss4 commented on pull request #2864:
URL: https://github.com/apache/incubator-nuttx/pull/2864#issuecomment-781161191
@masayuki2009 FYI, there is this repo
https://github.com/espressif/xtensa-isa-doc that has some Xtensa documentation
if you are interested.
Ouss4 merged pull request #2864:
URL: https://github.com/apache/incubator-nuttx/pull/2864
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
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 3ddfab239fd2399a1d2de55b37d464db6773b2c2
Author: Masayuki Ishikawa
AuthorDate: Thu Feb 18 09:58:09 2021 +0
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 458e021 eZ80: remove private function prototype from header
new 3ddfab2 arch: xtensa: Fix a comp
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 74c56f53aa57603b24d90758bffeb98f167883cb
Author: Masayuki Ishikawa
AuthorDate: Thu Feb 18 10:01:39 2021 +0
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 4c3412faaa1a22939586603b63205c36141a51b3
Author: Abdelatif Guettouche
AuthorDate: Mon Feb 8 10:47:21 2021 +01
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 998f7e5d4ce7e751106d4a33c6cbbac78f5a010a
Author: Sara Souza
AuthorDate: Thu Feb 11 22:42:52 2021 +0100
r
btashton merged pull request #2838:
URL: https://github.com/apache/incubator-nuttx/pull/2838
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
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 74c56f5 boards: esp32-devkitc: Add wapi_smp to test Wi-Fi in SMP mode
new b11a5ca risc-v/esp32c3: A
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 5562f08369db92a4f2c137410ff63b488057900c
Author: Abdelatif Guettouche
AuthorDate: Fri Jan 22 19:37:44 2021 +0
jerpelea opened a new pull request #2866:
URL: https://github.com/apache/incubator-nuttx/pull/2866
## Summary
Gregory Nutt has submitted the SGA and we can migrate the licenses to Apache.
## Impact
None
## Testing
None
Palmitoxico opened a new pull request #2867:
URL: https://github.com/apache/incubator-nuttx/pull/2867
Check if all messages were transferred, if not, return -ENXIO.
This is particularly useful when the slave returns an unexpected NAK,
the application code should catch the error to
codebje commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r578358796
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
- bool
codebje commented on pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#issuecomment-781314675
Having made these changes, I think `off_t` might be a good choice for `read`
and `write` instead of `blkcnt_t`. It's frequently what the various read and
write functions
gustavonihei commented on a change in pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#discussion_r578599141
##
File path: include/stdint.h
##
@@ -41,28 +41,28 @@
/* Limits of exact-width integer types */
-#define INT8_MIN(-INT8_MAX
gustavonihei commented on a change in pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#discussion_r578600026
##
File path: include/stdint.h
##
@@ -41,28 +41,28 @@
/* Limits of exact-width integer types */
-#define INT8_MIN(-INT8_MAX
This is an automated email from the ASF dual-hosted git repository.
aguettouche 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 7ebd130 examples/watcher: Ad
Ouss4 merged pull request #597:
URL: https://github.com/apache/incubator-nuttx-apps/pull/597
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
gustavonihei commented on a change in pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#discussion_r578599141
##
File path: include/stdint.h
##
@@ -41,28 +41,28 @@
/* Limits of exact-width integer types */
-#define INT8_MIN(-INT8_MAX
davids5 commented on pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#issuecomment-781556860
What is wrong with using simple to grock numbers that just make sense.
```
# define INT8_MAXINT8_C(127)
# define INT8_MIN (-INT8_C(127)
davids5 edited a comment on pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#issuecomment-781556860
What is wrong with using simple to grock numbers that just make sense.?
```
# define INT8_MAXINT8_C(127)
# define INT8_MIN (-INT
davids5 edited a comment on pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#issuecomment-781556860
What is wrong with using simple to grock numbers that just make sense?
```
# define INT8_MAXINT8_C(127)
# define INT8_MIN (-INT8
gustavonihei commented on pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#issuecomment-781569398
> What is wrong with using simple to grock numbers that just make sense?
>
> ```
> # define INT8_MAXINT8_C(127)
> # define INT8_MIN
gustavonihei commented on a change in pull request #2865:
URL: https://github.com/apache/incubator-nuttx/pull/2865#discussion_r578679818
##
File path: libs/libc/machine/risc-v/common/arch_elf.c
##
@@ -224,7 +246,7 @@ bool up_checkarch(FAR const Elf_Ehdr *ehdr)
if ((ehdr->e
xiaoxiang781216 merged pull request #2866:
URL: https://github.com/apache/incubator-nuttx/pull/2866
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 commented on a change in pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#discussion_r578689145
##
File path: include/stdint.h
##
@@ -41,28 +41,28 @@
/* Limits of exact-width integer types */
-#define INT8_MIN(-INT8_M
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 5562f08 boards: Add the ESP32-C3 DevKit board
add 4f1319f syscall: Author Gregory Nutt: update lic
xiaoxiang781216 commented on a change in pull request #2867:
URL: https://github.com/apache/incubator-nuttx/pull/2867#discussion_r578691594
##
File path: arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c
##
@@ -242,7 +244,18 @@ static int lpc17_40_i2c_start(struct lpc17_40_i2cdev_s
*pr
xiaoxiang781216 commented on a change in pull request #2867:
URL: https://github.com/apache/incubator-nuttx/pull/2867#discussion_r578691594
##
File path: arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c
##
@@ -242,7 +244,18 @@ static int lpc17_40_i2c_start(struct lpc17_40_i2cdev_s
*pr
xiaoxiang781216 commented on a change in pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#discussion_r578695078
##
File path: include/nuttx/fs/fs.h
##
@@ -206,11 +206,11 @@ struct file_operations
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
gustavonihei commented on a change in pull request #2832:
URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r578740088
##
File path: arch/xtensa/src/esp32/esp32_imm.c
##
@@ -31,7 +31,31 @@
#include "xtensa.h"
-#if CONFIG_XTENSA_USE_SEPARATE_IMEM
+#if CONF
Palmitoxico commented on a change in pull request #2867:
URL: https://github.com/apache/incubator-nuttx/pull/2867#discussion_r578742894
##
File path: arch/arm/src/lpc17xx_40xx/lpc17_40_i2c.c
##
@@ -242,7 +244,18 @@ static int lpc17_40_i2c_start(struct lpc17_40_i2cdev_s
*priv)
masayuki2009 opened a new pull request #2868:
URL: https://github.com/apache/incubator-nuttx/pull/2868
## Summary
- Call up_stack_color() correctly in the up_create_stack()
- Fix nwords calculation in up_stack_color()
- Also, refactor up_stack_color()
- Fix do_stackcheck() to
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 1dee2d6 Publishing web
codebje commented on pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#issuecomment-781744071
I think the only remaining build failures are caused by `mkfatfs.c`, which
needs format specifiers fixed in apache/incubator-nuttx-apps#596. That PR
itself has a build f
codebje edited a comment on pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#issuecomment-781744071
I think the only remaining build failures are caused by `mkfatfs.c`, which
needs format specifiers fixed in apache/incubator-nuttx-apps#596. That PR
itself has a
cwespressif commented on a change in pull request #2832:
URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r578860389
##
File path: arch/xtensa/src/esp32/esp32_imm.c
##
@@ -31,7 +31,31 @@
#include "xtensa.h"
-#if CONFIG_XTENSA_USE_SEPARATE_IMEM
+#if CONFI
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 43a9866 lpc17xx_40xx/lpc17_40_i2c.c
xiaoxiang781216 merged pull request #2867:
URL: https://github.com/apache/incubator-nuttx/pull/2867
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 commented on pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#issuecomment-781772479
@davids5 let's merge this patch first, we can provide a new PR to address
the issue you mentioned.
-
xiaoxiang781216 edited a comment on pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863#issuecomment-781772479
@davids5 let's merge this patch first, we can provide a new PR to address
the issue you mentioned since it doesn't really relate to this PR.
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 43a9866 lpc17xx_40xx/lpc17_40_i2c.c: Propagate I2C I/O errors
new 9fcca55 z80/inttypes.h: Add INT2
xiaoxiang781216 merged pull request #2863:
URL: https://github.com/apache/incubator-nuttx/pull/2863
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 7750de72bba50e23e1ee5a9020cea9d4e7cbbd9e
Author: Gustavo Henrique Nihei
AuthorDate: Wed Feb 17 19:04:31 2021
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 9fcca55ad6279a8724bee17e2f087a30d13ecbb8
Author: Gustavo Henrique Nihei
AuthorDate: Wed Feb 17 19:03:10 2021
xiaoxiang781216 commented on pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861#issuecomment-781780800
@codebje the change looks good, but could you squash all commit into one?
> I think the only remaining build failures are caused by `mkfatfs.c`, which
need
xiaoxiang781216 commented on a change in pull request #2865:
URL: https://github.com/apache/incubator-nuttx/pull/2865#discussion_r578892961
##
File path: libs/libc/machine/risc-v/common/arch_elf.c
##
@@ -224,7 +246,7 @@ bool up_checkarch(FAR const Elf_Ehdr *ehdr)
if ((ehdr
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 e87d14721ef11546b068e4d78a0bd7c1005ba83e
Author: Masayuki Ishikawa
AuthorDate: Fri Feb 19 08:26:13 2021 +090
xiaoxiang781216 merged pull request #2868:
URL: https://github.com/apache/incubator-nuttx/pull/2868
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 7750de7 stdint.h: Use conversion macros for the definition of MIN and
MAX constants
new e87d147 a
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 f344e7b5bf234c2134dff00d9ebc8a6f1ff9ec43
Author: Masayuki Ishikawa
AuthorDate: Fri Feb 19 08:37:11 2021 +090
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578896515
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
yamt opened a new pull request #2869:
URL: https://github.com/apache/incubator-nuttx/pull/2869
## Summary
netdb.h: Add NI_MAXHOST and NI_MAXSERV
* These are not parts of the standards as far as I know.
* These are provided by many platforms. (GLIBC, BSD, Windows, etc)
* T
yamt commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578913501
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *start_realti
yamt opened a new pull request #598:
URL: https://github.com/apache/incubator-nuttx-apps/pull/598
## Summary
Add ntpcstatus command, which shows the client status.
```
nsh> ntpcstatus
The number of last samples: 5
[0] srv 178.16.23.50 offset -0.014006560 delay 0.349967
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 f344e7b boards: esp32-devkitc: Add CONFIG_STACK_COLORATION=y to
wapi_smp/defconfig
add 9a1b726 fs
xiaoxiang781216 merged pull request #2861:
URL: https://github.com/apache/incubator-nuttx/pull/2861
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 2e17cd2 fsutils: update geomet
xiaoxiang781216 merged pull request #596:
URL: https://github.com/apache/incubator-nuttx-apps/pull/596
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578922743
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
yamt commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578923870
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *start_realti
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578937658
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578937658
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578937658
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
yamt commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578940423
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *start_realti
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578944700
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578944700
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578944700
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
xiaoxiang781216 commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578944700
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *s
yamt commented on a change in pull request #594:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/594#discussion_r578946091
##
File path: netutils/ntpclient/ntpclient.c
##
@@ -625,14 +699,15 @@ static void ntpc_settime(int64_t offset, FAR struct
timespec *start_realti
70 matches
Mail list logo