[incubator-nuttx] branch master updated (8d33f7a -> d2d7b6d)

2021-03-11 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 8d33f7a hostfs: Document the backends and restrictions add d2d7b6d net: Add sendmsg and recvmsg to

[GitHub] [incubator-nuttx] davids5 merged pull request #3025: net: Add sendmsg and recvmsg to syscall list

2021-03-11 Thread GitBox
davids5 merged pull request #3025: URL: https://github.com/apache/incubator-nuttx/pull/3025 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] saramonteiro opened a new pull request #3029: risc-v/esp32-c3: Adds termios support.

2021-03-11 Thread GitBox
saramonteiro opened a new pull request #3029: URL: https://github.com/apache/incubator-nuttx/pull/3029 ## Summary This PR adds the termios support for ESP32-C3 according to NuttX support. Support status: Termios Interfaces: 1. `cfgetspeed()` and `cfsetspeed()` are

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3029: risc-v/esp32-c3: Adds termios support.

2021-03-11 Thread GitBox
gustavonihei commented on a change in pull request #3029: URL: https://github.com/apache/incubator-nuttx/pull/3029#discussion_r592365833 ## File path: arch/risc-v/src/esp32c3/esp32c3_serial.c ## @@ -656,9 +661,208 @@ static int esp32c3_receive(struct uart_dev_s *dev, unsigned

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2991: risc-v/bl602: Add wifi and ble support

2021-03-11 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2991: URL: https://github.com/apache/incubator-nuttx/pull/2991#discussion_r592238557 ## File path: arch/risc-v/src/bl602/bl602_netdev.c ## @@ -0,0 +1,2103 @@

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3029: risc-v/esp32-c3: Adds termios support.

2021-03-11 Thread GitBox
gustavonihei commented on a change in pull request #3029: URL: https://github.com/apache/incubator-nuttx/pull/3029#discussion_r592365833 ## File path: arch/risc-v/src/esp32c3/esp32c3_serial.c ## @@ -656,9 +661,208 @@ static int esp32c3_receive(struct uart_dev_s *dev, unsigned

[GitHub] [incubator-nuttx] yunkya2 opened a new pull request #3030: boards/raspberrypi-pico: Support ENC28J60 SPI ethernet board

2021-03-11 Thread GitBox
yunkya2 opened a new pull request #3030: URL: https://github.com/apache/incubator-nuttx/pull/3030 ## Summary Support GPIO interrupt handling and ENC28J60 SPI ethernet board for Raspberry Pi Pico. ## Impact rp2040 only ## Testing Tested with

[incubator-nuttx] branch master updated: xtensa_backtrace.S: Fix the file header.

2021-03-11 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 7d406c9 xtensa_backtrace.S: Fix

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3026: xtensa_backtrace.S: Fix the file header.

2021-03-11 Thread GitBox
xiaoxiang781216 merged pull request #3026: URL: https://github.com/apache/incubator-nuttx/pull/3026 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-nuttx] branch master updated (7d406c9 -> c3ace7a)

2021-03-11 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 7d406c9 xtensa_backtrace.S: Fix the file header. add 7083618 boards: Kconfig: Introduce

[GitHub] [incubator-nuttx] jerpelea merged pull request #3024: Spesense CPU activity LED support

2021-03-11 Thread GitBox
jerpelea merged pull request #3024: URL: https://github.com/apache/incubator-nuttx/pull/3024 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] davids5 commented on a change in pull request #2772: imx6 enet with TCP_WRITE_BUFFERS

2021-03-11 Thread GitBox
davids5 commented on a change in pull request #2772: URL: https://github.com/apache/incubator-nuttx/pull/2772#discussion_r592278723 ## File path: arch/arm/src/imx6/imx_enet.c ## @@ -102,6 +102,10 @@ # error "Need at least one TX buffer" #endif +#if !defined

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #3032: arch/stm32: Fix nxstyle errors

2021-03-11 Thread GitBox
hartmannathan opened a new pull request #3032: URL: https://github.com/apache/incubator-nuttx/pull/3032 ## Summary Fix nxstyle errors in: - arch/arm/include/stm32/stm32f10xxx_irq.h - arch/arm/include/stm32/stm32f20xxx_irq.h - arch/arm/include/stm32/stm32f30xxx_irq.h -

[GitHub] [incubator-nuttx] acassis merged pull request #3027: board:rv64:c906:support the ELF apps.

2021-03-11 Thread GitBox
acassis merged pull request #3027: URL: https://github.com/apache/incubator-nuttx/pull/3027 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 (c3ace7a -> f71c5e5)

