[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2864: esp32wifi

2021-02-18 Thread GitBox
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.

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2864: esp32wifi

2021-02-18 Thread GitBox
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

[incubator-nuttx] 01/02: arch: xtensa: Fix a compile warning in xtensa_dumpstate.c

2021-02-18 Thread aguettouche
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

[incubator-nuttx] branch master updated (458e021 -> 74c56f5)

2021-02-18 Thread aguettouche
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

[incubator-nuttx] 02/02: boards: esp32-devkitc: Add wapi_smp to test Wi-Fi in SMP mode

2021-02-18 Thread aguettouche
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

[incubator-nuttx] 03/04: risc-v/esp32c3: Add clock configuration

2021-02-18 Thread btashton
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

[incubator-nuttx] 02/04: risc-v/esp32c3: Add basic UART support for console

2021-02-18 Thread btashton
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

[GitHub] [incubator-nuttx] btashton merged pull request #2838: Add initial support for ESP32-C3 and ESP32-C3 DevKit board

2021-02-18 Thread GitBox
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

[incubator-nuttx] branch master updated (74c56f5 -> 5562f08)

2021-02-18 Thread btashton
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

[incubator-nuttx] 04/04: boards: Add the ESP32-C3 DevKit board

2021-02-18 Thread btashton
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

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #2866: Author Gregory Nutt: update licenses to Apache

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] Palmitoxico opened a new pull request #2867: lpc17xx_40xx/lpc17_40_i2c.c: Propagate I2C I/O errors

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] codebje commented on a change in pull request #2861: fs: change geometry sizes from `size_t` to `uint32_t`

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] codebje commented on pull request #2861: fs: change geometry sizes from `size_t` to `uint32_t`

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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

[incubator-nuttx-apps] branch master updated: examples/watcher: Add missing dependencies on Kconfig

2021-02-18 Thread aguettouche
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

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #597: examples/watcher: Add missing dependencies on Kconfig

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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)

[GitHub] [incubator-nuttx] davids5 edited a comment on pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 edited a comment on pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2865: libc:machine:risc-v:unifying elf relocation code.

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2866: Author Gregory Nutt: update licenses to Apache

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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

[incubator-nuttx] branch master updated (5562f08 -> 734c04f)

2021-02-18 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2867: lpc17xx_40xx/lpc17_40_i2c.c: Propagate I2C I/O errors

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2867: lpc17xx_40xx/lpc17_40_i2c.c: Propagate I2C I/O errors

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2861: fs: change geometry sizes from `size_t` to `uint32_t`

2021-02-18 Thread GitBox
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 {

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] Palmitoxico commented on a change in pull request #2867: lpc17xx_40xx/lpc17_40_i2c.c: Propagate I2C I/O errors

2021-02-18 Thread GitBox
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)

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2868: Fix xtensa stack coloring

2021-02-18 Thread GitBox
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

[incubator-nuttx-website] branch asf-site updated: Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: 734c04f3aff49d007d7f96a39727b0e9a3fa0c96

2021-02-18 Thread github-bot
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

[GitHub] [incubator-nuttx] codebje commented on pull request #2861: fs: change geometry sizes from `size_t` to `uint32_t`

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] codebje edited a comment on pull request #2861: fs: change geometry sizes from `size_t` to `uint32_t`

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-18 Thread GitBox
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

[incubator-nuttx] branch master updated: lpc17xx_40xx/lpc17_40_i2c.c: Propagate I2C I/O errors

2021-02-18 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2867: lpc17xx_40xx/lpc17_40_i2c.c: Propagate I2C I/O errors

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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. -

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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.

[incubator-nuttx] branch master updated (43a9866 -> 7750de7)

2021-02-18 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2863: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread GitBox
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

[incubator-nuttx] 02/02: stdint.h: Use conversion macros for the definition of MIN and MAX constants

2021-02-18 Thread xiaoxiang
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

[incubator-nuttx] 01/02: z80/inttypes.h: Add INT24_C and UINT24_C function macros

2021-02-18 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2861: fs: change geometry sizes from `size_t` to `uint32_t`

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2865: libc:machine:risc-v:unifying elf relocation code.

2021-02-18 Thread GitBox
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

[incubator-nuttx] 01/02: arch: xtensa: Fix stack coloring

2021-02-18 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2868: Fix xtensa stack coloring

2021-02-18 Thread GitBox
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

[incubator-nuttx] branch master updated (7750de7 -> f344e7b)

2021-02-18 Thread xiaoxiang
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

[incubator-nuttx] 02/02: boards: esp32-devkitc: Add CONFIG_STACK_COLORATION=y to wapi_smp/defconfig

2021-02-18 Thread xiaoxiang
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx] yamt opened a new pull request #2869: netdb.h: Add NI_MAXHOST and NI_MAXSERV

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] yamt commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #598: ntpclient: Add api and command to query status

2021-02-18 Thread GitBox
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

[incubator-nuttx] branch master updated (f344e7b -> 9a1b726)

2021-02-18 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2861: fs: change geometry sizes from `size_t` to `uint32_t`

2021-02-18 Thread GitBox
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

[incubator-nuttx-apps] branch master updated: fsutils: update geometry size (c.f. apache/incubator-nuttx#2861)

2021-02-18 Thread xiaoxiang
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #596: fsutils: update geometry size (c.f. apache/incubator-nuttx#2861)

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] yamt commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] yamt commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] yamt commented on a change in pull request #594: ntpclient.c: Replace home-grown ntp_addr_u with sockaddr_storage

2021-02-18 Thread GitBox
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