2021-03-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c3ace7a boards: spresense: Add CONFIG_ARCH_LEDS_CPU_ACTIVITY=y to rndis_smp and wifi_smp add

[GitHub] [incubator-nuttx] v01d opened a new issue #3031: Unified device interface, callback based initialization and devicetree (DTS)

2021-03-11 Thread GitBox
v01d opened a new issue #3031: URL: https://github.com/apache/incubator-nuttx/issues/3031 This is an in-depth proposal for the GSoC idea about devicetree support. I have thought this about some time so I this is a proposed roadmap. I actually think the underlying improvement is to develop

[GitHub] [incubator-nuttx] btashton commented on pull request #3023: Remove nr5m100 and gap8 support

2021-03-11 Thread GitBox
btashton commented on pull request #3023: URL: https://github.com/apache/incubator-nuttx/pull/3023#issuecomment-796961867 I will need to redo that PR based on this change. That PR included much of this, but it made sense to break it apart. I could probably take another stab at it

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #3020: syslog: add option to prefix process name

2021-03-11 Thread GitBox
v01d commented on a change in pull request #3020: URL: https://github.com/apache/incubator-nuttx/pull/3020#discussion_r592676233 ## File path: drivers/syslog/vsyslog.c ## @@ -67,6 +67,7 @@ int nx_vsyslog(int priority, FAR const IPTR char *fmt, FAR va_list *ap) { struct

[incubator-nuttx] branch master updated (c047c14 -> 9fd0df3)

2021-03-11 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 c047c14 Remove all gap8(risc-v) arch and board source code add 9fd0df3 arch/stm32: Fix nxstyle

[GitHub] [incubator-nuttx] Ouss4 merged pull request #3032: arch/stm32: Fix nxstyle errors

2021-03-11 Thread GitBox
Ouss4 merged pull request #3032: URL: https://github.com/apache/incubator-nuttx/pull/3032 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

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #3029: risc-v/esp32-c3: Adds termios support.

2021-03-11 Thread GitBox
Ouss4 commented on pull request #3029: URL: https://github.com/apache/incubator-nuttx/pull/3029#issuecomment-797066736 @saramonteiro please squash the commits. This is an automated message from the Apache Git Service. To

[incubator-nuttx] branch master updated (f71c5e5 -> c047c14)

2021-03-11 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 f71c5e5 board:rv64:c906:support ELF apps. add c54d617 Remove nr5m100(risc-v) arch and board source

[GitHub] [incubator-nuttx] btashton merged pull request #3023: Remove nr5m100 and gap8 support

2021-03-11 Thread GitBox
btashton merged pull request #3023: URL: https://github.com/apache/incubator-nuttx/pull/3023 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] btashton closed issue #2594: Should we remove the support of too old and incompatible risc-v chip(gap8 and nr5m100)?

2021-03-11 Thread GitBox
btashton closed issue #2594: URL: https://github.com/apache/incubator-nuttx/issues/2594 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] branch master updated (d87274c -> cf8521e)

2021-03-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from d87274c risc-v/esp32c3: Release stuck I2C slaves on Reset add cf8521e syslog: add option to prefix

[GitHub] [incubator-nuttx] acassis commented on pull request #3020: syslog: add option to prefix process name

2021-03-11 Thread GitBox
acassis commented on pull request #3020: URL: https://github.com/apache/incubator-nuttx/pull/3020#issuecomment-797098025 Done! Thank you! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] acassis merged pull request #3028: ESP32-C3: Add I2C driver

2021-03-11 Thread GitBox
acassis merged pull request #3028: URL: https://github.com/apache/incubator-nuttx/pull/3028 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 (a657357 -> d87274c)

2021-03-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from a657357 boards/raspberrypi-pico: Support ENC28J60 SPI ethernet board add 11b1f0f risc-v/esp32c3:

[GitHub] [incubator-nuttx] acassis commented on pull request #3020: syslog: add option to prefix process name

2021-03-11 Thread GitBox
acassis commented on pull request #3020: URL: https://github.com/apache/incubator-nuttx/pull/3020#issuecomment-797094624 @v01d and @xiaoxiang781216 should we merge now? This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] v01d commented on pull request #3020: syslog: add option to prefix process name

2021-03-11 Thread GitBox
v01d commented on pull request #3020: URL: https://github.com/apache/incubator-nuttx/pull/3020#issuecomment-797094919 It is good on my end. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] acassis merged pull request #3020: syslog: add option to prefix process name

2021-03-11 Thread GitBox
acassis merged pull request #3020: URL: https://github.com/apache/incubator-nuttx/pull/3020 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] masayuki2009 commented on a change in pull request #2772: imx6 enet with TCP_WRITE_BUFFERS

2021-03-11 Thread GitBox
masayuki2009 commented on a change in pull request #2772: URL: https://github.com/apache/incubator-nuttx/pull/2772#discussion_r592820639 ## File path: net/tcp/tcp_send_buffered.c ## @@ -1144,6 +1144,11 @@ ssize_t psock_tcp_send(FAR struct socket *psock, FAR const void *buf,

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2772: imx6 enet with TCP_WRITE_BUFFERS

2021-03-11 Thread GitBox
masayuki2009 commented on a change in pull request #2772: URL: https://github.com/apache/incubator-nuttx/pull/2772#discussion_r592834270 ## File path: net/tcp/tcp_send_buffered.c ## @@ -1144,6 +1144,11 @@ ssize_t psock_tcp_send(FAR struct socket *psock, FAR const void *buf,

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #3033: libc/unistd: Fix getpriority not handling invalid input value

2021-03-11 Thread GitBox
gustavonihei opened a new pull request #3033: URL: https://github.com/apache/incubator-nuttx/pull/3033 ## Summary This PR intends to fix the implementation of `getpriority` function, which is not compatible with the specification from OpenGroup:

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #3034: arch: imx6: Fix an error message in imx_enet.c

2021-03-11 Thread GitBox
masayuki2009 opened a new pull request #3034: URL: https://github.com/apache/incubator-nuttx/pull/3034 ## Summary - This commit fixes an error message in imx_enet.c ## Impact - None ## Testing - Build only

[GitHub] [incubator-nuttx] saramonteiro commented on pull request #3029: risc-v/esp32-c3: Adds termios support.

2021-03-11 Thread GitBox
saramonteiro commented on pull request #3029: URL: https://github.com/apache/incubator-nuttx/pull/3029#issuecomment-797078797 > @saramonteiro please squash the commits. Done This is an automated message from the

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #608: system/i2c: Add command for resetting an I2C bus

2021-03-11 Thread GitBox
gustavonihei opened a new pull request #608: URL: https://github.com/apache/incubator-nuttx-apps/pull/608 ## Summary This PR intends to add a new command to the I2C tool for enabling a quick test of the Reset function. ## Impact No impact, new command for the I2C tool.

[GitHub] [incubator-nuttx] acassis merged pull request #3030: boards/raspberrypi-pico: Support ENC28J60 SPI ethernet board

2021-03-11 Thread GitBox
acassis merged pull request #3030: URL: https://github.com/apache/incubator-nuttx/pull/3030 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 (9fd0df3 -> a657357)

2021-03-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 9fd0df3 arch/stm32: Fix nxstyle errors add 174a4c1 arm/rp2040: Add RP2040 GPIO interrupt functions

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #2772: imx6 enet with TCP_WRITE_BUFFERS

2021-03-11 Thread GitBox
masayuki2009 commented on a change in pull request #2772: URL: https://github.com/apache/incubator-nuttx/pull/2772#discussion_r592816630 ## File path: arch/arm/src/imx6/imx_enet.c ## @@ -102,6 +102,10 @@ # error "Need at least one TX buffer" #endif +#if !defined

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #3025: net: Add sendmsg and recvmsg to syscall list

2021-03-11 Thread GitBox
xiaoxiang781216 opened a new pull request #3025: URL: https://github.com/apache/incubator-nuttx/pull/3025 ## Summary Forget in PR: https://github.com/apache/incubator-nuttx/pull/2959 ## Impact sendmsg/recvmsg can be called in the protected and kernel mode ## Testing

[incubator-nuttx] branch master updated: libc/unistd: Fix getpriority not handling invalid input value

2021-03-11 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 f2d8f86 libc/unistd: Fix

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3033: libc/unistd: Fix getpriority not handling invalid input value

2021-03-11 Thread GitBox
xiaoxiang781216 merged pull request #3033: URL: https://github.com/apache/incubator-nuttx/pull/3033 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] masayuki2009 opened a new pull request #3036: License change : arch/risc-v, boards/risc-v

2021-03-11 Thread GitBox
masayuki2009 opened a new pull request #3036: URL: https://github.com/apache/incubator-nuttx/pull/3036 ## Summary - This PR changes license to Apache authored by Masayuki Ishikawa ## Impact - None ## Testing - N/A

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2499: getpid should return process id not thread id

2021-03-11 Thread GitBox
xiaoxiang781216 commented on issue #2499: URL: https://github.com/apache/incubator-nuttx/issues/2499#issuecomment-797265371 > There is some semantic confusion about what the process ID represents in NuttX. NuttX uses a "task group" to associate all of the heavyweight threads. The process

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2772: imx6 enet with TCP_WRITE_BUFFERS

2021-03-11 Thread GitBox
yamt commented on a change in pull request #2772: URL: https://github.com/apache/incubator-nuttx/pull/2772#discussion_r592925107 ## File path: net/tcp/tcp_send_buffered.c ## @@ -1144,6 +1144,11 @@ ssize_t psock_tcp_send(FAR struct socket *psock, FAR const void *buf,

[GitHub] [incubator-nuttx] buyuer opened a new pull request #3035: vfs: Fix epoll cannot work under 64-bit os.

2021-03-11 Thread GitBox
buyuer opened a new pull request #3035: URL: https://github.com/apache/incubator-nuttx/pull/3035 vfs: Fix epoll cannot work under 64-bit operating system by switching to the real file handle Signed-off-by: buyuer ## Summary ## Impact ## Testing

[incubator-nuttx] branch master updated: arch: imx6: Fix an error message in imx_enet.c

2021-03-11 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 9aaa406 arch: imx6: Fix an error

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3034: arch: imx6: Fix an error message in imx_enet.c

2021-03-11 Thread GitBox
xiaoxiang781216 merged pull request #3034: URL: https://github.com/apache/incubator-nuttx/pull/3034 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] masayuki2009 opened a new pull request #3037: Revert "net: tcp: Add DEBUGASSERT() in psock_tcp_send()"

2021-03-11 Thread GitBox
masayuki2009 opened a new pull request #3037: URL: https://github.com/apache/incubator-nuttx/pull/3037 ## Summary - Based on the discussion (https://github.com/apache/incubator-nuttx/pull/2772), let me revert the commit ## Impact - None ## Testing - N/A

[GitHub] [incubator-nuttx] buyuer closed pull request #3038: vfs: Fix epoll cannot work under 64-bit OS.

2021-03-11 Thread GitBox
buyuer closed pull request #3038: URL: https://github.com/apache/incubator-nuttx/pull/3038 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] donghengqaz opened a new pull request #3040: riscv/esp32c3: Add ESP32-C3 WLAN netcard driver

2021-03-11 Thread GitBox
donghengqaz opened a new pull request #3040: URL: https://github.com/apache/incubator-nuttx/pull/3040 ## Summary Add ESP32-C3 WLAN netcard driver. ## Impact ## Testing This is an automated

[GitHub] [incubator-nuttx] yamt opened a new pull request #3039: arch/sim/include/limits.h: Fix the type of LONG_MIN, LONG_MAX, ULONG_MAX

2021-03-11 Thread GitBox
yamt opened a new pull request #3039: URL: https://github.com/apache/incubator-nuttx/pull/3039 ## Summary arch/sim/include/limits.h: Fix the type of LONG_MIN, LONG_MAX, ULONG_MAX ## Impact sim only ## Testing build tested sim:vpnkit

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #2499: getpid should return process id not thread id

2021-03-11 Thread GitBox
xiaoxiang781216 edited a comment on issue #2499: URL: https://github.com/apache/incubator-nuttx/issues/2499#issuecomment-797265371 > There is some semantic confusion about what the process ID represents in NuttX. NuttX uses a "task group" to associate all of the heavyweight threads. The

[incubator-nuttx-apps] branch master updated: system/i2c: Add command for resetting an I2C bus

2021-03-11 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 6f75c1b system/i2c: Add

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #608: system/i2c: Add command for resetting an I2C bus

2021-03-11 Thread GitBox
xiaoxiang781216 merged pull request #608: URL: https://github.com/apache/incubator-nuttx-apps/pull/608 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] buyuer closed pull request #3035: vfs: Fix epoll cannot work under 64-bit os.

2021-03-11 Thread GitBox
buyuer closed pull request #3035: URL: https://github.com/apache/incubator-nuttx/pull/3035 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] masayuki2009 commented on a change in pull request #2772: imx6 enet with TCP_WRITE_BUFFERS

2021-03-11 Thread GitBox
masayuki2009 commented on a change in pull request #2772: URL: https://github.com/apache/incubator-nuttx/pull/2772#discussion_r592929224 ## File path: net/tcp/tcp_send_buffered.c ## @@ -1144,6 +1144,11 @@ ssize_t psock_tcp_send(FAR struct socket *psock, FAR const void *buf,

[GitHub] [incubator-nuttx] buyuer opened a new pull request #3038: vfs: Fix epoll cannot work under 64-bit OS.

2021-03-11 Thread GitBox
buyuer opened a new pull request #3038: URL: https://github.com/apache/incubator-nuttx/pull/3038 Fix epoll cannot work under 64-bit operating system by switching to the real file handle and Fix one bug of EPOLL_CTL_DEL. Signed-off-by: 丁欣童 ## Summary ## Impact

[GitHub] [incubator-nuttx] buyuer closed pull request #3041: Do some adjustments for epoll

2021-03-11 Thread GitBox
buyuer closed pull request #3041: URL: https://github.com/apache/incubator-nuttx/pull/3041 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] buyuer opened a new pull request #3041: Do some adjustments for epoll

2021-03-11 Thread GitBox
buyuer opened a new pull request #3041: URL: https://github.com/apache/incubator-nuttx/pull/3041 ## Summary ## Impact ## Testing This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] buyuer opened a new pull request #3042: Do some adjustments for epoll

2021-03-11 Thread GitBox
buyuer opened a new pull request #3042: URL: https://github.com/apache/incubator-nuttx/pull/3042 ## Summary ## Impact ## Testing This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #3028: ESP32-C3: Add I2C driver

2021-03-11 Thread GitBox
gustavonihei opened a new pull request #3028: URL: https://github.com/apache/incubator-nuttx/pull/3028 ## Summary This PR intends to provide a new I2C driver for the ESP32-C3. The implementation has been validated by successfully integrating the Bosch BMP180 sensor, which relies on

[GitHub] [incubator-nuttx] Virus-V commented on a change in pull request #2991: risc-v/bl602: Add wifi and ble support

2021-03-11 Thread GitBox
Virus-V commented on a change in pull request #2991: URL: https://github.com/apache/incubator-nuttx/pull/2991#discussion_r592202675 ## File path: arch/risc-v/src/bl602/bl602_netdev.c ## @@ -0,0 +1,2103 @@

[GitHub] [incubator-nuttx] Virus-V commented on a change in pull request #2991: risc-v/bl602: Add wifi and ble support

2021-03-11 Thread GitBox
Virus-V commented on a change in pull request #2991: URL: https://github.com/apache/incubator-nuttx/pull/2991#discussion_r592168804 ## File path: arch/risc-v/src/bl602/bl602_netdev.c ## @@ -0,0 +1,2103 @@

[GitHub] [incubator-nuttx] Virus-V commented on a change in pull request #2991: risc-v/bl602: Add wifi and ble support

2021-03-11 Thread GitBox
Virus-V commented on a change in pull request #2991: URL: https://github.com/apache/incubator-nuttx/pull/2991#discussion_r592171413 ## File path: arch/risc-v/src/bl602/bl602_idle.c ## @@ -49,6 +49,11 @@ void up_idle(void) { +#if defined(CONFIG_BL602_BLE_CONTROLLER) +

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #3026: xtensa_backtrace.S: Fix the file header.

2021-03-11 Thread GitBox
Ouss4 opened a new pull request #3026: URL: https://github.com/apache/incubator-nuttx/pull/3026 ## Summary Fix xtensa_backtrace.S file header. ## Impact N/A ## Testing N/A This is an automated message from

[GitHub] [incubator-nuttx] hotislandn opened a new pull request #3027: board:rv64:c906:support the ELF apps.

2021-03-11 Thread GitBox
hotislandn opened a new pull request #3027: URL: https://github.com/apache/incubator-nuttx/pull/3027 Signed-off-by: hotislandn ## Summary This patch adds one more configuration for C906, which enables the ELF apps. ## Impact C906 ## Testing The built-in

[GitHub] [incubator-nuttx] acassis commented on pull request #3021: Add INA219 support.

2021-03-11 Thread GitBox
acassis commented on pull request #3021: URL: https://github.com/apache/incubator-nuttx/pull/3021#issuecomment-796589145 Kudos @phfbertoleti ! It is nice you always put a printscreen showing the example working! Well done!

[GitHub] [incubator-nuttx] Virus-V commented on a change in pull request #2991: risc-v/bl602: Add wifi and ble support

2021-03-11 Thread GitBox
Virus-V commented on a change in pull request #2991: URL: https://github.com/apache/incubator-nuttx/pull/2991#discussion_r592169562 ## File path: arch/risc-v/src/bl602/bl602_systemreset.c ## @@ -68,25 +96,34 @@ static void bl602_chip_reset(uint32_t mask) putreg32(1,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2991: risc-v/bl602: Add wifi and ble support

2021-03-11 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2991: URL: https://github.com/apache/incubator-nuttx/pull/2991#discussion_r592196598 ## File path: arch/risc-v/src/bl602/bl602_netdev.c ## @@ -0,0 +1,2103 @@